summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add output of bootstrapbaserock/bootstrap-deprecatedRichard Maw2012-01-16725-90/+438395
* add morphRichard Maw2012-01-161-0/+14
* tar: fix core dump with --index-file=bad_pathPaul Eggert2012-01-111-2/+2
* tar: don't assume O_NONBLOCK is benign on regular filesPaul Eggert2012-01-066-10/+64
* Fix --keep-old-files option.Sergey Poznyakoff2011-11-2610-27/+209
* Warn about existing files in keep-old-files mode (complements 8f390db9).Sergey Poznyakoff2011-11-173-2/+7
* Fix the "Creating directory:" outputSergey Poznyakoff2011-11-171-2/+2
* Fix operation of --verify in conjunction with --listed-incrementalSergey Poznyakoff2011-11-153-11/+49
* * doc/tar.texi (Option Summary, absolute): Document -P better,Paul Eggert2011-10-181-3/+8
* 2011-09-27 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2011-09-271-1/+4
* * doc/tar.texi: Remove front- and back-cover texts.Paul Eggert2011-09-201-11/+7
* Minor changes.Sergey Poznyakoff2011-09-191-54/+54
* Minor changes.Nathan Stratton Treadway2011-09-191-7/+10
* Upgrade tar-snapshot-edit script.Nathan Stratton Treadway2011-09-192-86/+304
* tar: --owner and --group names and numbersPaul Eggert2011-08-138-38/+174
* .gitignore: updatePaul Eggert2011-08-132-0/+11
* Fix the --exclude-backups option.Sergey Poznyakoff2011-07-304-4/+40
* tar: simplify birthtime calculationsPaul Eggert2011-06-071-11/+3
* tar: use birthtime rather than ctime when checking identityPaul Eggert2011-06-071-7/+19
* * doc/tar.texi (Old Options): Clarify distinction from short options.Paul Eggert2011-05-261-27/+23
* Testsuite fix.Sergey Poznyakoff2011-03-121-1/+1
* Version 1.26release_1_26Sergey Poznyakoff2011-03-123-4/+17
* --atime-preserve=replace: fix correctness and performance bugsPaul Eggert2011-03-072-2/+4
* * doc/tar.texi: Adjust example commands and output for accuracy.Paul Eggert2011-02-221-38/+37
* tar: if (p) free (p); -> free (p);Paul Eggert2011-02-163-16/+8
* Correctly store long sparse file names in PAX archives.Sergey Poznyakoff2010-12-145-4/+57
* tests: make the truncate test smaller and less buggy (tiny change)Paul Eggert2010-12-061-4/+3
* tests: skip SIGPIPE-dependent tests in environments ignoring SIGPIPEPaul Eggert2010-11-263-1/+12
* tar: work around NetBSD and Tru64 symlink incompatibility with POSIXPaul Eggert2010-11-241-1/+10
* tar: adjust to paxutils change: paxexit.c -> paxexit-status.cPaul Eggert2010-11-231-1/+1
* tar: remove unused function dir_removed_diagPaul Eggert2010-11-232-17/+0
* tar: work around FreeBSD symlink incompatibility with POSIXPaul Eggert2010-11-231-0/+3
* * src/names.c: tar: fix bug with --one-file-system --listed-incrementalPaul Eggert2010-11-224-35/+4
* tests: new test listed04 for --one-file-system --listed-incrementalPaul Eggert2010-11-223-0/+49
* scripts: fix option parsingPaul Eggert2010-11-222-8/+9
* Issue a warning if the archive being compared contais transformed file names.Sergey Poznyakoff2010-11-153-2/+18
* Minor change.Sergey Poznyakoff2010-11-151-1/+1
* tar: fix --verify option, which broke in 1.24Paul Eggert2010-11-155-2/+50
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/tarPaul Eggert2010-11-087-22/+182
|\
| * Version 1.25release_1_25Sergey Poznyakoff2010-11-072-2/+30
| * Run alternative decompression programs if the principal one is not available.Sergey Poznyakoff2010-11-055-20/+152
* | tests: avoid spurious failure when VERSION_CONTROL envvar is setJim Meyering2010-11-081-1/+2
|/
* tests: fix some issues with signals, timestamps, "test" typoPaul Eggert2010-11-023-10/+10
* Fix extraction of device nodes.Sergey Poznyakoff2010-11-011-1/+1
* tar: don't cross struct member boundaries with OLDGNU_MAGICPaul Eggert2010-10-272-4/+8
* tests: port to sh variants that squirrel away file descriptorsPaul Eggert2010-10-271-10/+16
* Transform file names when updating and appendig to archives.Sergey Poznyakoff2010-10-276-1/+49
* tests: port to Solaris diffPaul Eggert2010-10-261-6/+6
* tar: fix -x --overwrite bug (no --dereference, ! O_NOFOLLOW)Paul Eggert2010-10-261-0/+14
* tar: don't use "((" in shell scriptsPaul Eggert2010-10-261-15/+15