]> git.ipfire.org Git - thirdparty/tar.git/shortlog
thirdparty/tar.git
2024-08-19  Paul EggertFewer macros in common.h
2024-08-19  Paul EggertFix non-ASCII in sparse.c
2024-08-19  Paul EggertPrefer function to COPY_BUF macro
2024-08-19  Paul EggertPrefer function to COPY_STRING macro
2024-08-19  Paul EggertFix string size bound calculation
2024-08-19  Paul Eggertmaint: switch from ERROR to paxerror etc
2024-08-19  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2024-08-15  Paul EggertAdjust to verror change for program name
2024-08-15  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2024-08-15  Paul EggertFix duplicate write_error_details decl
2024-08-15  Paul EggertFix minor diagnostic discrepancies in incrementals
2024-08-15  Paul EggertAdd verror module
2024-08-15  Paul EggertUse idx_t for write_fatal_details size
2024-08-15  Paul EggertUse intmax_t for read_incr_db_01 line numbers
2024-08-15  Paul EggertAvoid need for base64_init and extra table
2024-08-15  Paul EggertRemove cast from from_header
2024-08-15  Paul EggertPrefer signed to unsigned when decoding options
2024-08-15  Paul EggertDon’t assume pid fits in unsigned long
2024-08-15  Paul EggertAvoid casts in tar_checksum
2024-08-15  Paul EggertSupport >UINT_MAX lines in map files
2024-08-15  Paul EggertPrefer signed integer in struct directory
2024-08-15  Paul EggertSimplify make_directory via xizalloc
2024-08-15  Paul EggertUse idx_t, not size_t, for xattr value lengths.
2024-08-15  Paul EggertUse intmax_t, not size_t, for input line numbers
2024-08-15  Paul EggertIn short_read, use %td not %lu
2024-08-15  Paul EggertPrefer signed types in blocking_read etc
2024-08-15  Paul EggertFix minor integer overflow in xsparse.c
2024-08-15  Paul EggertPrefer stoint to strtoul and variants
2024-08-15  Paul EggertHandle enormous record sizes better
2024-08-15  Paul EggertDefault to GNU/Linux dev_t etc
2024-08-15  Paul EggertAvoid strtoul
2024-08-04  Paul EggertAvoid snprintf
2024-08-04  Paul EggertAvoid wordsplit quadratic behavior
2024-08-04  Paul EggertPrefer ialloc for wordsplit
2024-08-04  Paul EggertOmit wordsplit API that tar doesn’t need
2024-08-04  Paul Eggertwordsplit_get_words need not fail
2024-08-04  Paul EggertMore wordsplit int cleanup
2024-08-04  Paul EggertDiagnose argp overflow
2024-08-04  Paul EggertFix unlikely buffer overrun when checkpointing
2024-08-04  Paul EggertPrefer idx_t to size_t in wordsplit
2024-08-04  Paul EggertSupport >INT_MAX -C dirs
2024-08-04  Paul Eggertmaint: fix some encodings and email addresses
2024-08-04  Paul EggertParse level options more reliably
2024-08-04  Paul EggertMinor utf8.c improvements
2024-08-04  Paul EggertSimplify ST_DEV_MSB
2024-08-04  Paul EggertUse ckd_mul, ckd_add in to_octal, to_base256
2024-08-04  Paul EggertUse ckd_mul, ckd_add in from_header
2024-08-04  Paul EggertPrefer < 0 to == -1 where either will do
2024-08-04  Paul Eggertxsparse dry runs should not create output
2024-08-04  Paul EggertBetter xsparse outname guessing
2024-08-04  Paul EggertUse xalignalloc
2024-08-04  Paul EggertMake stripped_prefix_len signed
2024-08-04  Paul Eggertfrom_header minor width cleanup
2024-08-04  Paul EggertDon’t assume mode_t fits in unsigned long
2024-08-04  Paul EggertPrefer C99 formats like %jd to doing it by hand
2024-08-04  Paul EggertFix unlikely problems with time overflow
2024-08-04  Paul Eggertmaint: omit space between "*" and "p"
2024-08-04  Paul Eggertptrdiff_t, not int
2024-08-04  Paul Eggertptrdiff_t, not ssize_t
2024-08-04  Paul EggertPrefer stdckdint.h to intprops.h
2024-08-04  Paul EggertUse ckd_add in page_aligned_alloc
2024-08-04  Paul EggertSimplify read_header overflow checking
2024-08-04  Paul EggertCleaner overflow checking in xheader_read
2024-08-04  Paul Eggertmaint: use static_assert
2024-08-04  Paul EggertFix tests/ckmtime.c arithmetic
2024-08-04  Paul EggertFix unlikely overflow in utf8_convert
2024-08-04  Paul EggertFix unlikely overflow in transform.c
2024-08-04  Paul EggertBetter overflow checking for blocking factor
2024-08-04  Paul Eggertxsparse cleanup, including integer overflow
2024-08-04  Paul Eggertmaint: fix some unlikely wordsplit overflows
2024-07-29  Paul Eggertmaint: prefer C23 if available
2024-07-29  Paul EggertAdd some gnulib.modules
2024-07-29  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2024-07-27  Paul EggertPacify gcc 14 -Wanalyzer-null-argument
2024-07-27  Paul EggertPacify gcc 14 -Wanalyzer-infinite-loop
2024-07-27  Paul Eggertmaint: make a few funcs and vars static
2024-07-27  Paul Eggertmaint: remove GLOBAL as per GCC 14
2024-07-27  Paul EggertModernize use of Gnulib, paxutils
2024-07-27  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2024-07-24  Paul Eggertmaint: higher-precision checkpoint timestamps
2024-07-24  Paul Eggertbuild: update gnulib and paxutils submodules to latest
2024-07-24  Paul EggertSync bootstrap from Gnulib
2024-07-15  Paul EggertSync bootstrap from Gnulib
2024-07-15  Paul Eggertmaint: adjust to Gnulib -Wsystem-headers change
2024-07-15  Paul Eggertbuild: update gnulib submodule to latest
2024-06-06  Sergey PoznyakoffVarious formatting fixes
2024-06-05  Sergey PoznyakoffFix spurious diagnostic during extraction of . with...
2024-03-03  Paul Eggerttar: fix current_block confusion
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 description of the CACHEDIR.TAG file.
2024-01-15  Sergey PoznyakoffFix --exclude-ignore option.
2024-01-15  Sergey PoznyakoffFix missing space in the manual
2024-01-14  Sergey PoznyakoffWhen given -c -a, issue a warning if no compressor...
2024-01-02  Paul EggertPort EOF detection test to macOS
2024-01-02  Paul EggertSkip test on macOS 12.6
2024-01-02  Paul EggertPort --numeric-owner basic tests to macOS
2024-01-02  Paul EggertUpdate copyright years
next