summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure name matching occurs before name transformation.Sergey Poznyakoff2010-10-264-57/+114
* tar: don't assume stdin is open when testing fd limitsPaul Eggert2010-10-261-0/+1
* Further fixes in bootstrap.Sergey Poznyakoff2010-10-261-2/+2
* tar: fix bug with -C and extracting directoriesPaul Eggert2010-10-254-1/+39
* Version 1.24release_1_24Sergey Poznyakoff2010-10-254-10/+86
* tar: use more-accurate diagnostic when intermediate mkdir failsPaul Eggert2010-10-155-29/+76
* tests: port to NFS file servers with clock skewPaul Eggert2010-10-1524-35/+37
* gnulib: sync from latest gnulib, notably bootstrap and parse-datetimePaul Eggert2010-10-116-218/+372
* tar: -x -C symlink fixPaul Eggert2010-09-244-1/+40
* tar: --dereference consistencyPaul Eggert2010-09-2314-122/+195
* tar: do not crash with --listed-incrementalPaul Eggert2010-09-201-1/+2
* tar: prefer openat-style functionsPaul Eggert2010-09-1811-116/+150
* tar: add utimens.h includesPaul Eggert2010-09-182-0/+2
* tar: switch to gnulib fdutimensat modulePaul Eggert2010-09-174-19/+3
* tar: extract permissions for . lastPaul Eggert2010-09-176-16/+71
* tar: don't check for getdtablesize; use AC_CHECK_FUNCS_ONCEPaul Eggert2010-09-171-1/+1
* tar: extract symlink attributes, close some symlink-related racesPaul Eggert2010-09-172-255/+320
* tar: tar -x without --incremental no longer sets atime againPaul Eggert2010-09-161-1/+1
* tar: another --atime-preserve race fixPaul Eggert2010-09-164-8/+14
* tar: --atime-preserve fixes for races etc.Paul Eggert2010-09-167-45/+51
* * configure.ac: tar: close some race conditions when extractingPaul Eggert2010-09-142-20/+55