1. 0c62103 restored LZ4 HC streaming mode by Yann Collet · 10 years ago
  2. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  3. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  4. 02c5579 LZ4 compression supports block dependency (argument -BD within lz4c command line) by yann.collet.73@gmail.com · 11 years ago
  5. 27efcd4 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  6. 13e966d lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz) by yann.collet.73@gmail.com · 11 years ago
  7. 002a934 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  8. 16c0942 lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  9. cd3bcd0 New experimental mode : compress blocks using data from previous blocks (option -BD) (limitation : -hc mode only) by yann.collet.73@gmail.com · 11 years ago
  10. e185b25 lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys by yann.collet.73@gmail.com · 11 years ago
  11. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 11 years ago
  12. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  13. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago
  14. 633c519 - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. by yann.collet.73@gmail.com · 12 years ago
  15. e898c9a Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi by yann.collet.73@gmail.com · 12 years ago
  16. c1d7e4f LZ4HC : compression speed improved under Visual by yann.collet.73@gmail.com · 12 years ago
  17. 77417fc LZ4_HC is now compatible with CPU requiring aligned memory accesses by yann.collet.73@gmail.com · 12 years ago
  18. 26b82f3 Improved endianess detection by yann.collet.73@gmail.com · 12 years ago
  19. ffb27d4 LZ4 HC : extended detection window. Thanks to Adrien Grand. by yann.collet.73@gmail.com · 12 years ago
  20. f4e48fe changed some macro names in lz4hc to avoid duplicate definition on NetBSD by yann.collet.73@gmail.com · 12 years ago
  21. 6078c33 Fixed Visual 2005 issues (warning/linking) by yann.collet.73@gmail.com · 12 years ago
  22. 8dfb9d6 Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD by yann.collet.73@gmail.com · 12 years ago