1. 64547df Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka by Yann Collet · 10 years ago
  2. 1870d48 Restored : lz4 compression function using externally allocated memory for state by Yann Collet · 10 years ago
  3. fbe14d1 Modified : lz4 streaming API, strong types by Yann Collet · 10 years ago
  4. d3c43d3 Modified : streaming API (fast compression) by Yann Collet · 10 years ago
  5. da53731 Fixed : issue 52 (reported by Ludwig Strigeus) by Yann Collet · 10 years ago
  6. 6e1179a bugfix : streaming tiny messages from within very small ringbuffer (Takayuki's streaming example 2) by Yann Collet · 10 years ago
  7. d517d60 Fixed : streaming compression using small (<64KB) dictionary buffers by Yann Collet · 10 years ago
  8. 2f0a717 LZ4 Streaming : check overlapping input/dictionary by Yann Collet · 10 years ago
  9. 135f11b Obsolete "external allocation" functions by Yann Collet · 10 years ago
  10. 598bde9 converge towards LZ4_compress_continue() by Yann Collet · 10 years ago
  11. a79180f New : valgrind memtest by Yann Collet · 10 years ago
  12. b636779 unified structure model by Yann Collet · 10 years ago
  13. 8c38ddd Introduce : LZ4_compress_limitedOutput_usingDict() by Yann Collet · 11 years ago
  14. 4db6b03 First version of Block Streaming API : LZ4_compress_usingDict() by Yann Collet · 11 years ago
  15. 7bcb3b2 changed naming convention to *_usingDict() by Yann Collet · 11 years ago
  16. 200d87c Added : *_withDict to fullbench by Yann Collet · 11 years ago
  17. 03b9c5f Introduce "External Dictionary" de/compression API by Yann Collet · 11 years ago
  18. 374d6ac Fixed issue 127 & 128 by Yann Collet · 11 years ago
  19. a9d8640 Makefile : library correctly compiled with -O3 switch (issue 114) by yann.collet.73@gmail.com · 11 years ago
  20. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  21. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  22. a78db58 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  23. 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
  24. 02c5579 LZ4 compression supports block dependency (argument -BD within lz4c command line) by yann.collet.73@gmail.com · 11 years ago
  25. 27efcd4 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  26. 002a934 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  27. 16c0942 lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  28. 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
  29. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 12 years ago
  30. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  31. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago
  32. 647baab Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu by yann.collet.73@gmail.com · 12 years ago
  33. e898c9a Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi by yann.collet.73@gmail.com · 12 years ago
  34. ffb27d4 LZ4 HC : extended detection window. Thanks to Adrien Grand. by yann.collet.73@gmail.com · 12 years ago
  35. 5cc3efc Corrected issue 38 : bench.c compilation for Sun Solaris 32 bits by yann.collet.73@gmail.com · 12 years ago
  36. 66be402 Correct issue 36 on LZ4_uncompress_unknownOutputSize(). Thanks to Clayton Stangeland and Maciej Adamczyk for notifying. by yann.collet.73@gmail.com · 12 years ago
  37. 19a078b Improved speed under Visual by yann.collet.73@gmail.com · 12 years ago
  38. 89921dd Fixed : small compression speed hit on GCC v4.5 introduced by r71 by yann.collet.73@gmail.com · 12 years ago
  39. 84004b9 Added : function LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  40. 8dfb9d6 Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD by yann.collet.73@gmail.com · 13 years ago
  41. ae9eead Corrected : linking stage of Visual 2005 in Debug mode (issue 16) by yann.collet.73@gmail.com · 13 years ago
  42. 6cedd1f Added : cmake configuration file, from Dmitry Cherepanov by yann.collet.73@gmail.com · 13 years ago
  43. ee1c281 Corrected : minor : changed a macro name to avoid duplicate within NetBSD. Thanks Gray for reporting (Issue 15) by yann.collet.73@gmail.com · 13 years ago
  44. 3430ee1 Added : format description file by yann.collet.73@gmail.com · 13 years ago
  45. 4045a42 Added : LZ4_compressBound() function by yann.collet.73@gmail.com · 13 years ago
  46. 9485884 minor interface modification : source pointers are now (const char*) by yann.collet.73@gmail.com · 13 years ago
  47. 70ba2c4 Better compliance with C99 and non-C99 compilators by yann.collet.73@gmail.com · 13 years ago
  48. 439f270 Slightly improved decoding speed under GCC compilation by yann.collet.73@gmail.com · 13 years ago
  49. da90372 - Improved compression ratio by yann.collet.73@gmail.com · 13 years ago
  50. 420248c CLI : added test mode by yann.collet.73@gmail.com · 13 years ago
  51. 8860e61 Removed LZ4_decode() function code. by yann.collet.73@gmail.com · 13 years ago
  52. a201020 Improved compression and decompression speed under GCC compiler by yann.collet.73@gmail.com · 13 years ago
  53. 075bf13 Greatly improved compression and decompression speed, at the expense of some compression ratio. by yann.collet.73@gmail.com · 13 years ago
  54. 6b798d5 New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks by yann.collet.73@gmail.com · 13 years ago
  55. ca8d6c2 Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen) by yann.collet.73@gmail.com · 14 years ago[Renamed (90%) from LZ4.h]
  56. 06abb77 Added some comments for better clarity by yann.collet.73@gmail.com · 14 years ago
  57. f033754 Correction : enforced typecasting for compatibility with gcc on *nix systems. by yann.collet.73@gmail.com · 14 years ago
  58. cfcae8a Strict end-of-buffer checks License changed to BSD by yann.collet.73@gmail.com · 14 years ago
  59. 1920856 Added CPP compatibility macro by yann.collet.73@gmail.com · 14 years ago
  60. 3610461 by yann.collet.73@gmail.com · 14 years ago