1. d0a6ccc Fixed : some minor Visual warnings by Yann Collet · 10 years ago
  2. 326cada Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus detection routines) by Yann Collet · 10 years ago
  3. 33dca25 minor : fixed warning under clang by Yann Collet · 10 years ago
  4. 61289de Optimized LZ4_saveDictHC() by Yann Collet · 10 years ago
  5. 7a677a7 LZ4 HC streaming integrated within lz4frame by Yann Collet · 10 years ago
  6. 508855c HC streaming : support for very long streaming (> 4 GB) scenarios by Yann Collet · 10 years ago
  7. 2b421e9 HC streaming : support small ringbuffer scenarios by Yann Collet · 10 years ago
  8. e2c8411 Added : HC streaming ring buffer example by Yann Collet · 10 years ago
  9. e450018 LZ4 HC : fixed small dictionary streaming compression by Yann Collet · 10 years ago
  10. 3dab5f4 LZ4 HC : External Dictionary compression : First implementation by Yann Collet · 10 years ago
  11. e2a985f minor refactoring of LZ4 HC, to prepare for external dictionaries by Yann Collet · 10 years ago
  12. d239a23 updated LZ4HC API by Yann Collet · 10 years ago
  13. abb6f78 Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu by Yann Collet · 10 years ago
  14. 4652471 updated lz4hc 64-bits detection by Yann Collet · 10 years ago
  15. 19d3c36 Revert "Introduced "Continuous Block Mode" (CBM) naming" by Yann Collet · 10 years ago
  16. 53f1fbe Introduced "Continuous Block Mode" (CBM) naming by Yann Collet · 10 years ago
  17. 7ac18ad fix : HC streaming mode by Yann Collet · 10 years ago
  18. 0c62103 restored LZ4 HC streaming mode by Yann Collet · 10 years ago
  19. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  20. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  21. 02c5579 LZ4 compression supports block dependency (argument -BD within lz4c command line) by yann.collet.73@gmail.com · 11 years ago
  22. 27efcd4 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  23. 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
  24. 002a934 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  25. 16c0942 lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  26. 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
  27. e185b25 lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys by yann.collet.73@gmail.com · 12 years ago
  28. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 12 years ago
  29. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  30. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago
  31. 633c519 - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. by yann.collet.73@gmail.com · 12 years ago
  32. e898c9a Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi by yann.collet.73@gmail.com · 12 years ago
  33. c1d7e4f LZ4HC : compression speed improved under Visual by yann.collet.73@gmail.com · 12 years ago
  34. 77417fc LZ4_HC is now compatible with CPU requiring aligned memory accesses by yann.collet.73@gmail.com · 12 years ago
  35. 26b82f3 Improved endianess detection by yann.collet.73@gmail.com · 12 years ago
  36. ffb27d4 LZ4 HC : extended detection window. Thanks to Adrien Grand. by yann.collet.73@gmail.com · 12 years ago
  37. f4e48fe changed some macro names in lz4hc to avoid duplicate definition on NetBSD by yann.collet.73@gmail.com · 12 years ago
  38. 6078c33 Fixed Visual 2005 issues (warning/linking) by yann.collet.73@gmail.com · 12 years ago
  39. 8dfb9d6 Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD by yann.collet.73@gmail.com · 13 years ago