1. 17215f7 xz: Update the help message of a few options. by Lasse Collin · 10 years ago
  2. 96864a6 xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores(). by Lasse Collin · 10 years ago
  3. a115cc3 liblzma: Add lzma_cputhreads(). by Lasse Collin · 10 years ago
  4. 3ce3e79 xz: Check for filter chain compatibility for --flush-timeout. by Lasse Collin · 10 years ago
  5. 381ac14 xzgrep: List xzgrep_expected_output in tests/Makefile.am. by Lasse Collin · 10 years ago
  6. 4244b65 xzgrep: Improve the test script. by Lasse Collin · 10 years ago
  7. 1e60f2c xzgrep: Add a test for the previous fix. by Lasse Collin · 10 years ago
  8. ceca379 xzgrep: exit 0 when at least one file matches. by Lasse Collin · 10 years ago
  9. 8c19216 xz: Force single-threaded mode when --flush-timeout is used. by Lasse Collin · 10 years ago
  10. 87f1a24 Update THANKS. by Lasse Collin · 10 years ago
  11. da1718f liblzma: Use lzma_alloc_zero() in LZ encoder initialization. by Lasse Collin · 10 years ago
  12. 28af24e liblzma: Add the internal function lzma_alloc_zero(). by Lasse Collin · 10 years ago
  13. ed9ac85 xz: Fix uint64_t vs. size_t which broke 32-bit build. by Lasse Collin · 10 years ago
  14. d716acd Docs: Update comments to refer to lzma/lzma12.h in example programs. by Lasse Collin · 10 years ago
  15. 4d5b7b3 liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h. by Lasse Collin · 10 years ago
  16. 1555a9c Build: Fix the combination of --disable-xzdec --enable-lzmadec. by Lasse Collin · 10 years ago
  17. 5605657 Build: Add --disable-doc to configure. by Lasse Collin · 10 years ago
  18. 6de61d8 Update INSTALL. by Lasse Collin · 10 years ago
  19. 54df428 xz: Rename a variable to avoid a namespace collision on Solaris. by Lasse Collin · 10 years ago
  20. 5876ca2 Docs: Add example program for threaded encoding. by Lasse Collin · 10 years ago
  21. 9494fb6 liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt(). by Lasse Collin · 10 years ago
  22. 673a4cb liblzma: Fix typo in a comment. by Lasse Collin · 10 years ago
  23. ad96a87 Windows: Add config.h for building liblzma with MSVC 2013. by Lasse Collin · 10 years ago
  24. 3d5c090 xz: Fix a comment. by Lasse Collin · 10 years ago
  25. 69fd4e1 Windows: Add MSVC defines for inline and restrict keywords. by Lasse Collin · 10 years ago
  26. a19d9e8 liblzma: Avoid C99 compound literal arrays. by Lasse Collin · 10 years ago
  27. e28528f liblzma: Remove a useless C99ism from sha256.c. by Lasse Collin · 10 years ago
  28. 5ad1eff xz: Fix use of wrong variable. by Lasse Collin · 10 years ago
  29. 3e62c68 Fix typos in comments. by Lasse Collin · 10 years ago
  30. e90ea60 Update THANKS. by Lasse Collin · 10 years ago
  31. b22e94d liblzma: Document the need for block->check for lzma_block_header_decode(). by Lasse Collin · 10 years ago
  32. d1cd8b1 xz: Update the man page about --block-size and --block-list. by Lasse Collin · 10 years ago
  33. 76be7c6 Update THANKS. by Lasse Collin · 10 years ago
  34. dd750ac xz: Make --block-list and --block-size work together in single-threaded. by Lasse Collin · 10 years ago
  35. ae222fe Bump the version number to 5.1.3alpha. by Lasse Collin · 11 years ago v5.1.3alpha
  36. 2193837 Update NEWS for 5.1.3alpha. by Lasse Collin · 11 years ago
  37. ed48e75 Update TODO. by Lasse Collin · 11 years ago
  38. 841da03 xz: Document behavior of --block-list with threads. by Lasse Collin · 11 years ago
  39. 56feb86 xz: Document --flush-timeout=TIMEOUT on the man page. by Lasse Collin · 11 years ago
  40. ba413da xz: Take advantage of LZMA_FULL_BARRIER with --block-list. by Lasse Collin · 11 years ago
  41. 0cd45fc liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder. by Lasse Collin · 11 years ago
  42. 97bb387 liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder. by Lasse Collin · 11 years ago
  43. fef0c6b liblzma: Add block_buffer_encoder.h into Makefile.inc. by Lasse Collin · 11 years ago
  44. 8083e03 xz: Add a missing test for TUKLIB_DOSLIKE. by Lasse Collin · 11 years ago
  45. 6b44b4a Add native threading support on Windows. by Lasse Collin · 11 years ago
  46. ae0ab74 Build: Remove a comment about Automake 1.10 from configure.ac. by Lasse Collin · 11 years ago
  47. 72975df Build: Create liblzma.pc in a src/liblzma/Makefile.am. by Lasse Collin · 11 years ago
  48. 1c2b6e7 Fix the previous commit which broke the build. by Lasse Collin · 11 years ago
  49. 124eb69 Windows: Add Windows support to tuklib_cpucores(). by Lasse Collin · 11 years ago
  50. eada8a8 macosx: separate liblzma package by Anders F Bjorklund · 11 years ago
  51. be0100d macosx: set minimum to leopard by Anders F Bjorklund · 11 years ago
  52. 416729e move configurables into variables by Anders F Bjorklund · 13 years ago
  53. 1658108 Update THANKS. by Lasse Collin · 11 years ago
  54. 3e2b198 Build: Fix the detection of missing CRC32. by Lasse Collin · 11 years ago
  55. dee6ad3 xz: Add preliminary support for --flush-timeout=TIMEOUT. by Lasse Collin · 11 years ago
  56. fa381ac xz: Don't set src_eof=true after an I/O error because it's useless. by Lasse Collin · 11 years ago
  57. ea00545 xz: Fix the test when to read more input. by Lasse Collin · 11 years ago
  58. 736903c xz: Move some of the timing code into mytime.[hc]. by Lasse Collin · 11 years ago
  59. 24edf8d Update THANKS. by Lasse Collin · 11 years ago
  60. c0627b3 xz: Silence a warning seen with _FORTIFY_SOURCE=2. by Lasse Collin · 11 years ago
  61. 1936718 Update NEWS for 5.0.5. by Lasse Collin · 11 years ago
  62. a37ae8b Man pages: Use similar syntax for synopsis as in xz. by Lasse Collin · 11 years ago
  63. cdba9dd xz: Use non-blocking I/O for the output file. by Lasse Collin · 11 years ago
  64. e61a5c9 xz: Fix return value type in io_write_buf(). by Lasse Collin · 11 years ago
  65. 9dc319e xz: Use the self-pipe trick to avoid a race condition with signals. by Lasse Collin · 11 years ago
  66. 3541bc7 xz: Use non-blocking I/O for the input file. by Lasse Collin · 11 years ago
  67. 78673a0 xz: Remove an outdated NetBSD-specific comment. by Lasse Collin · 11 years ago
  68. a616fda xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls. by Lasse Collin · 11 years ago
  69. 4a08a6e xz: Fix use of wrong variable in a fcntl() call. by Lasse Collin · 11 years ago
  70. b790b43 xz: Fix assertion related to posix_fadvise(). by Lasse Collin · 11 years ago
  71. 84d2da6 xz: Check the value of lzma_stream_flags.version in --list. by Lasse Collin · 11 years ago
  72. 9376f5f Build: Require Automake 1.12 and use serial-tests option. by Lasse Collin · 11 years ago
  73. b7e200d Update THANKS. by Lasse Collin · 11 years ago
  74. 46540e4 liblzma: Avoid a warning about a shadowed variable. by Lasse Collin · 11 years ago
  75. ebb501e xz: Validate Uncompressed Size from Block Header in list.c. by Lasse Collin · 11 years ago
  76. c09e91d Update THANKS. by Lasse Collin · 11 years ago
  77. eb6ca98 xz: Make the man page more friendly to doclifter. by Lasse Collin · 11 years ago
  78. 0c0a194 xz: A couple of man page fixes. by Lasse Collin · 11 years ago
  79. 2fcda89 xz: Fix interaction between preset and custom filter chains. by Lasse Collin · 11 years ago
  80. 97379c5 Build: Use -Wvla with GCC if supported. by Lasse Collin · 11 years ago
  81. 8957c58 xzdec: Improve the --help message. by Lasse Collin · 11 years ago
  82. ed886e1 Update THANKS. by Lasse Collin · 11 years ago
  83. 5019413 xzgrep: make the '-h' option to be --no-filename equivalent by Jeff Bastian · 11 years ago
  84. 5ea900c liblzma: Be less picky in lzma_alone_decoder(). by Lasse Collin · 11 years ago
  85. bb117ff liblzma: Use lzma_block_buffer_bound64() in threaded encoder. by Lasse Collin · 11 years ago
  86. e572e12 liblzma: Fix another deadlock in the threaded encoder. by Lasse Collin · 11 years ago
  87. b465da5 liblzma: Add lzma_block_uncomp_encode(). by Lasse Collin · 11 years ago
  88. 9e6dabc Avoid unneeded use of awk in xzless. by Lasse Collin · 11 years ago
  89. e7b424d Make the progress indicator smooth in threaded mode. by Lasse Collin · 11 years ago
  90. 2ebbb99 liblzma: Fix mythread_sync for nested locking. by Lasse Collin · 11 years ago
  91. 4c7e287 xz: Mention --threads in --help. by Lasse Collin · 11 years ago
  92. db5c181 xzless: Make "less -V" parsing more robust by Jonathan Nieder · 11 years ago
  93. 6553621 xz: Fix the note about --rsyncable on the man page. by Lasse Collin · 12 years ago
  94. 3d93b63 xz: Improve handling of failed realloc in xrealloc. by Lasse Collin · 12 years ago
  95. 0147c4c debian: prepare for upload by Jonathan Nieder · 12 years ago debian-sid
  96. 6915c4e xz-utils/README.Debian: flesh out "differences from upstream" by Jonathan Nieder · 12 years ago
  97. bbb482e Merge branch 'jn/5.1.1alpha+20120614' by Jonathan Nieder · 12 years ago
  98. 42c2509 xz-utils/README.Debian: Document patches by Jonathan Nieder · 12 years ago
  99. ab22562 A few typo fixes to comments and the xz man page. by Lasse Collin · 12 years ago
  100. 9d32a03 liblzma: Check that the first byte of range encoded data is 0x00. by Lasse Collin · 12 years ago