]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2024-06-03  Sam Jamesxz: list: suppress -Wformat-nonliteral for Solaris
2024-06-03  Lasse Collinlicense-check.sh: Fix reporting of unclear license...
2024-05-31  Lasse CollinUpdate THANKS
2024-05-29  Lasse CollinTranslations: Run po4a/update-po
2024-05-29  Lasse CollinTranslations: Run "make -C po update-po"
2024-05-29  Lasse CollinAdd NEWS for 5.6.2
2024-05-29  Lasse CollinAdd NEWS for 5.4.7
2024-05-29  Lasse CollinAdd NEWS for 5.2.13
2024-05-29  Lasse CollinBuild: Update po/*.po files only when needed
2024-05-28  Lasse Collinpo4a/update-po: Disable wrapping in .pot and .po files
2024-05-28  Lasse CollinUpdate contact info in README
2024-05-28  Lasse CollinTranslations: Use --package-name=xz-man with po4a
2024-05-28  Lasse CollinTranslations: Omit --package-name from po/Makevars
2024-05-28  Lasse Collinlicense-check.sh: Use '--' with slightly untrusted...
2024-05-28  Lasse Collinlicense-check.sh: Use xargs -0 instead of -d
2024-05-27  Lasse CollinTranslations: Omit man page line numbers from .pot...
2024-05-27  Lasse CollinTranslations: Use the xgettext option --add-location...
2024-05-27  Lasse CollinTranslations: Use the msgmerge option --add-location...
2024-05-27  Lasse CollinBuild: Use $(SHELL) instead of sh to run scripts in...
2024-05-23  Lasse CollinTranslations: Change the home page URLs in man page...
2024-05-23  Lasse CollinCMake: Add manual support for 32-bit x86 assembly files
2024-05-23  Lasse CollinCMake: Rename USE_DOXYGEN to ENABLE_DOXYGEN
2024-05-22  Lasse CollinMention license-check.sh in COPYING
2024-05-22  Lasse CollinUse more confident language in COPYING
2024-05-22  Lasse CollinBuild: Run license-check.sh in "mydist" and "dist-hook"
2024-05-22  Lasse CollinAdd build-aux/license-check.sh
2024-05-22  Lasse CollinAdd SPDX license identifiers to files under tests/ossfuzz
2024-05-22  Lasse CollinAdd SPDX license identifier to .codespellrc
2024-05-22  Lasse CollinMove entries po4a/.gitignore to the top level .gitignore
2024-05-20  Lasse CollinTests: Make the config.h grep patterns Meson compatible
2024-05-20  Lasse CollinCMake: Add comments
2024-05-20  Lasse CollinCMake: Remove the note that some tests aren't run
2024-05-20  Lasse CollinCMake: Add support for test_files.sh
2024-05-20  Lasse CollinTests: Make test_files.sh more flexible
2024-05-20  Lasse CollinCMake: Add support for test_compress.sh tests
2024-05-20  Lasse CollinTests: Make test_compress.sh more flexible
2024-05-20  Lasse CollinCMake: Prepare to support the test_*.sh tests
2024-05-20  Lasse CollinTests: test_suffix.sh: Add a comment
2024-05-17  Lasse CollinFix typos
2024-05-17  Lasse Collinliblzma: Fix white space
2024-05-15  Lasse CollinBuild: Temporarily disable CRC CLMUL to silence OSS...
2024-05-13  Lasse Collinxz: Document the static function get_chains_memusage()
2024-05-13  Lasse Collinxz: Rename filters_memusage_max() to get_chains_memusage()
2024-05-13  Lasse Collinxz: Rename filter_memusages to chains_memusages
2024-05-13  Lasse Collinxz: Simplify the memory usage scaling code
2024-05-13  Lasse Collinxz: Edit comments
2024-05-13  Lasse Collinxz: Rename chain_idx to chain_num
2024-05-13  Lasse Collinxz: Edit coding style
2024-05-13  Lasse Collinxz: Edit comments
2024-05-13  Lasse Collinxz: Fix grammar in a comment
2024-05-13  Lasse Collinxz: Rename filter_memusages to encoder_memusages
2024-05-13  Lasse Collinxz: Edit coding style
2024-05-13  Lasse Collinxz: Rename filters_index to chain_num
2024-05-13  Lasse Collinxz: Replace a few uint32_t with "unsigned" to reduce...
2024-05-13  Lasse Collinxz: Rename filters_used_mask to chains_used_mask
2024-05-13  Lasse Collinxz: Move the setting of "check" in coder_set_compressio...
2024-05-13  Lasse Collinxz: Rename "filters" to "chains"
2024-05-13  Lasse Collinxz: Clean up a comment
2024-05-13  Lasse Collinxz: Add clarifying assertions
2024-05-13  Lasse Collinxz: Add a clarifying assertion
2024-05-13  Lasse Collinxz: Clarify a comment
2024-05-13  Lasse Collinxz: Use the info collected in parse_block_list()
2024-05-13  Lasse Collinxz: Remember the filter chains and the largest Block...
2024-05-13  Lasse Collinxz: Update a comment and initialization of filters_used...
2024-05-13  Lasse Collinxz: parse_block_list: Edit integer type casting
2024-05-13  Lasse Collinxz: Make filter_memusages a local variable
2024-05-13  Lasse Collinxz: Remove unused code and simplify
2024-05-10  Lasse Collinxz: Fix integer type from uint64_t to uint32_t
2024-05-08  Lasse Collindebug/translation.bash: Remove an outdated test command
2024-05-07  Lasse CollinFix the date of NEWS for 5.4.5
2024-05-07  Lasse CollinBuild: Update visibility.m4 from Gnulib
2024-05-07  Lasse Collinpo4a/update-po: Delete the *.po.authors files
2024-05-07  Lasse Collinxz: Edit comments and coding style
2024-05-06  Lasse Collinxz: Omit an incorrect comment
2024-05-06  Lasse Collinxz: Add braces to a for-statement and to an if-statement
2024-05-06  Lasse Collinliblzma: Omit an unneeded array from the x86 filter
2024-05-06  Lasse CollinCMake: Add test_suffix.sh to the tests
2024-05-06  Lasse CollinTest: Add CMake support to test_suffix.sh
2024-05-06  Lasse CollinUpdate INSTALL about MINIX 3
2024-05-02  Lasse CollinWindows: Remove the "doc/api" line from README-Windows.txt
2024-05-02  Lasse CollinBuild: Don't copy doc/api from source tree to distribut...
2024-05-02  Sam Jamesci: add SPDX headers
2024-05-01  Yaroslav Halchenkocodespell: Ignore the THANKS file and debbugs.gnu.org URL
2024-04-30  Lasse CollinAdd .gitattributes to clean up git-archive output
2024-04-30  Lasse Collinxzdec: Support Landlock ABI version 4
2024-04-30  Lasse Collinliblzma: Fix incorrect function type error from sanitizer
2024-04-30  Lasse Collinxz: Avoid arithmetic on a null pointer
2024-04-30  Lasse CollinCMake: Support building liblzma API docs using Doxygen
2024-04-30  Lasse CollinCMake: List API headers in LIBLZMA_API_HEADERS variable
2024-04-30  Lasse CollinPACKAGERS: Document the optional Doxygen usage
2024-04-30  Lasse CollinBuild: Add --enable-doxygen to generate and install...
2024-04-30  Lasse CollinDoxygen: update-doxygen: Support out-of-tree builds
2024-04-30  Lasse CollinDoxygen: Simplify Doxyfile and add SPDX license identifier
2024-04-30  Lasse CollinDoxygen: Don't strip JavaScript anymore
2024-04-30  Lasse CollinBuild: Remove old Doxygen rules from top-level Makefile.am
2024-04-30  Lasse CollinUpdate COPYING to match the autogen.sh and mydist changes
2024-04-30  Lasse CollinBuild: Don't run update-doxygen as part of "make mydist"
2024-04-30  Lasse Collinautogen.sh: Don't generated Doxygen docs anymore
2024-04-30  Lasse Collinwindows/build.bash: Omit Doxygen docs from the package
2024-04-28  Lasse CollinREADME: Don't mention PDF man pages anymore
next