1. 9c5f760 l10n: vi.po: Update Vietnamese translation by Trần Ngọc Quân · 10 years ago
  2. c4911f2 Build: Detect supported compiler warning flags better. by Lasse Collin · 10 years ago
  3. 76e7552 Update NEWS for 5.0.7. by Lasse Collin · 10 years ago
  4. d62028b liblzma: Fix a portability problem in Makefile.am. by Lasse Collin · 10 years ago
  5. c35de31 Bump the version number to 5.1.4beta. by Lasse Collin · 10 years ago v5.1.4beta
  6. e9e097e Update NEWS for 5.0.6 and 5.1.4beta. by Lasse Collin · 10 years ago
  7. 642f856 Update TODO. by Lasse Collin · 10 years ago
  8. 6b5e3b9 xz: Add --ignore-check. by Lasse Collin · 10 years ago
  9. 9adbc2f liblzma: Add support for LZMA_IGNORE_CHECK. by Lasse Collin · 10 years ago
  10. 0e0f34b liblzma: Add support for lzma_block.ignore_check. by Lasse Collin · 10 years ago
  11. 71e1437 liblzma: Use lzma_memcmplen() in the BT3 match finder. by Lasse Collin · 10 years ago
  12. 41dc9ea Update THANKS. by Lasse Collin · 10 years ago
  13. 5dcffdb liblzma: SHA-256: Optimize the Maj macro slightly. by Lasse Collin · 10 years ago
  14. a9477d1 liblzma: SHA-256: Optimize the way rotations are done. by Lasse Collin · 10 years ago
  15. 5a76c7c liblzma: SHA-256: Remove the GCC #pragma that became unneeded. by Lasse Collin · 10 years ago
  16. 9a096f8 liblzma: SHA-256: Unroll a little more. by Lasse Collin · 10 years ago
  17. bc7650d liblzma: SHA-256: Do the byteswapping without a temporary buffer. by Lasse Collin · 10 years ago
  18. 544aaa3 liblzma: Use lzma_memcmplen() in normal mode of LZMA. by Lasse Collin · 10 years ago
  19. f48fce0 liblzma: Simplify LZMA fast mode code by using memcmp(). by Lasse Collin · 10 years ago
  20. 6bf5308 liblzma: Use lzma_memcmplen() in fast mode of LZMA. by Lasse Collin · 10 years ago
  21. 3532121 Update THANKS. by Lasse Collin · 10 years ago
  22. 5db7505 liblzma: Use lzma_memcmplen() in the match finders. by Lasse Collin · 10 years ago
  23. e1c8f1d liblzma: Add lzma_memcmplen() for fast memory comparison. by Lasse Collin · 10 years ago
  24. 765735c Update THANKS. by Lasse Collin · 10 years ago
  25. 59da017 Translations: Add Vietnamese translation. by Lasse Collin · 10 years ago
  26. 17215f7 xz: Update the help message of a few options. by Lasse Collin · 10 years ago
  27. 96864a6 xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores(). by Lasse Collin · 10 years ago
  28. a115cc3 liblzma: Add lzma_cputhreads(). by Lasse Collin · 10 years ago
  29. 3ce3e79 xz: Check for filter chain compatibility for --flush-timeout. by Lasse Collin · 10 years ago
  30. 381ac14 xzgrep: List xzgrep_expected_output in tests/Makefile.am. by Lasse Collin · 10 years ago
  31. 4244b65 xzgrep: Improve the test script. by Lasse Collin · 10 years ago
  32. 1e60f2c xzgrep: Add a test for the previous fix. by Lasse Collin · 10 years ago
  33. ceca379 xzgrep: exit 0 when at least one file matches. by Lasse Collin · 10 years ago
  34. 8c19216 xz: Force single-threaded mode when --flush-timeout is used. by Lasse Collin · 10 years ago
  35. 87f1a24 Update THANKS. by Lasse Collin · 10 years ago
  36. da1718f liblzma: Use lzma_alloc_zero() in LZ encoder initialization. by Lasse Collin · 10 years ago
  37. 28af24e liblzma: Add the internal function lzma_alloc_zero(). by Lasse Collin · 10 years ago
  38. ed9ac85 xz: Fix uint64_t vs. size_t which broke 32-bit build. by Lasse Collin · 10 years ago
  39. d716acd Docs: Update comments to refer to lzma/lzma12.h in example programs. by Lasse Collin · 10 years ago
  40. 4d5b7b3 liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h. by Lasse Collin · 10 years ago
  41. 1555a9c Build: Fix the combination of --disable-xzdec --enable-lzmadec. by Lasse Collin · 10 years ago
  42. 5605657 Build: Add --disable-doc to configure. by Lasse Collin · 10 years ago
  43. 6de61d8 Update INSTALL. by Lasse Collin · 10 years ago
  44. 54df428 xz: Rename a variable to avoid a namespace collision on Solaris. by Lasse Collin · 10 years ago
  45. 5876ca2 Docs: Add example program for threaded encoding. by Lasse Collin · 10 years ago
  46. 9494fb6 liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt(). by Lasse Collin · 10 years ago
  47. 673a4cb liblzma: Fix typo in a comment. by Lasse Collin · 10 years ago
  48. ad96a87 Windows: Add config.h for building liblzma with MSVC 2013. by Lasse Collin · 10 years ago
  49. 3d5c090 xz: Fix a comment. by Lasse Collin · 10 years ago
  50. 69fd4e1 Windows: Add MSVC defines for inline and restrict keywords. by Lasse Collin · 10 years ago
  51. a19d9e8 liblzma: Avoid C99 compound literal arrays. by Lasse Collin · 10 years ago
  52. e28528f liblzma: Remove a useless C99ism from sha256.c. by Lasse Collin · 10 years ago
  53. 5ad1eff xz: Fix use of wrong variable. by Lasse Collin · 10 years ago
  54. 3e62c68 Fix typos in comments. by Lasse Collin · 10 years ago
  55. e90ea60 Update THANKS. by Lasse Collin · 10 years ago
  56. b22e94d liblzma: Document the need for block->check for lzma_block_header_decode(). by Lasse Collin · 10 years ago
  57. d1cd8b1 xz: Update the man page about --block-size and --block-list. by Lasse Collin · 10 years ago
  58. 76be7c6 Update THANKS. by Lasse Collin · 10 years ago
  59. dd750ac xz: Make --block-list and --block-size work together in single-threaded. by Lasse Collin · 10 years ago
  60. ae222fe Bump the version number to 5.1.3alpha. by Lasse Collin · 11 years ago v5.1.3alpha
  61. 2193837 Update NEWS for 5.1.3alpha. by Lasse Collin · 11 years ago
  62. ed48e75 Update TODO. by Lasse Collin · 11 years ago
  63. 841da03 xz: Document behavior of --block-list with threads. by Lasse Collin · 11 years ago
  64. 56feb86 xz: Document --flush-timeout=TIMEOUT on the man page. by Lasse Collin · 11 years ago
  65. ba413da xz: Take advantage of LZMA_FULL_BARRIER with --block-list. by Lasse Collin · 11 years ago
  66. 0cd45fc liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder. by Lasse Collin · 11 years ago
  67. 97bb387 liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder. by Lasse Collin · 11 years ago
  68. fef0c6b liblzma: Add block_buffer_encoder.h into Makefile.inc. by Lasse Collin · 11 years ago
  69. 8083e03 xz: Add a missing test for TUKLIB_DOSLIKE. by Lasse Collin · 11 years ago
  70. 6b44b4a Add native threading support on Windows. by Lasse Collin · 11 years ago
  71. ae0ab74 Build: Remove a comment about Automake 1.10 from configure.ac. by Lasse Collin · 11 years ago
  72. 72975df Build: Create liblzma.pc in a src/liblzma/Makefile.am. by Lasse Collin · 11 years ago
  73. 1c2b6e7 Fix the previous commit which broke the build. by Lasse Collin · 11 years ago
  74. 124eb69 Windows: Add Windows support to tuklib_cpucores(). by Lasse Collin · 11 years ago
  75. eada8a8 macosx: separate liblzma package by Anders F Bjorklund · 11 years ago
  76. be0100d macosx: set minimum to leopard by Anders F Bjorklund · 11 years ago
  77. 416729e move configurables into variables by Anders F Bjorklund · 13 years ago
  78. 1658108 Update THANKS. by Lasse Collin · 11 years ago
  79. 3e2b198 Build: Fix the detection of missing CRC32. by Lasse Collin · 11 years ago
  80. dee6ad3 xz: Add preliminary support for --flush-timeout=TIMEOUT. by Lasse Collin · 11 years ago
  81. fa381ac xz: Don't set src_eof=true after an I/O error because it's useless. by Lasse Collin · 11 years ago
  82. ea00545 xz: Fix the test when to read more input. by Lasse Collin · 11 years ago
  83. 736903c xz: Move some of the timing code into mytime.[hc]. by Lasse Collin · 11 years ago
  84. 24edf8d Update THANKS. by Lasse Collin · 11 years ago
  85. c0627b3 xz: Silence a warning seen with _FORTIFY_SOURCE=2. by Lasse Collin · 11 years ago
  86. 1936718 Update NEWS for 5.0.5. by Lasse Collin · 11 years ago
  87. a37ae8b Man pages: Use similar syntax for synopsis as in xz. by Lasse Collin · 11 years ago
  88. cdba9dd xz: Use non-blocking I/O for the output file. by Lasse Collin · 11 years ago
  89. e61a5c9 xz: Fix return value type in io_write_buf(). by Lasse Collin · 11 years ago
  90. 9dc319e xz: Use the self-pipe trick to avoid a race condition with signals. by Lasse Collin · 11 years ago
  91. 3541bc7 xz: Use non-blocking I/O for the input file. by Lasse Collin · 11 years ago
  92. 78673a0 xz: Remove an outdated NetBSD-specific comment. by Lasse Collin · 11 years ago
  93. a616fda xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls. by Lasse Collin · 11 years ago
  94. 4a08a6e xz: Fix use of wrong variable in a fcntl() call. by Lasse Collin · 11 years ago
  95. b790b43 xz: Fix assertion related to posix_fadvise(). by Lasse Collin · 11 years ago
  96. 84d2da6 xz: Check the value of lzma_stream_flags.version in --list. by Lasse Collin · 11 years ago
  97. 9376f5f Build: Require Automake 1.12 and use serial-tests option. by Lasse Collin · 11 years ago
  98. b7e200d Update THANKS. by Lasse Collin · 11 years ago
  99. 46540e4 liblzma: Avoid a warning about a shadowed variable. by Lasse Collin · 11 years ago
  100. ebb501e xz: Validate Uncompressed Size from Block Header in list.c. by Lasse Collin · 11 years ago