summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/misc.c (struct wd): Fix comment to match code.Paul Eggert2010-07-181-1/+1
* tar: no need to report getcwd error if never using the resultPaul R. Eggert2010-07-181-15/+21
* tar: go back to absolutifying filenames in normalize_filename for nowPaul R. Eggert2010-07-171-1/+26
* Allow for size suffixes in -L and --record-size options.Sergey Poznyakoff2010-07-171-3/+11
* tar: don't crash if getcwd failsPaul R. Eggert2010-07-152-91/+45
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-118-131/+162
* Fix exclusion of long file names when extracting from pax format archives.Sergey Poznyakoff2010-06-283-7/+3
* Minor fix.Sergey Poznyakoff2010-06-281-1/+1
* Minor fix.Sergey Poznyakoff2010-06-271-1/+1
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-1613-408/+396
* Bugfix.Sergey Poznyakoff2010-05-171-1/+1
* New option --full-time.Sergey Poznyakoff2010-03-283-2/+11
* Fix coredump.Sergey Poznyakoff2010-03-271-0/+1
* Fix dead loop on extracting existing symlinks with the -k option.Sergey Poznyakoff2010-03-271-34/+67
* Fix undesired error exit on receiving SIGPIPE.Sergey Poznyakoff2010-03-201-2/+0
* Fix --remove-files.Sergey Poznyakoff2010-03-171-4/+94
* Bugfixes.Sergey Poznyakoff2010-03-121-1/+1
* Fix `--test-label' and `--label -r' behavior.Sergey Poznyakoff2010-03-113-22/+57
* Shut up a gcc warning message.Sergey Poznyakoff2010-03-111-14/+18
* Bugfix.Sergey Poznyakoff2010-03-111-1/+1
* Fix possible overflow in code_timespec (tiny change)Kamil Dudka2010-03-081-0/+4
* Fix eventual memory override and fd exhaustion in create.cSergey Poznyakoff2010-03-081-5/+7
* Add Lzip supportAntonio Diaz Diaz2010-03-023-0/+13
* Fix large file support.Eric Blake2010-03-021-1/+1
* BugfixSergey Poznyakoff2010-03-021-7/+7
* Supply more information to the --to-command script.Sergey Poznyakoff2010-02-251-0/+6
* Minor change.Sergey Poznyakoff2010-02-171-6/+3
* Bugfix (tiny change)Ondřej Vašík2010-02-051-1/+0
* Read POSIX multivolume archives split at the header boundary.Sergey Poznyakoff2010-01-256-29/+81
* Minor change.Sergey Poznyakoff2010-01-241-4/+2
* Bugfix (tiny change).Rob Vermaas2010-01-241-2/+2
* Minor fix.Sergey Poznyakoff2010-01-241-4/+4
* Improve handling of --test-label.Sergey Poznyakoff2010-01-245-41/+105
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-249-110/+193
* Fix prefix length calculation in ustar mode.Sergey Poznyakoff2010-01-221-4/+6
* Rewrite update algorithm.Sergey Poznyakoff2009-10-146-132/+164
* Minor changes.Sergey Poznyakoff2009-10-142-3/+5
* Bugfix.Sergey Poznyakoff2009-10-141-1/+2
* Improve previous changes.Sergey Poznyakoff2009-10-102-39/+57
* Allow installers to specify alternative program names for compression programs.Sergey Poznyakoff2009-10-102-20/+22
* Minor fix.Sergey Poznyakoff2009-10-092-9/+9
* Provide a way to explicitly set mtime for extended header ustar blocks.Sergey Poznyakoff2009-10-072-13/+113
* Use file's mtime as mtime for its extended header.Sergey Poznyakoff2009-10-073-17/+18
* Fix bugs in handling the --remove-files option.Sergey Poznyakoff2009-10-079-50/+224
* Fix bug in OLDGNU format creation.Sergey Poznyakoff2009-10-043-21/+26
* Restore extra help output.Sergey Poznyakoff2009-09-161-183/+186