1. 8bcca29 xz: Fix a comment and silence a warning in message.c. by Lasse Collin · 9 years ago
  2. f243f5f liblzma: Silence more uint32_t vs. size_t warnings. by Lasse Collin · 9 years ago
  3. 7f0a4c5 xz: Make arg_count an unsigned int to silence a warning. by Lasse Collin · 9 years ago
  4. f6ec468 liblzma: Fix a warning in index.c. by Lasse Collin · 9 years ago
  5. a245189 Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. by Lasse Collin · 9 years ago
  6. dec1149 Bump version and soname for 5.2.1. by Lasse Collin · 9 years ago v5.2.1
  7. 29e39c7 Update NEWS for 5.2.1. by Lasse Collin · 9 years ago
  8. 7a11c4a xz: Use pipe2() if available. by Lasse Collin · 9 years ago
  9. 117d962 liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode. by Lasse Collin · 9 years ago
  10. ae984e3 xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick. by Lasse Collin · 9 years ago
  11. 2205bb5 Update THANKS. by Lasse Collin · 9 years ago
  12. d935b0c tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available. by Lasse Collin · 9 years ago
  13. eb61bc5 xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp. by Lasse Collin · 9 years ago
  14. b9a5b6b Add a few casts to tuklib_integer.h to silence possible warnings. by Lasse Collin · 9 years ago
  15. c457571 liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method. by Lasse Collin · 9 years ago
  16. 3c50017 Update THANKS. by Lasse Collin · 9 years ago
  17. fec88d4 liblzma: Silence harmless Valgrind errors. by Lasse Collin · 9 years ago
  18. a9b45ba xz: Fix comments. by Lasse Collin · 9 years ago
  19. 541aee6 Update THANKS. by Lasse Collin · 9 years ago
  20. 4170edc xz: Don't fail if stdout doesn't support O_NONBLOCK. by Lasse Collin · 9 years ago
  21. 04bbc0c xz: Fix a memory leak in DOS-specific code. by Lasse Collin · 9 years ago
  22. f0f1f6c xz: Don't fail if stdin doesn't support O_NONBLOCK. by Lasse Collin · 9 years ago
  23. d2d4846 Tests: Don't hide unexpected error messages in test_files.sh. by Lasse Collin · 9 years ago
  24. aae6a6a Update Solaris notes in INSTALL. by Lasse Collin · 9 years ago
  25. 7815112 Build: POSIX shell isn't required if scripts are disabled. by Lasse Collin · 9 years ago
  26. a0cd05e DOS: Update Makefile. by Lasse Collin · 9 years ago v5.2.0
  27. b85ee09 Windows: Fix bin_i486 to bin_i686 in build.bash. by Lasse Collin · 9 years ago
  28. cbafa71 Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c. by Lasse Collin · 9 years ago
  29. 8dbb572 Docs: Update docs/examples/00_README.txt. by Lasse Collin · 9 years ago
  30. 6060f7d Bump version and soname for 5.2.0. by Lasse Collin · 9 years ago
  31. 3e8bd1d Avoid variable-length arrays in the debug programs. by Lasse Collin · 9 years ago
  32. 72f7307 Build: Include 04_compress_easy_mt.c in the tarball. by Lasse Collin · 9 years ago
  33. 2cb82ff Fix build when --disable-threads is used. by Lasse Collin · 9 years ago
  34. 9b9e353 po/fr: improve wording for help for --lzma1/--lzma2. by Adrien Nader · 9 years ago
  35. a8b6b56 po/fr: missing line in translation of --extreme. by Adrien Nader · 9 years ago
  36. f168a6f Update NEWS for 5.2.0. by Lasse Collin · 9 years ago
  37. cec2ee8 Update NEWS for 5.0.8. by Lasse Collin · 9 years ago
  38. 42e97a3 xz: Fix a comment. by Lasse Collin · 9 years ago
  39. 29b95d5 Update INSTALL about the dependencies of the scripts. by Lasse Collin · 9 years ago
  40. 3af9104 Windows: Update build instructions. by Lasse Collin · 9 years ago
  41. 0152f72 Windows: Update the build script and README-Windows.txt. by Lasse Collin · 9 years ago
  42. 4a1f613 Windows: Define TUKLIB_SYMBOL_PREFIX in config.h. by Lasse Collin · 9 years ago
  43. 7f7d093 xz: Update the man page about --threads. by Lasse Collin · 9 years ago
  44. 0098234 xz: Update the man page about --block-size. by Lasse Collin · 9 years ago
  45. 7dddfbe po/fr: several more translation updates: reword and handle --ignore-check. by Adrien Nader · 9 years ago
  46. 6eca5be po/fr: yet another place where my email address had to be updated. by Adrien Nader · 9 years ago
  47. d100367 po/fr: fix several typos that have been around since the beginning. by Adrien Nader · 9 years ago
  48. 4c5aa91 po/fr: last batch of new translations for now. by Adrien Nader · 9 years ago
  49. 3e3099e po/fr: translations for --threads, --block-size and --block-list. by Adrien Nader · 9 years ago
  50. e7d96a5 po/fr: remove fuzzy marker for error messages that will be kept in English. by Adrien Nader · 9 years ago
  51. 46cbb90 po/fr: several minor updates and better wording. by Adrien Nader · 9 years ago
  52. 7ce49d4 po/fr: update my email address and copyright years. by Adrien Nader · 9 years ago
  53. 214c553 fr.po: commit file after only "update-po" so actual is readable. by Adrien Nader · 9 years ago
  54. 1190c64 liblzma: Document how lzma_mt.block_size affects memory usage. by Lasse Collin · 9 years ago
  55. e4fc1d2 Update INSTALL about a "make check" failure in test_scripts.sh. by Lasse Collin · 9 years ago
  56. 34f9e40 Remove LZMA_UNSTABLE macro. by Lasse Collin · 9 years ago
  57. 6d9c0ce liblzma: Update lzma_stream_encoder_mt() API docs. by Lasse Collin · 9 years ago
  58. 2301f3f liblzma: Verify the filter chain in threaded encoder initialization. by Lasse Collin · 9 years ago
  59. 107a263 Build: Update m4/ax_pthread.m4 from Autoconf Archive. by Lasse Collin · 9 years ago
  60. b13a781 Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING. by Lasse Collin · 9 years ago
  61. 542cac1 Build: Fix Autoconf warnings about escaped backquotes. by Lasse Collin · 9 years ago
  62. 7b03a15 xzdiff: Use mkdir if mktemp isn't available. by Lasse Collin · 9 years ago
  63. f8c13e5 xzdiff: Create a temporary directory to hold a temporary file. by Lasse Collin · 9 years ago
  64. 7716dcf liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage(). by Lasse Collin · 9 years ago
  65. 230fa4a Update THANKS. by Lasse Collin · 9 years ago
  66. 4e4ae08 Update .gitignore files. by Lasse Collin · 9 years ago
  67. c923b14 Build: Prepare to support Automake's subdir-objects. by Lasse Collin · 9 years ago
  68. 08c2aa1 Translations: Update the Italian translation. by Lasse Collin · 9 years ago
  69. 2f9f61a Translations: Update the Polish translation. by Lasse Collin · 9 years ago
  70. 4f9d233 l10n: de.po: Change translator email address. by Andre Noll · 9 years ago
  71. 00502b2 l10n: de.po: Update German translation by Andre Noll · 9 years ago
  72. 706b049 l10n: de.po: Fix typo: Schießen -> Schließen. by Andre Noll · 9 years ago
  73. 7c32e6a Update THANKS. by Lasse Collin · 9 years ago
  74. 076258c Add support for AmigaOS/AROS to tuklib_physmem(). by Lasse Collin · 9 years ago
  75. efa7b0a xzgrep: Avoid passing both -q and -l to grep. by Lasse Collin · 9 years ago
  76. 9c5f760 l10n: vi.po: Update Vietnamese translation by Trần Ngọc Quân · 10 years ago
  77. c4911f2 Build: Detect supported compiler warning flags better. by Lasse Collin · 10 years ago
  78. 76e7552 Update NEWS for 5.0.7. by Lasse Collin · 10 years ago
  79. d62028b liblzma: Fix a portability problem in Makefile.am. by Lasse Collin · 10 years ago
  80. c35de31 Bump the version number to 5.1.4beta. by Lasse Collin · 10 years ago v5.1.4beta
  81. e9e097e Update NEWS for 5.0.6 and 5.1.4beta. by Lasse Collin · 10 years ago
  82. 642f856 Update TODO. by Lasse Collin · 10 years ago
  83. 6b5e3b9 xz: Add --ignore-check. by Lasse Collin · 10 years ago
  84. 9adbc2f liblzma: Add support for LZMA_IGNORE_CHECK. by Lasse Collin · 10 years ago
  85. 0e0f34b liblzma: Add support for lzma_block.ignore_check. by Lasse Collin · 10 years ago
  86. 71e1437 liblzma: Use lzma_memcmplen() in the BT3 match finder. by Lasse Collin · 10 years ago
  87. 41dc9ea Update THANKS. by Lasse Collin · 10 years ago
  88. 5dcffdb liblzma: SHA-256: Optimize the Maj macro slightly. by Lasse Collin · 10 years ago
  89. a9477d1 liblzma: SHA-256: Optimize the way rotations are done. by Lasse Collin · 10 years ago
  90. 5a76c7c liblzma: SHA-256: Remove the GCC #pragma that became unneeded. by Lasse Collin · 10 years ago
  91. 9a096f8 liblzma: SHA-256: Unroll a little more. by Lasse Collin · 10 years ago
  92. bc7650d liblzma: SHA-256: Do the byteswapping without a temporary buffer. by Lasse Collin · 10 years ago
  93. 544aaa3 liblzma: Use lzma_memcmplen() in normal mode of LZMA. by Lasse Collin · 10 years ago
  94. f48fce0 liblzma: Simplify LZMA fast mode code by using memcmp(). by Lasse Collin · 10 years ago
  95. 6bf5308 liblzma: Use lzma_memcmplen() in fast mode of LZMA. by Lasse Collin · 10 years ago
  96. 3532121 Update THANKS. by Lasse Collin · 10 years ago
  97. 5db7505 liblzma: Use lzma_memcmplen() in the match finders. by Lasse Collin · 10 years ago
  98. e1c8f1d liblzma: Add lzma_memcmplen() for fast memory comparison. by Lasse Collin · 10 years ago
  99. 765735c Update THANKS. by Lasse Collin · 10 years ago
  100. 59da017 Translations: Add Vietnamese translation. by Lasse Collin · 10 years ago