]> git.ipfire.org Git - thirdparty/tar.git/shortlog
thirdparty/tar.git
2024-11-02  Paul EggertPacify gcc -Wmissing-variable-declarations
2024-11-02  Paul EggertPrefer other types to int in compare.c
2024-11-02  Paul EggertPrefer other types to int in checkpoint.c
2024-11-02  Paul EggertPrefer other types to int in buffer.c
2024-11-02  Paul EggertPrefer other types to int in tar.c
2024-11-02  Paul EggertRemove major, minor signedness assumption
2024-11-02  Paul EggertFix checkpoint_flush_actions width typo
2024-11-02  Paul EggertFewer uses of uintmax_t in xheader.c
2024-11-02  Paul EggertPrefer intmax_t for occurrence counts
2024-11-02  Paul EggertRemove unnecessary casts
2024-11-02  Paul EggertCheck for setenv failures when running scripts
2024-11-02  Paul EggertPrefer off_t to uintmax_t for continued_file_*
2024-11-02  Paul EggertPrefer idx_t to size_t in common.h
2024-11-02  Paul EggertPrefer idx_t to size_t in tar.h
2024-11-02  Paul EggertPrefer idx_t to size_t in xheader.c
2024-11-02  Paul EggertPrefer intmax_t to size_t in xheader.c
2024-11-02  Paul EggertOmit unnecessary initialization in dunlink_alloc
2024-11-02  Paul EggertRemove unused static vars in unlink.c
2024-11-02  Paul EggertPrefer idx_t to size_t in transform.c
2024-11-02  Paul EggertPrefer idx_t to size_t in xattrs.c
2024-11-02  Paul EggertPrefer idx_t to size_t in tar.c
2024-11-02  Paul EggertPrefer idx_t to size_t in system.c
2024-11-02  Paul EggertStreamline compression suffix detection
2024-11-02  Paul EggertFewer uses of size_t in suffix.c
2024-11-02  Paul EggertFewer uses of size_t in sparse.c
2024-11-02  Paul EggertAdjust better to Gnulib signed-int read changes
2024-11-02  Paul EggertSimplify name_buffer initialization
2024-11-02  Paul EggertSimplify add_hierarchy_to_namelist allocation
2024-11-02  Paul EggertRemove xattrs_clear_setup
2024-11-02  Paul EggertRemove name_term
2024-11-02  Paul EggertDiagnose sys_exec_info_script failures
2024-11-02  Paul EggertPacify GCC in info_attach_exclist
2024-11-02  Paul EggertFewer uses of size_t in names.c
2024-11-02  Paul EggertFewer uses of size_t in misc.c
2024-11-02  Paul EggertFewer uses of size_t in list.c
2024-11-02  Paul EggertFewer uses of size_t in incremen.c
2024-11-02  Paul EggertFewer uses of size_t in extract.c
2024-11-02  Paul EggertFewer uses of size_t in exclist.c
2024-11-02  Paul EggertFewer uses of size_t in delete.c
2024-11-02  Paul EggertFewer uses of size_t in create.c
2024-11-02  Paul EggertFewer uses of size_t in compare.c
2024-11-02  Paul EggertSimplify checkpoint_action allocation
2024-11-02  Paul Eggertcheckpoint_total_format is now const
2024-11-02  Paul EggertFewer uses of size_t in checkpoint.c
2024-11-02  Paul EggertFewer uses of size_t in buffer.c
2024-10-31  Sergey PoznyakoffDon't assume archive read from stdin starts at offset 0
2024-10-25  Sergey PoznyakoffAdd missing safety check
2024-10-25  Sergey PoznyakoffRemove useless check
2024-10-25  Sergey PoznyakoffBugfix
2024-08-19  Paul EggertFewer macros in xheader.c
2024-08-19  Paul EggertFewer macros in xattrs.c
2024-08-19  Paul EggertFewer macros in unlink.c
2024-08-19  Paul EggertFewer macros in transform.c
2024-08-19  Paul EggertFewer macros in tar.c
2024-08-19  Paul EggertFewer macros in tar.h
2024-08-19  Paul EggertFewer macros in system.c
2024-08-19  Paul EggertFewer macros in names.c
2024-08-19  Paul EggertFewer macros in incremen.c
2024-08-19  Paul EggertFewer macros in extract.c
2024-08-19  Paul EggertFewer macros in create.c
2024-08-19  Paul EggertFewer macros in buffer.c
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
next