1. 16c0942 lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  2. cd3bcd0 New experimental mode : compress blocks using data from previous blocks (option -BD) (limitation : -hc mode only) by yann.collet.73@gmail.com · 12 years ago
  3. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 12 years ago
  4. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  5. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago
  6. 647baab Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu by yann.collet.73@gmail.com · 12 years ago
  7. 633c519 - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. by yann.collet.73@gmail.com · 12 years ago
  8. 26b82f3 Improved endianess detection by yann.collet.73@gmail.com · 12 years ago
  9. ffb27d4 LZ4 HC : extended detection window. Thanks to Adrien Grand. by yann.collet.73@gmail.com · 12 years ago
  10. 7185dc0 Corrected Issue 34 (restrict) minor macro renaming (fuzzer.c) by yann.collet.73@gmail.com · 12 years ago
  11. b1e707f - Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version). by yann.collet.73@gmail.com · 12 years ago