summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Exclude VCS directory with writing from an archiveAnton Makrushin2023-04-181-1/+1
* Detect EOF when deleting from archive.Sergey Poznyakoff2023-02-211-0/+3
* Changes in extended header decoderSergey Poznyakoff2023-02-111-3/+12
* Prevent dead loop in extract_fileSergey Poznyakoff2023-02-111-6/+7
* Fix boundary checking in base-256 decoderSergey Poznyakoff2023-02-111-2/+3
* Adjust to Gnulib macro renamingPaul Eggert2023-01-061-1/+1
* Fix ‘assume’ includePaul Eggert2023-01-061-0/+1
* Update copyright yearsPaul Eggert2023-01-0629-29/+29
* Optionally warn about missing zero blocks at the end of the archiveSergey Poznyakoff2022-12-293-3/+15
* Fix savannah bug #63567Sergey Poznyakoff2022-12-261-1/+2
* Fix -Af F bug when F is not a regular filePaul Eggert2022-11-031-37/+12
* Fix undefined behavior on bad extended headerPaul Eggert2022-10-271-2/+2
* Fix savannah bug #63123Sergey Poznyakoff2022-10-221-50/+58
* Fix savannah bug #63250Sergey Poznyakoff2022-10-221-0/+1
* tar: fix --exclude-vcs-ignores memoryAurélien Martin2022-10-071-0/+1
* build: update submodules to latestPaul Eggert2022-09-101-0/+3
* Fix data loss when acting as filterPaul Eggert2022-09-036-15/+29
* Fix --delete bug with short readsPaul Eggert2022-09-022-2/+9
* Do not diagnose same xattr file twicePaul Eggert2022-08-261-42/+17
* Fix bug with -x --xattr read-only filesPaul Eggert2022-08-261-16/+15
* Avoid quadratic behavior with delayed linksPaul Eggert2022-08-151-94/+139
* Improve performance a bit on non-birthtime hostsPaul Eggert2022-08-151-3/+21
* Avoid excess lseek etc.Paul Eggert2022-08-155-153/+119
* Work around GCC bug 106436Paul Eggert2022-07-251-0/+1
* Avoid unlikely crash when xasprintf returns 0Paul Eggert2022-07-251-9/+24
* Fix minor type confusionPaul Eggert2022-07-251-15/+15
* Work around GCC bug 106428Paul Eggert2022-07-251-5/+7
* Avoid EOVERFLOW problems in some symlink testsPaul Eggert2022-06-131-16/+12
* tar: fix race conditionJames Abbatiello2022-06-101-8/+8
* tar: fix race conditionPaul Eggert2022-06-101-22/+39
* Warn “file changed as we read it” less oftenPaul Eggert2022-06-091-16/+38
* tar: revamp "file is the archive" diagnosticPaul Eggert2022-02-151-1/+1
* Update copyright yearsSergey Poznyakoff2022-01-0229-29/+29
* Omit unnecessary devmajor and devminor settingPaul Eggert2021-12-131-9/+0
* Omit devmajor and devminor for non-special filesPaul Eggert2021-12-131-6/+0
* Use ‘bool’ in create.cPaul Eggert2021-12-131-21/+21
* build: update gnulib submodule to latestPaul Eggert2021-09-171-1/+2
* Pacify gcc -Warray-parameterPaul Eggert2021-09-171-1/+2
* Fix null rereference if low-memoryPaul Eggert2021-09-171-5/+5
* Provide functions for manipulating arrays of extended attributesSergey Poznyakoff2021-09-027-134/+123
* Fix handling of extended header prefixesSergey Poznyakoff2021-08-281-8/+9
* Handle invalid sparse entries in pax headerSergey Poznyakoff2021-08-281-1/+3
* transform: fix replacement of particular pattern instanceSergey Poznyakoff2021-08-281-3/+3
* Fix crash on invalid command line argumentSamanta Navarro2021-07-011-1/+1
* Fix the use of options with trailing slash in files-from listSergey Poznyakoff2021-07-011-1/+1
* Fix typosSamanta Navarro2021-06-015-6/+6
* Minor changes.Samanta Navarro2021-06-011-2/+2
* Port linking to AIX 7.1Paul Eggert2021-03-071-3/+4
* Fix unlikely uninitalized var bug with sparse filePaul Eggert2021-03-011-1/+4
* Pacify --enable-gcc-warnings -flto -fanalyzerPaul Eggert2021-03-011-4/+4