summaryrefslogtreecommitdiff
path: root/src/names.c
Commit message (Expand)AuthorAgeFilesLines
* Version 1.31release_1_31Sergey Poznyakoff2019-01-021-2/+1
* BugfixSergey Poznyakoff2018-12-211-1/+1
* Fix semantics of -K used together with explicit member names.Sergey Poznyakoff2018-12-211-7/+38
* Report race on systems without O_DIRECTORYPavel Raiskup2018-07-311-0/+5
* Port to gcc -Wimplicit-fallthrough=5Paul Eggert2017-11-181-12/+12
* Fix --verbatim-files-fromSergey Poznyakoff2017-11-091-6/+9
* Update copyright yearsSergey Poznyakoff2017-01-021-1/+1
* Fix the --add-file option.Sergey Poznyakoff2016-11-121-8/+16
* Tiny bugfixSergey Poznyakoff2016-05-281-0/+1
* Report positional options that were used but had no effect during archive cre...Sergey Poznyakoff2016-05-271-5/+109
* Minor fixSergey Poznyakoff2016-05-161-10/+10
* Update copyright yearsSergey Poznyakoff2016-01-201-1/+1
* Minor fixes.Sergey Poznyakoff2015-12-111-5/+10
* Fix handling of filename-selection options.Sergey Poznyakoff2015-12-111-43/+432
* Fix coredump on FreeBSD when TAR_OPTIONS is setSergey Poznyakoff2015-11-101-1/+1
* Improve option sanity checkingSergey Poznyakoff2015-08-311-4/+11
* Options to control option handling in file lists.Sergey Poznyakoff2015-08-031-3/+6
* Bugfix: entries read from the -T file did not get proper matching_flag.Sergey Poznyakoff2014-09-181-21/+35
* fix an eternal loop in handle_optionVitezslav Cizek2014-03-261-1/+1
* Support exclusion patterns from various VCS ignore lists.Sergey Poznyakoff2014-02-221-6/+0
* Update copyright years.Sergey Poznyakoff2014-01-301-2/+2
* Fix the use of --no-recursion and --recursion options.Sergey Poznyakoff2014-01-101-0/+1
* Fix unquoting of input file names.Sergey Poznyakoff2013-11-171-0/+2
* Minor fixes.Sergey Poznyakoff2013-10-061-0/+1
* Revamp tar_getcwd/normalize_filename stuff.Sergey Poznyakoff2013-10-011-4/+2
* Improve tar_getcwdSergey Poznyakoff2013-09-251-4/+2
* * src/names.c (file_list_name): Properly prototype.Paul Eggert2013-09-131-12/+12
* 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
* Minor changesSergey Poznyakoff2013-08-051-3/+1
* Bugfix.Sergey Poznyakoff2013-08-041-3/+2
* Reduce memory consuption when handling the -T option.Sergey Poznyakoff2013-08-041-32/+217
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-4/+3
* tar: remove lintPaul Eggert2012-03-111-1/+1
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-3/+3
* * src/names.c: tar: fix bug with --one-file-system --listed-incrementalPaul Eggert2010-11-221-26/+0
* tar: --dereference consistencyPaul Eggert2010-09-231-2/+2
* tar: prefer openat-style functionsPaul Eggert2010-09-181-1/+2
* tar: live within system-supplied limits on file descriptorsPaul Eggert2010-09-121-19/+35
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-061-12/+45
* tar: handle files that occur multiple times but have link count 1Paul Eggert2010-08-231-12/+14
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-32/+23
* Fix coredump.Sergey Poznyakoff2010-03-271-0/+1
* Fix `--test-label' and `--label -r' behavior.Sergey Poznyakoff2010-03-111-7/+43
* Bugfix.Sergey Poznyakoff2010-03-111-1/+1
* Minor change.Sergey Poznyakoff2010-02-171-6/+3
* Improve handling of --test-label.Sergey Poznyakoff2010-01-241-2/+0