1. 71e1437 liblzma: Use lzma_memcmplen() in the BT3 match finder. by Lasse Collin · 10 years ago
  2. 5db7505 liblzma: Use lzma_memcmplen() in the match finders. by Lasse Collin · 10 years ago
  3. da1718f liblzma: Use lzma_alloc_zero() in LZ encoder initialization. by Lasse Collin · 11 years ago
  4. 3778db1 liblzma: Make the use of lzma_allocator const-correct. by Lasse Collin · 12 years ago
  5. 324cde7 liblzma: Remove unneeded semicolon. by Lasse Collin · 14 years ago
  6. 4c6e146 Add underscores to attributes (__attribute((__foo__))). by Lasse Collin · 14 years ago
  7. 77fe595 liblzma: Adjust default depth calculation for HC3 and HC4. by Lasse Collin · 14 years ago
  8. b5fbab6 Silence a bogus Valgrind warning. by Lasse Collin · 15 years ago
  9. 920a69a Rename MIN() and MAX() to my_min() and my_max(). by Lasse Collin · 15 years ago
  10. eb7d51a Collection of language fixes to comments and docs. by Lasse Collin · 15 years ago
  11. e330fb7 Fix wrong indentation caused by incorrect settings in the text editor. by Lasse Collin · 15 years ago
  12. 418d64a Fix a design error in liblzma API. by Lasse Collin · 15 years ago
  13. ebfb2c5 Use a tuklib module for integer handling. by Lasse Collin · 15 years ago
  14. 3782b3f Use unaligned access (if possible) on both endiannesses in lz_encoder_hash.h. by Lasse Collin · 15 years ago
  15. c5f68b5 Make liblzma produce the same output on both endiannesses. by Lasse Collin · 15 years ago
  16. 4ab7b16 A few grammar fixes. by Lasse Collin · 15 years ago
  17. 18a4233 Fix a couple of warnings. by Lasse Collin · 15 years ago
  18. 3ce1916 Fix data corruption in LZ/LZMA2 encoder. by Lasse Collin · 15 years ago
  19. f42ee98 Build system fixes by Lasse Collin · 16 years ago
  20. 1c9360b Fix @variables@ to $(variables) in Makefile.am files. by Lasse Collin · 16 years ago
  21. 02ddf09 Put the interesting parts of XZ Utils into the public domain. by Lasse Collin · 16 years ago
  22. e79c42d Fix off-by-one in LZ decoder. by Lasse Collin · 16 years ago
  23. 0e27028 Add a separate internal function to initialize the CRC32 by Lasse Collin · 16 years ago
  24. 22a0c6d Modify LZMA_API macro so that it works on Windows with by Lasse Collin · 16 years ago
  25. f76e39c Added initial support for preset dictionary for raw LZMA1 by Lasse Collin · 16 years ago
  26. 7ed9d94 Remove lzma_init() and other init functions from liblzma API. by Lasse Collin · 16 years ago
  27. 17781c2 The LZMA2 decoder fix introduced a bug to LZ decoder, by Lasse Collin · 16 years ago
  28. ff7fb2c Fix data corruption in LZMA2 decoder. by Lasse Collin · 16 years ago
  29. e114502 Oh well, big messy commit again. Some highlights: by Lasse Collin · 16 years ago
  30. 1dcecfb Some API changes, bug fixes, cleanups etc. by Lasse Collin · 16 years ago
  31. f147666 Miscellaneous LZ and LZMA encoder cleanups by Lasse Collin · 16 years ago
  32. 13d68b0 LZ decoder cleanup by Lasse Collin · 16 years ago
  33. 13a74b7 Renamed constants: by Lasse Collin · 16 years ago
  34. 32fe5fa Comments by Lasse Collin · 16 years ago
  35. fc68165 Some fixes to LZ encoder. by Lasse Collin · 16 years ago
  36. 3b34851 Sort of garbage collection commit. :-| Many things are still by Lasse Collin · 16 years ago
  37. 7d17818 Update the code to mostly match the new simpler file format by Lasse Collin · 17 years ago
  38. 369f72f Fix a buffer overflow in the LZMA encoder. It was due to my by Lasse Collin · 17 years ago
  39. beeb810 Prevent LZ encoder from hanging with known uncompressed by Lasse Collin · 17 years ago v4.999.3alpha
  40. 6c5306e Fix wrong return type (uint32_t -> bool). by Lasse Collin · 17 years ago
  41. 712cfe3 Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH. by Lasse Collin · 17 years ago
  42. f310c50 Initialize the last byte of the dictionary to zero so that by Lasse Collin · 17 years ago
  43. 596fa1f Always initialize lz->temp_size in lz_decoder.c. temp_size did by Lasse Collin · 17 years ago
  44. 1a3b218 Don't memzero() the history buffer when initializing LZ by Lasse Collin · 17 years ago
  45. ab5feaf Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. by Lasse Collin · 17 years ago
  46. e22b379 Major changes to LZ encoder, LZMA encoder, and range encoder. by Lasse Collin · 17 years ago
  47. 9547e73 Don't use coder->lz.stream_end_was_reached in assertions in match_c.h. by Lasse Collin · 17 years ago
  48. f73c2ab Eliminate lzma_lz_encoder.must_move_pos. It's needed by Lasse Collin · 17 years ago
  49. 5d018dc Imported to git. by Lasse Collin · 17 years ago