]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2021-10-27  Lasse Collinxz: Change the coding style of the previous commit.
2021-10-27  Alexander Bluhmxz: Avoid fchown(2) failure.
2021-09-17  Lasse Collinliblzma: Fix liblzma.map for the lzma_microlzma_* symbols.
2021-09-09  Lasse CollinUpdate THANKS.
2021-09-09  Lasse Collinliblzma: Use _MSVC_LANG to detect when "noexcept" can...
2021-09-05  Lasse Collinliblzma: Rename EROFS LZMA to MicroLZMA.
2021-06-04  Lasse Collinxzdiff: Update the man page about the exit status.
2021-06-04  Lasse Collinxzless: Fix less(1) version detection when it contains...
2021-04-11  Lasse CollinUpdate THANKS.
2021-04-11  Ivan A. MelnikovReduce maximum possible memory limit on MIPS32
2021-02-13  Lasse CollinCMake: Use interface library for better FindLibLZMA...
2021-01-30  Lasse CollinCMake: Try to improve compatibility with the FindLibLZM...
2021-01-29  Lasse CollinUpdate THANKS.
2021-01-29  Lasse Collinliblzma: Fix unitialized variable.
2021-01-24  Lasse CollinTests: Add bad-1-lzma2-10.xz and also modify -9.xz.
2021-01-24  Lasse Collinliblzma: Fix a wrong comment in stream_encoder_mt.c.
2021-01-24  Lasse CollinTests: Add bad-1-lzma2-9.xz.
2021-01-24  Lasse CollinTests: Add bad-1-check-crc32-2.xz.
2021-01-17  Lasse Collinliblzma: In EROFS LZMA decoder, verify that comp_size...
2021-01-17  Lasse Collinliblzma: Make EROFS LZMA decoder work when exact uncomp...
2021-01-14  Lasse Collinliblzma: Fix missing normalization in rc_encode_dummy().
2021-01-14  Lasse Collinliblzma: Add EROFS LZMA encoder and decoder.
2021-01-14  Lasse Collinliblzma: Add rough support for output-size-limited...
2021-01-11  Lasse CollinScripts: Add zstd support to xzdiff.
2021-01-11  Lasse CollinUpdate THANKS.
2021-01-11  Lasse Collinxz: Make --keep accept symlinks, hardlinks, and setuid...
2021-01-11  Lasse CollinScripts: Fix exit status of xzgrep.
2021-01-11  Lasse CollinScripts: Fix exit status of xzdiff/xzcmp.
2021-01-09  Lasse Collinliblzma: Make lzma_outq usable for threaded decompressi...
2020-12-23  Lasse CollinUpdate THANKS.
2020-12-23  H.J. Luliblzma: Enable Intel CET in x86 CRC assembly codes
2020-12-16  Lasse CollinUpdate THANKS.
2020-12-16  Lasse CollinBuild: Don't build bundles on Apple OSes.
2020-12-05  Lasse CollinUpdate THANKS.
2020-12-05  Adam BorowskiScripts: Add zstd support to xzgrep.
2020-11-17  Lasse CollinCMake: Fix compatibility with CMake 3.13.
2020-11-01  Lasse CollinUpdate THANKS.
2020-11-01  Lasse Collinxz: Avoid unneeded \f escapes on the man page.
2020-11-01  Lasse Collinxz: Use non-breaking spaces when intentionally using...
2020-11-01  Lasse Collinxz: Protect the ellipsis (...) on the man page with \&.
2020-11-01  Lasse Collinxz: Avoid the abbreviation "e.g." on the man page.
2020-07-12  Lasse Collinxz man page: Change \- (minus) to \(en (en-dash) for...
2020-07-12  Lasse CollinWindows: Fix building of resource files when config...
2020-04-06  Lasse Collinsrc/scripts/xzgrep.1: Filenames to xzgrep are optional.
2020-04-06  Bjarni Ingi... src/script/xzgrep.1: Remove superfluous '.RB'
2020-04-06  Bjarni Ingi... xzgrep.1: Delete superfluous '.PP'
2020-04-06  Bjarni Ingi... src/xz/xz.1: Correct misused two-fonts macros
2020-03-23  Lasse CollinTypo fixes from fossies.org.
2020-03-17  Lasse CollinUpdate NEWS for 5.2.5.
2020-03-16  Lasse CollinREADME: Update outdated sections.
2020-03-16  Lasse CollinREADME: Mention that man pages can be translated.
2020-03-16  Lasse CollinUpdate INSTALL.generic from Automake 1.16.1.
2020-03-15  Lasse CollinUpdate INSTALL for Windows and DOS and add preliminary...
2020-03-15  Lasse CollinBuild: Update m4/ax_pthread.m4 from Autoconf Archive...
2020-03-11  Lasse Collinxz: Never use thousand separators in DJGPP builds.
2020-03-11  Lasse CollinDOS: Update dos/Makefile for DJGPP 2.05.
2020-03-11  Lasse CollinDOS: Update instructions in dos/INSTALL.txt.
2020-03-11  Lasse CollinDOS: Update config.h.
2020-03-02  Lasse Collinliblzma: Fix a comment and RC_SYMBOLS_MAX.
2020-02-27  Lasse CollinBuild: Make CMake build fail if tuklib_cpucores or...
2020-02-27  Lasse CollinBuild: Add support for --no-po4a option to autogen.sh.
2020-02-25  Lasse CollinUpdate THANKS.
2020-02-25  Lasse CollinBuild: Fix bugs in the CMake files.
2020-02-24  Lasse CollinBuild: Add very limited experimental CMake support.
2020-02-24  Lasse CollinUpdate m4/.gitignore.
2020-02-24  Lasse Collintuklib: Omit an unneeded <sys/types.h> from a tests.
2020-02-24  Lasse Collinliblzma: Remove unneeded <sys/types.h> from fastpos_tab...
2020-02-22  Lasse CollinUse defined(__GNUC__) before __GNUC__ in preprocessor...
2020-02-21  Lasse Collinliblzma: Add more uses of lzma_memcmplen() to the norma...
2020-02-21  Lasse CollinBuild: Add visibility.m4 from gnulib.
2020-02-21  Lasse Collinxz: Silence a warning when sig_atomic_t is long int.
2020-02-21  Lasse Collinxz: Avoid unneeded access of a volatile variable.
2020-02-20  Lasse Collintuklib_integer.m4: Optimize the check order.
2020-02-20  Lasse Collintuklib_exit: Add missing header.
2020-02-18  Lasse CollinRevert the previous commit and add a comment.
2020-02-17  Lasse CollinDo not check for HAVE_CONFIG_H in tuklib_config.h.
2020-02-16  Lasse Collinsysdefs.h: Omit the conditionals around string.h and...
2020-02-15  Lasse CollinBuild: Bump Autoconf and Libtool version requirements.
2020-02-15  Lasse CollinBuild: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require...
2020-02-14  Lasse CollinTranslations: Add German translation of the man pages.
2020-02-07  Lasse CollinBuild: Add support for translated man pages using po4a.
2020-02-06  Lasse CollinUpdate THANKS.
2020-02-05  Lasse CollinUpdate tests/.gitignore.
2020-02-05  Lasse CollinUpdate m4/.gitignore.
2020-02-05  Lasse CollinUpdate THANKS.
2020-02-05  Lasse Collinxz: Make it a fatal error if enabling the sandbox fails.
2020-02-05  Lasse Collinxz: Comment out annoying sandboxing messages.
2020-02-05  Lasse CollinBuild: Workaround a POSIX shell detection problem on...
2020-02-03  Lasse CollinBuild: Update m4/ax_pthread.m4 from Autoconf Archive.
2020-02-01  Lasse Collinxz: Limit --memlimit-compress to at most 4020 MiB for...
2020-01-26  Lasse Collinxz: Set the --flush-timeout deadline when the first...
2020-01-26  Lasse Collinxz: Move flush_needed from mytime.h to file_pair struct...
2020-01-26  Lasse Collinxz: coder.c: Make writing output a separate function.
2020-01-26  Lasse Collinxz: Fix semi-busy-waiting in xz --flush-timeout.
2020-01-26  Lasse Collinxz: Refactor io_read() a bit.
2020-01-26  Lasse Collinxz: Update a comment in file_io.h.
2020-01-26  Lasse Collinxz: Move the setting of flush_needed in file_io.c to...
2020-01-19  Lasse CollinUse $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile.
2019-12-30  Lasse CollinRename unaligned_read32ne to read32ne, and similarly...
2019-12-30  Lasse CollinRename read32ne to aligned_read32ne, and similarly...
next