aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-17Bump version and soname for 5.2.5.Lasse Collin
2020-03-11xz: Never use thousand separators in DJGPP builds.Lasse Collin
2020-03-11liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c.Lasse Collin
2020-03-11Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin
2020-03-11liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA.Lasse Collin
2020-03-11xz: Silence a warning when sig_atomic_t is long int.Lasse Collin
2020-03-11xz: Avoid unneeded access of a volatile variable.Lasse Collin
2020-03-11tuklib_exit: Add missing header.Lasse Collin
2020-03-11sysdefs.h: Omit the conditionals around string.h and limits.h.Lasse Collin
2020-03-11Build: Add support for translated man pages using po4a.Lasse Collin
2020-02-05xz: Comment out annoying sandboxing messages.Lasse Collin
2020-02-05xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz.Lasse Collin
2020-02-05xz: Set the --flush-timeout deadline when the first input byte arrives.Lasse Collin
2020-02-05xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.Lasse Collin
2020-02-05xz: coder.c: Make writing output a separate function.Lasse Collin
2020-02-05xz: Fix semi-busy-waiting in xz --flush-timeout.Lasse Collin
2020-02-05xz: Refactor io_read() a bit.Lasse Collin
2020-02-05xz: Update a comment in file_io.h.Lasse Collin
2020-02-05xz: Move the setting of flush_needed in file_io.c to a nicer location.Lasse Collin
2019-12-31Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin
2019-12-31Rename read32ne to aligned_read32ne, and similarly for the others.Lasse Collin
2019-12-31Revise tuklib_integer.h and .m4.Lasse Collin
2019-12-31Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin
2019-12-31Fix comment typos in tuklib_mbstr* files.Lasse Collin
2019-12-31Add missing include to tuklib_mbstr_width.c.Lasse Collin
2019-12-31liblzma: Fix a buggy comment.Lasse Collin
2019-12-31liblzma: Add a comment.Lasse Collin
2019-12-31liblzma: Silence clang -Wmissing-variable-declarations.Lasse Collin
2019-12-31xz: Silence a warning from clang -Wsign-conversion in main.c.Lasse Collin
2019-12-31liblzma: Remove incorrect uses of lzma_attribute((__unused__)).Lasse Collin
2019-12-31xz: Fix an integer overflow with 32-bit off_t.Lasse Collin
2019-12-31tuklib_mbstr_width: Fix a warning from -Wsign-conversion.Lasse Collin
2019-12-31xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin
2019-12-31tuklib_cpucores: Silence warnings from -Wsign-conversion.Lasse Collin
2019-12-31xzdec: Fix warnings from -Wsign-conversion.Lasse Collin
2019-12-31liblzma: Fix warnings from -Wsign-conversion.Lasse Collin
2019-12-31tuklib_integer: Silence warnings from -Wsign-conversion.Lasse Collin
2019-12-31tuklib_integer: Fix usage of conv macros.Lasse Collin
2019-12-31liblzma: Fix comments.Lasse Collin
2019-12-31liblzma: Fix one more unaligned read to use unaligned_read16ne().Lasse Collin
2019-12-31liblzma: memcmplen: Use ctz32() from tuklib_integer.h.Lasse Collin
2019-12-31tuklib_integer: Cleanup MSVC-specific code.Lasse Collin
2019-12-31liblzma: Use unaligned_readXXne functions instead of type punning.Lasse Collin
2019-12-31tuklib_integer: Improve unaligned memory access.Lasse Collin
2019-07-13liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.Lasse Collin
2019-07-13xz: Update xz man page date.Lasse Collin
2019-07-13spellingAntoine Cœur
2019-07-13xz: Fix a crash in progress indicator when in passthru mode.Lasse Collin
2019-07-13xz: Update man page timestamp.Lasse Collin
2019-07-13'have have' typosPavel Raiskup