1. a78db58 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  2. 82bf5be by yann.collet.73@gmail.com · 11 years ago
  3. c63f81c Makefile : New install script and man page, contributed by Prasad Pandit by yann.collet.73@gmail.com · 11 years ago
  4. a12ed25 quickfix : removed #include "lz4stream.h" from lz4cli.c by yann.collet.73@gmail.com · 11 years ago
  5. 3e65c1e New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) by yann.collet.73@gmail.com · 11 years ago[Renamed (74%) from lz4c.c]
  6. 02c5579 LZ4 compression supports block dependency (argument -BD within lz4c command line) by yann.collet.73@gmail.com · 11 years ago
  7. 27efcd4 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  8. 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
  9. 002a934 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  10. 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
  11. e185b25 lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys by yann.collet.73@gmail.com · 12 years ago
  12. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 12 years ago
  13. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  14. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago