Skip to content
  1. Dec 03, 2013
  2. Nov 02, 2013
  3. Oct 21, 2013
    • yann.collet.73@gmail.com's avatar
      Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. · 04762a6a
      yann.collet.73@gmail.com authored
      Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
      Makefile : removed -Wno-implicit-declaration compilation switch
      lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
      lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
      lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
      lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
      lz4.c : LZ4_compress() verify input size condition (Shay Green)
      bench.c : corrected a bug in free memory size evaluation
      cmake : install into bin/ directory (Richard Yao)
      cmake : check for just C compiler (Elan Ruusamae)
      04762a6a
  4. Oct 01, 2013
  5. Sep 25, 2013
  6. Sep 09, 2013
  7. Aug 16, 2013
  8. Aug 12, 2013
    • yann.collet.73@gmail.com's avatar
      Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" · dbed83c5
      yann.collet.73@gmail.com authored
      Improved speed of LZ4_decompress_fast() with GCC
      Improved speed of LZ4_decompress_safe() for 32-bits
      Made the fast LZ4 compression compatible with low-memory systems (buffer address < 64K). Thanks Francois Gretief for report and suggestion.
      Makefile : added fuzzer32
      Makefile : added fullbench32
      fullbench : added ability to select one specific function to benchmark
      lz4.c : copy macros follow memcpy() arguments convention
      Small coding style modifications, hinted by cppCheck. 
      dbed83c5
  9. Aug 07, 2013
    • yann.collet.73@gmail.com's avatar
      Bugfix release · d2a80ab6
      yann.collet.73@gmail.com authored
      Corrected a bug into the compact XXH32() function, which affects Block Checksum results. Update is recommended if you use Block Checksum with lz4c. (Note : block checksum is disabled by default). Thanks Adrien Grand for detailed bug tracking and fixing.
      Corrected a bug affected Heapmode version of LZ4_compress() (Note : heapmode is disabled by default)
      d2a80ab6
  10. Jul 27, 2013
    • yann.collet.73@gmail.com's avatar
      lz4c : made display and arguments more compatible with gzip, for easier... · df98e3d1
      yann.collet.73@gmail.com authored
      lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz)
      Correction : large files support on 32-bits unix (reported by Karthik Rajeswaran)
      lz4c : reduce the amount of displayed information in default mode; introduce a verbose mode
      lz4c : changed help message
      Updated xxHash to r31
      Made bench.c compatible with tcc
      Corrected : a few minor warnings found by CppCheck, as suggested by Brian White
      lz4.c : Pushed BIG_ENDIAN_NATIVE_BUT_INCOMPATIBLE farther in the code, since it is reported as providing little benefit
      Corrected : minor 64K input condition, detected by Mat Hostetter
      df98e3d1
  11. Jul 01, 2013
    • yann.collet.73@gmail.com's avatar
      Corrected issue 70, 'pack' instruction on IBM AIX · 7c1532fd
      yann.collet.73@gmail.com authored
      Added : fullbench : can select compression tests or decompression tests
      Removed extern inline, for compatibility with GNU89, as reported by Maciej Adamczyk
      lz4.c : made forceinline more explicit
      Decompression : corrected corner case behaviors (inputSize == 0 and outputSize == 0), thanks Adrien for detailed suggestions
      Makefile : Removed -march=native parameter, due to incompatibility with some GCC versions 
      7c1532fd
  12. Jun 10, 2013
  13. May 27, 2013
  14. May 17, 2013
  15. Apr 26, 2013
    • yann.collet.73@gmail.com's avatar
      - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() · cf307e09
      yann.collet.73@gmail.com authored
      - New function : LZ4_decompress_safe_partial(), to decompress just enough data within a compressed block, saving CPU cycles
      - New source files : lz4_decoder.h, lz4_encoder.h, lz4hc_encoder.h
      - Improved speed of LZ4_decompress_fast()
      - Improved speed for compression of small blocks < 64KB
      - Improved speed for HC compression
      cf307e09
  16. Apr 18, 2013
  17. Apr 13, 2013
  18. Mar 30, 2013
  19. Mar 02, 2013
  20. Feb 19, 2013
  21. Jan 08, 2013
  22. Dec 22, 2012
  23. Dec 21, 2012
  24. Dec 11, 2012
  25. Nov 30, 2012
  26. Nov 05, 2012
  27. Nov 03, 2012
  28. Oct 27, 2012
  29. Oct 26, 2012
  30. Oct 24, 2012
  31. Oct 16, 2012
  32. Aug 22, 2012
  33. Aug 14, 2012
  34. Aug 13, 2012
  35. Aug 08, 2012
  36. Aug 03, 2012
  37. Aug 01, 2012
  38. Jul 28, 2012
  39. Jul 24, 2012
Loading