]> git.ipfire.org Git - thirdparty/tar.git/shortlog
thirdparty/tar.git
2025-11-27  Paul EggertFix commit typo when bringing back placeholders master
2025-11-27  Paul EggertBring back placeholders
2025-11-23  Paul EggertSupport gnulib-style timestamps in checkpoint logs
2025-11-23  Paul Eggertbuild: update gnulib submodule to latest
2025-11-23  Paul EggertPort to C23 qualifier-generic fns like strchr
2025-11-18  Paul Eggertbuild: update gnulib submodule to latest
2025-11-15  Paul EggertPrefer countof to sizeof / sizeof
2025-11-15  Paul EggertPort new extraction test to FreeBSD 15
2025-11-15  Paul EggertPort to compilers where COMMON_INLINE is static
2025-11-15  Paul EggertPacify clang 14 -Wbitwise-conditional-parentheses
2025-11-15  Paul EggertSkip sparse test on non-sparse file systems
2025-11-15  Paul EggertAdjust to Gnulib strftime changes for macOS
2025-11-15  Paul EggertPort intmax macro to strict C11
2025-11-15  Paul EggertPort new tests to Solaris 10 strerror
2025-11-15  Paul EggertDo not create empty placeholder files
2025-11-15  Paul EggertUse openat2 to jailify the extraction directory
2025-11-15  Paul EggertOmit trailing white space and empty lines
2025-11-15  Paul EggertStandardize on “working directory”
2025-11-15  Paul EggertUse fewer flags when opening directories
2025-11-15  Paul EggertImprove performance of relative opendir
2025-11-15  Paul EggertWork around Oracle Developer Studio compiler bug
2025-11-15  Paul EggertCache parent directories
2025-11-15  Paul EggertPrefer issymlinkat
2025-11-15  Paul EggertMake xclose static
2025-11-15  Paul EggertPrefer O_PATH to O_SEARCH on Linux kernels
2025-11-15  Paul EggertPrefer streq/memeq when they will do
2025-11-15  Paul EggertRefactor to avoid duplication in "./" scanning
2025-11-15  Paul Eggertchdir_id refactoring
2025-11-15  Paul EggertRemove unreachable assignment to mtime.tv_nsec
2025-11-15  Paul EggertOmit duplicate declaration of ‘usage’
2025-11-15  Paul Eggert* README-hacking: Add testing note.
2025-11-15  Paul EggertFix test to match paxutils quoting change
2025-11-15  Paul EggertUse Gnulib gendocs instead of our own
2025-11-15  Paul Eggertmaint: sync bootstrap, fdl.texi from Gnulib
2025-11-15  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2025-11-13  Matteo Crocefix build error when compiling with --without-xattrs
2025-11-12  David LeadbeaterQuote arguments in diagnostic messages.
2025-10-19  Sergey PoznyakoffVersion 1.35.90
2025-08-20  Collin Funkmaint: Update library names used by Gnulib.
2025-08-19  Paul EggertAvoid overrun when converting ns-resolution timestamps...
2025-08-14  Paul EggertAvoid hash_meta_directory int overflow
2025-08-14  Paul EggertUse Gnulib’s same-inode module
2025-08-08  Collin Funkmanual: remove '.info' suffix in manual names passed...
2025-07-27  Paul Eggert--no-overwrite-dir no overwrite even temporarily
2025-07-26  Paul EggertUse flexible array member in struct dumpdir
2025-07-26  Paul EggertAvoid undefined behavior in magic checking
2025-07-26  Paul EggertPort more code to UBSan, and fix alignment bug
2025-07-14  Paul EggertPacify gcc -Wunterminated-string-initialization
2025-06-20  Paul EggertSync bootstrap from Gnulib
2025-06-20  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2025-06-12  Paul EggertPort short_read to UBSan
2025-06-02  Sergey PoznyakoffBugfix
2025-05-14  Sergey PoznyakoffFix spurious "Not found in archive" errors.
2025-05-13  Sergey PoznyakoffMinor changes
2025-05-12  Sergey PoznyakoffHandle directory members consistently when listing...
2025-05-12  Anssi HannulaFix missing type in mknodat() mode argument
2025-05-12  Tobias StoeckmannFix typos
2025-05-08  xiangjingsiFix restoring extended attributes from global PAX headers
2025-05-07  Sergey PoznyakoffUpgrade paxutils.
2025-05-06  Sergey PoznyakoffFix typo
2025-05-06  Sergey PoznyakoffMinor fix
2025-05-06  Sergey PoznyakoffSkip file or archive member if its transformed name...
2025-05-06  Sergey PoznyakoffMinor fix
2025-04-29  Paul EggertPort to recent Gnulib hash_remove
2025-03-14  Sergey PoznyakoffFix restoring permissions of intermediate directories...
2025-03-14  Sergey Poznyakoffdocumentation: remove incorrect statement
2025-01-29  Paul Eggertdoc: mention timestamp limits
2025-01-02  Paul EggertAdjust to recent Gnulib module renaming
2025-01-02  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2025-01-02  Paul Eggertdoc: fix man page copyright notice
2025-01-02  Paul EggertUpdate copyright years
2024-12-27  Paul Eggerttests: port to test dirs where `pwd` != `pwd -P`
2024-12-27  Paul Eggerttests: port to testing in Linux /tmp
2024-11-06  Paul EggertFix bad pointer usage in xsparse.c
2024-11-06  Paul EggertPort xsparse.c to AIX
2024-11-06  Paul EggertFix xsparse.c big heap allocation bugs
2024-11-04  Sergey PoznyakoffRemove non-ASCII comment text
2024-11-04  Sergey PoznyakoffUpdate paxutils
2024-11-02  Paul EggertAdd LG_BLOCKSIZE to omit some *, % ops
2024-11-02  Paul EggertImprove sparse I/O performance
2024-11-02  Paul EggertSimplify read_incr_db_01 malloc
2024-11-02  Paul EggertAvoid malloc in change_tape_menu
2024-11-02  Paul EggertImprove common.h comment
2024-11-02  Paul EggertCount short read slop when seeking
2024-11-02  Paul EggertPrefer other types to int in xattrs.c
2024-11-02  Paul EggertPrever other types to int in warning.c
2024-11-02  Paul EggertPrefer other types to int in transform.c
2024-11-02  Paul EggertAvoid unlikely verbose_option overflow
2024-11-02  Paul EggertPrefer other types to int in system.c
2024-11-02  Paul EggertPrefer other types to int in sparse.c
2024-11-02  Paul EggertPrefer other types to int in names.c
2024-11-02  Paul EggertPrefer other types to int in misc.c
2024-11-02  Paul EggertPrefer other types to int in map.c
2024-11-02  Paul EggertFix some uses of int in list.c
2024-11-02  Paul EggertPrefer other types to int in incremen.c
2024-11-02  Paul EggertPrefer other types to int in extract.c
2024-11-02  Paul EggertPrefer other types to int in delete.c
2024-11-02  Paul EggertBe a bit more consistent about comparing to zero
2024-11-02  Paul Eggertdumpdir_cmp signature
2024-11-02  Paul EggertCheck for checkpoint string overflow
next