summaryrefslogtreecommitdiff
path: root/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 193: allow ctime/mtime filters to work accurately onTim Kientzle2011-11-091-2/+2
* Use the original filename for reporting errors, instead of the processed one.Tim Kientzle2011-11-041-2/+3
* When tar is appending one archive to another,Tim Kientzle2011-11-031-3/+2
* Fix build failure with implicit declaration of bsdtar_warnc.Andres Mejia2011-08-161-1/+1
* Squawk if we read '-C' '' from consecutive lines.Colin Percival2011-08-161-1/+7
* Passing -C '' to tar is meaningless; complain about it.Colin Percival2011-08-161-0/+6
* Extend the --newer-than test to verify the behavior when there's a newTim Kientzle2011-06-261-4/+12
* client and example programs use archive_read_support_filter_*()Roman Neuhauser2011-03-281-3/+3
* Eliminate some warnings on Visual Studio.Michihiro NAKAJIMA2011-01-211-1/+1
* We have already had GNU tar writer, and so it is unnecessary to changeMichihiro NAKAJIMA2011-01-131-7/+1
* Push support for writing Mac attributes into tar archivesTim Kientzle2010-07-021-78/+4
* Choose the copy buffer size used for reading filesTim Kientzle2010-06-261-15/+32
* Use -b setting when interpolating archives.Tim Kientzle2010-06-261-22/+8
* Fix an overflow in the compression ratio calculation.Tim Kientzle2010-06-131-1/+7
* Add lzip write filter and --lzip option to bsdtar.Michihiro NAKAJIMA2010-05-051-0/+3
* Test tar --gid --gname --uid --uname optionsTim Kientzle2010-05-021-2/+2
* Add --gid, --gname, --uid, --uname options to tar.Tim Kientzle2010-05-011-0/+18
* Style: tab follows #defineTim Kientzle2010-04-101-6/+6
* Issue 70: Consistently use O_BINARY when opening files.Tim Kientzle2010-03-061-5/+9
* GCC on Mac OS is picky about pointer arithmetic.Tim Kientzle2010-02-211-2/+2
* Remove calls to set_compression_none(), since it does nothing.Tim Kientzle2010-02-211-2/+0
* "none" is the default compression; there's no need to set it explicitly.Tim Kientzle2010-02-141-1/+1
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-7/+7
* When trying to set LZMA compression, pay attention to the return valueTim Kientzle2010-02-061-1/+1
* First rough cut at integrating write support for Apple's copyfile()Tim Kientzle2010-02-021-5/+114
* fix build error on Tru64, where UF_NODUMP is not definedBjörn Jacke2010-01-191-1/+1
* Eliminate more warnings on Borland C.Michihiro NAKAJIMA2009-12-221-1/+1
* Remove unneeded including windows.h at tar/write.c.Michihiro NAKAJIMA2009-12-151-3/+0
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-151-0/+3
* r1729 was wrong. Revert it and use a better approach.Tim Kientzle2009-12-131-4/+4
* Work around Borland C's broken _open() implementation.Tim Kientzle2009-12-121-0/+4
* Correct some printf format strings, per Issue 52.Tim Kientzle2009-12-061-8/+8
* Fix empty error message reported in Issue 51.Tim Kientzle2009-12-061-1/+1
* Use consistent function storage classBrad King2009-11-161-3/+3
* Trying to figure out what printf modifiers to use on what platforms toTim Kientzle2009-10-311-11/+12
* Fix tar archiving of hardlinks on Windows: tree.c usesTim Kientzle2009-09-241-0/+16
* Test various line separators in -T input, including CRLF, NL, and null.Tim Kientzle2009-08-231-1/+1
* Remove the Windows-specific wildcard expansion layer; this is going to get re...Tim Kientzle2009-07-271-5/+0
* More code simplifications on the seek implementation.Tim Kientzle2009-07-191-19/+15
* More simplification of the seek/truncate logic:Tim Kientzle2009-07-181-21/+16
* Simplify the lseek/ftruncate handling for Windows.Tim Kientzle2009-07-171-55/+26
* Use portable archive_entry_filetype() where we can.Tim Kientzle2009-07-171-1/+1
* Overhaul the SIGINFO/SIGUSR1 reporting. This is a littleTim Kientzle2009-07-161-27/+37
* Move lseek/ftruncate emulations into write.c, which is theTim Kientzle2009-07-131-0/+64
* Minor corrections for Windows: Use int64_t instead of (32-bit) off_t, includ...Tim Kientzle2009-07-041-2/+5
* Drop a few unnecessary arguments.Tim Kientzle2009-06-141-1/+1
* fnmatch(3) is no longer use, so don't check for it.Joerg Sonnenberger2009-05-291-3/+0
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-65/+65
* Refactor logic for crossing mount points. This provides a hook forTim Kientzle2009-05-101-7/+28
* Building on Ubuntu 9 provoked some complaints about return valuesTim Kientzle2009-05-081-2/+4