summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor change in docstrings.Nathan Stratton Treadway2014-07-271-2/+2
* tar: minor fixups related to recent checkpoint.c changePaul Eggert2014-07-101-19/+24
* BugfixesSergey Poznyakoff2014-07-111-0/+1
* tar: document xgetcwd test case betterNathan Stratton Treadway2014-06-281-1/+2
* tar: do not dereference NULL pointer with '--remove-files .'Paul Eggert2014-04-291-4/+5
* Refuse to write archive contents to a tty.Sergey Poznyakoff2014-03-271-10/+17
* fix an eternal loop in handle_optionVitezslav Cizek2014-03-261-1/+1
* Fail if archive comes from a terminal.Sergey Poznyakoff2014-03-201-1/+10
* Support exclusion patterns from various VCS ignore lists.Sergey Poznyakoff2014-02-2210-17/+416
* acls: bugfix for default ACLs extractionPavel Raiskup2014-02-141-7/+28
* tar: imply --xattrs when --xattrs-{inc,exc}lude usedPavel Raiskup2014-02-142-7/+15
* Use correct headers/libraries when providing xattr supportSergey Poznyakoff2014-02-141-0/+4
* Minor changeSergey Poznyakoff2014-02-141-12/+12
* New option --sort=ORDERSergey Poznyakoff2014-02-144-2/+35
* Fix --one-top-level used together with --list.Sergey Poznyakoff2014-02-132-32/+45
* BugfixSergey Poznyakoff2014-02-101-3/+3
* Update copyright years.Sergey Poznyakoff2014-01-3027-33/+34
* Improve one-top-level functionalitySergey Poznyakoff2014-01-285-64/+79
* Detect tarbombs while extractingConnor Behan2014-01-273-0/+74
* Provide tar(1) and rmt(8) manpages.Sergey Poznyakoff2014-01-271-0/+3
* Make sure transformed file names retain trailing slash in listing.Sergey Poznyakoff2014-01-231-4/+7
* checkpoint actions: further improvements.Sergey Poznyakoff2014-01-224-25/+58
* Improve checkpoint interface.Sergey Poznyakoff2014-01-224-19/+66
* Implement statistics display in checkpoint actions.Sergey Poznyakoff2014-01-213-82/+210
* Fix the use of --no-recursion and --recursion options.Sergey Poznyakoff2014-01-101-0/+1
* Minor bugfixesSergey Poznyakoff2014-01-091-4/+6
* tar: work aruond IBM XL C bugPaul Eggert2014-01-071-8/+8
* tar: update ancient configure cruftPaul Eggert2014-01-033-8/+8
* Fix star compatibility (sparse headers)Sergey Poznyakoff2013-11-171-0/+1
* Fix GNU long link header.Sergey Poznyakoff2013-11-171-1/+1
* Fix unquoting of input file names.Sergey Poznyakoff2013-11-171-0/+2
* Fix core dump on Solaris 10 when "." isn't readable.Paul Eggert2013-10-222-23/+29
* Minor fixes.Sergey Poznyakoff2013-10-061-0/+1
* Tiny changes.Sergey Poznyakoff2013-10-032-17/+39
* Revamp tar_getcwd/normalize_filename stuff.Sergey Poznyakoff2013-10-014-39/+23
* Use relative addressing in deferred unlinks.Sergey Poznyakoff2013-09-263-14/+45
* Improve tar_getcwdSergey Poznyakoff2013-09-253-24/+41
* Fix normalize_filename.Sergey Poznyakoff2013-09-242-1/+44
* Changes for compatibility with Slackware installation scripts.Sergey Poznyakoff2013-09-236-10/+43
* Fix error message (complements 0ea6e686)Sergey Poznyakoff2013-09-211-1/+1
* Implement the --show-snapshot-field-ranges optionNathan Stratton Treadway2013-09-153-0/+54
* Take into account chdir_fd when extracting from incremental dumps.Sergey Poznyakoff2013-09-154-17/+33
* Minor fixSergey Poznyakoff2013-09-151-1/+1
* * src/names.c (file_list_name): Properly prototype.Paul Eggert2013-09-131-12/+12
* tar: don't warn about zero timestampsPaul Eggert2013-09-131-1/+1
* Improve error diagnosticsSergey Poznyakoff2013-08-171-2/+24
* Revamp initial name collection functions to ensure proper argument ordering.Sergey Poznyakoff2013-08-161-40/+66
* Don't treat attempts to read an already read file list as fatal errors.Sergey Poznyakoff2013-08-161-4/+7
* Minor change.Sergey Poznyakoff2013-08-161-5/+4
* Fix use of uninitialized memoryPavel Raiskup2013-08-151-0/+1