summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* --atime-preserve=replace: fix correctness and performance bugsPaul Eggert2011-03-072-2/+4
* 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-141-3/+6
* tar: work around NetBSD and Tru64 symlink incompatibility with POSIXPaul Eggert2010-11-241-1/+10
* 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
* Issue a warning if the archive being compared contais transformed file names.Sergey Poznyakoff2010-11-153-2/+18
* tar: fix --verify option, which broke in 1.24Paul Eggert2010-11-151-0/+2
* Run alternative decompression programs if the principal one is not available.Sergey Poznyakoff2010-11-054-20/+117
* 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
* Transform file names when updating and appendig to archives.Sergey Poznyakoff2010-10-273-1/+4
* tar: fix -x --overwrite bug (no --dereference, ! O_NOFOLLOW)Paul Eggert2010-10-261-0/+14
* Make sure name matching occurs before name transformation.Sergey Poznyakoff2010-10-261-57/+63
* tar: fix bug with -C and extracting directoriesPaul Eggert2010-10-251-1/+1
* Version 1.24release_1_24Sergey Poznyakoff2010-10-251-1/+0
* tar: use more-accurate diagnostic when intermediate mkdir failsPaul Eggert2010-10-151-28/+30
* gnulib: sync from latest gnulib, notably bootstrap and parse-datetimePaul Eggert2010-10-111-2/+2
* tar: -x -C symlink fixPaul Eggert2010-09-241-1/+2
* tar: --dereference consistencyPaul Eggert2010-09-239-98/+105
* tar: do not crash with --listed-incrementalPaul Eggert2010-09-201-1/+2
* tar: prefer openat-style functionsPaul Eggert2010-09-189-114/+144
* tar: add utimens.h includesPaul Eggert2010-09-182-0/+2
* tar: switch to gnulib fdutimensat modulePaul Eggert2010-09-173-19/+2
* tar: extract permissions for . lastPaul Eggert2010-09-173-16/+30
* tar: extract symlink attributes, close some symlink-related racesPaul Eggert2010-09-171-252/+307
* 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-165-42/+47
* * configure.ac: tar: close some race conditions when extractingPaul Eggert2010-09-141-19/+54
* tar: don't worry about fdopendir closing its argumentPaul Eggert2010-09-131-43/+4
* tar: live within system-supplied limits on file descriptorsPaul Eggert2010-09-126-98/+309
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-068-195/+254
* tar: remove lint discovered by Sun C compilerPaul Eggert2010-09-041-1/+1
* tar: restore macros that are used in some casesPaul Eggert2010-09-041-0/+14
* tar: remove unused macrosPaul Eggert2010-09-023-16/+2
* Fix --remove-files in update/append mode.Sergey Poznyakoff2010-08-271-0/+1
* tar: fix bug with -C and delayed setting of metadataPaul Eggert2010-08-253-8/+25
* Don't apply file transformations to volume names.Sergey Poznyakoff2010-08-251-0/+4
* tar: optimize -c --sparse when file is entirely sparsePaul Eggert2010-08-241-26/+28
* tar: don't assume size of a sparse file chunk fits in size_tPaul Eggert2010-08-246-27/+12
* tar: use ctime, not mtime, when checking placeholdersPaul Eggert2010-08-241-5/+7
* tar: fix 1.23 Solaris regression related to PRIV_SYS_LINKDIRPaul Eggert2010-08-242-11/+23
* tar: handle files that occur multiple times but have link count 1Paul Eggert2010-08-233-14/+26
* tar: use nlink_t for link countsPaul Eggert2010-08-231-1/+1
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-238-71/+56
* tar: fix misspelled identifier "set_comression_program_by_suffix"Paul Eggert2010-08-234-5/+5
* tar: change interdir_made from int to boolPaul Eggert2010-08-201-9/+9
* tar: remove trailing white space from source filesPaul Eggert2010-08-1912-55/+53