]> git.ipfire.org Git - thirdparty/tar.git/history - src
tar: fix current_block confusion
[thirdparty/tar.git] / src /
2024-03-03  Paul Eggerttar: fix current_block confusion master
2024-03-03  Paul Eggerttar: fix unlikely overflow
2024-03-03  Paul Eggerttar: improve diagnostic for truncated archive
2024-01-16  Sergey PoznyakoffAvoid gcc 13 "unused parameter" warnings
2024-01-15  Sergey PoznyakoffRecognize suffixes .z (gzip) and .tzo (lzop)
2024-01-15  Sergey PoznyakoffFix --exclude-ignore option.
2024-01-14  Sergey PoznyakoffWhen given -c -a, issue a warning if no compressor...
2024-01-02  Paul EggertUpdate copyright years
2023-09-13  Paul EggertSupport multi-byte --transform='...\L...' etc
2023-09-13  Paul EggertParse in a more locale-independent way
2023-09-13  Paul EggertUse single is_octal_digit function
2023-09-11  Paul EggertFix pointer bug in drop_volume_label_suffix
2023-09-11  Paul Eggertquote unknown header keywords in diagnostics
2023-08-21  Paul EggertSimplify recently-added hash code
2023-08-21  Benjamin WoodruffFix O(n^2) time bug in --delay-directory-restore
2023-08-21  Paul EggertPacify gcc -Wanalyzer-fd-use-without-check
2023-08-15  Sergey PoznyakoffRevert "Fix savannah bug #63567"
2023-08-02  Paul EggertStop using alloca
2023-08-01  Sergey PoznyakoffNew option: --set-mtime-command
2023-07-18  Sergey PoznyakoffFix savannah bug #64441
2023-07-17  Sergey PoznyakoffUse full-read instead of safe-read
2023-07-11  Sergey PoznyakoffFix typo in comments
2023-07-10  Sergey PoznyakoffFix --update --wildcards
2023-07-10  Benno SchulenbergVarious fixes in the documentation
2023-06-25  Paul Eggerttar: extract delayed links in order
2023-06-25  Paul Eggerttar: make safe for -Wunused-parameter
2023-06-25  Paul Eggerttar: omit unnecessary freeing
2023-06-18  Sergey PoznyakoffMake sure each delayed link entry is visited once
2023-06-17  Paul EggertOmit unnecessary freeing
2023-06-17  Paul EggertPort to strict C99 struct hack
2023-06-17  Paul EggertUse Gnulib ‘dup2’ module
2023-06-17  Paul EggertUse Gnulib ‘free-posix’ module
2023-06-17  Paul Eggert* buffer.c: work around GCC bug 109856
2023-06-06  Pavel RaiskupComment a bit on the xattr extraction logic
2023-05-18  Sergey PoznyakoffHonor --numeric-owner when storing ACL entries
2023-04-18  Anton MakrushinExclude VCS directory with writing from an archive
2023-02-21  Sergey PoznyakoffDetect EOF when deleting from archive.
2023-02-11  Sergey PoznyakoffChanges in extended header decoder
2023-02-11  Sergey PoznyakoffPrevent dead loop in extract_file
2023-02-11  Sergey PoznyakoffFix boundary checking in base-256 decoder
2023-01-06  Paul EggertAdjust to Gnulib macro renaming
2023-01-06  Paul EggertFix ‘assume’ include
2023-01-06  Paul EggertUpdate copyright years
2022-12-29  Sergey PoznyakoffOptionally warn about missing zero blocks at the end...
2022-12-26  Sergey PoznyakoffFix savannah bug #63567
2022-11-04  Paul EggertFix -Af F bug when F is not a regular file
2022-10-27  Paul EggertFix undefined behavior on bad extended header
2022-10-22  Sergey PoznyakoffFix savannah bug #63123
2022-10-22  Sergey PoznyakoffFix savannah bug #63250
2022-10-07  Aurélien Martintar: fix --exclude-vcs-ignores memory
2022-09-10  Paul Eggertbuild: update submodules to latest
2022-09-03  Paul EggertFix data loss when acting as filter
2022-09-02  Paul EggertFix --delete bug with short reads
2022-08-26  Paul EggertDo not diagnose same xattr file twice
2022-08-26  Paul EggertFix bug with -x --xattr read-only files
2022-08-15  Paul EggertAvoid quadratic behavior with delayed links
2022-08-15  Paul EggertImprove performance a bit on non-birthtime hosts
2022-08-15  Paul EggertAvoid excess lseek etc.
2022-07-25  Paul EggertWork around GCC bug 106436
2022-07-25  Paul EggertAvoid unlikely crash when xasprintf returns 0
2022-07-25  Paul EggertFix minor type confusion
2022-07-25  Paul EggertWork around GCC bug 106428
2022-06-14  Paul EggertAvoid EOVERFLOW problems in some symlink tests
2022-06-11  James Abbatiellotar: fix race condition
2022-06-11  Paul Eggerttar: fix race condition
2022-06-09  Paul EggertWarn “file changed as we read it” less often
2022-02-16  Paul Eggerttar: revamp "file is the archive" diagnostic
2022-01-02  Sergey PoznyakoffUpdate copyright years
2021-12-13  Paul EggertOmit unnecessary devmajor and devminor setting
2021-12-13  Paul EggertOmit devmajor and devminor for non-special files
2021-12-13  Paul EggertUse ‘bool’ in create.c
2021-09-17  Paul Eggertbuild: update gnulib submodule to latest
2021-09-17  Paul EggertPacify gcc -Warray-parameter
2021-09-17  Paul EggertFix null rereference if low-memory
2021-09-02  Sergey PoznyakoffProvide functions for manipulating arrays of extended...
2021-08-28  Sergey PoznyakoffFix handling of extended header prefixes
2021-08-28  Sergey PoznyakoffHandle invalid sparse entries in pax header
2021-08-28  Sergey Poznyakofftransform: fix replacement of particular pattern instance
2021-07-01  Samanta NavarroFix crash on invalid command line argument
2021-07-01  Sergey PoznyakoffFix the use of options with trailing slash in files...
2021-06-01  Samanta NavarroFix typos
2021-06-01  Samanta NavarroMinor changes.
2021-03-08  Paul EggertPort linking to AIX 7.1
2021-03-01  Paul EggertFix unlikely uninitalized var bug with sparse file
2021-03-01  Paul EggertPacify --enable-gcc-warnings -flto -fanalyzer
2021-03-01  Paul EggertPacify clang for unreachable ‘return’
2021-03-01  Paul EggertPacify clang char conversion
2021-03-01  Paul EggertOmit most uses of ‘inline’
2021-03-01  Paul Eggertmaint: port better to non-GCC compilers
2021-02-28  Paul Eggertmaint: port to Fedora 33
2021-02-08  Sergey PoznyakoffGracefully handle duplicate symlinks when extracting
2021-02-04  Sergey PoznyakoffFix savannah bug #60002
2021-01-17  Sergey PoznyakoffFix memory leak in read_header
2021-01-17  Sergey PoznyakoffFix improper argument reference.
2021-01-16  Sergey PoznyakoffFix regression itroduced by 66162927.
2021-01-14  Sergey PoznyakoffFixes in the delete_archive_members function
2021-01-08  Sergey PoznyakoffUse stdopen from gnulib
2021-01-08  Sergey PoznyakoffActually prefer /dev/full over /dev/null as a replaceme...
2021-01-07  Sergey PoznyakoffVersion 1.33 release_1_33
2021-01-06  Sergey PoznyakoffUpdate copyright years
next