1. 1e053a2 new test tool : datagen by Yann Collet · 10 years ago
  2. ec71769 restored continuous streaming mode by Yann Collet · 10 years ago
  3. b636779 unified structure model by Yann Collet · 10 years ago
  4. 302e7e2 coalesced streaming compression code + speed optimization by Yann Collet · 10 years ago
  5. 971f612 speed optimization by Yann Collet · 10 years ago
  6. 4b43c2b Continuous streaming mode (automatic) by Yann Collet · 10 years ago
  7. 914f8a9 Added : fuzzer code for LZ4_compress_limitedOutput_usingDict() by Yann Collet · 10 years ago
  8. 8c38ddd Introduce : LZ4_compress_limitedOutput_usingDict() by Yann Collet · 10 years ago
  9. 9ac6809 restored Travis Build Matrix by Yann Collet · 10 years ago
  10. 7f92b09 Fixed : compilation errors using Visual 2012 by Yann Collet · 10 years ago
  11. 4db6b03 First version of Block Streaming API : LZ4_compress_usingDict() by Yann Collet · 10 years ago
  12. 7bcb3b2 changed naming convention to *_usingDict() by Yann Collet · 10 years ago
  13. 200d87c Added : *_withDict to fullbench by Yann Collet · 10 years ago
  14. 3452f57 Travis status for both master & dev branches, thanks to Takayuki Matsuoka by Yann Collet · 10 years ago
  15. d7ebeb7 Merge pull request #4 from t-mat/travis-ci-build-matrix by Cyan4973 · 10 years ago
  16. 7290199 Add Travis build status badge by Takayuki MATSUOKA · 10 years ago
  17. dca4bc3 Add Travis CI's Build Matrix by Takayuki MATSUOKA · 10 years ago
  18. 42cb613 fuzzer : added compressibility parameter (-p#) by Yann Collet · 10 years ago
  19. c75f73a fixed : allocation within fuzzer new command line options for fuzzer (see -h) by Yann Collet · 10 years ago
  20. ff0db1d modified : rand generator by Yann Collet · 10 years ago
  21. b4e8585 fixed : read error into fuzzer by Yann Collet · 10 years ago
  22. 03b9c5f Introduce "External Dictionary" de/compression API by Yann Collet · 10 years ago
  23. c4a99c8 fuzzer title shows 32/64 bits mode by Yann Collet · 10 years ago
  24. f6beaa7 re-order travis tests fix : remove man pages on uninstall by Yann Collet · 10 years ago
  25. dac2a09 Merge pull request #3 from Cyan4973/beta by Cyan4973 · 10 years ago r117
  26. 30a41b5 updated NEWS by Yann Collet · 10 years ago
  27. 5f4a8e4 Merge pull request #2 from t-mat/travis-ci by Cyan4973 · 11 years ago
  28. a41790a Add build target 'test' by Takayuki MATSUOKA · 11 years ago
  29. 0390c7d Add command-line switch to support Travis-CI by Takayuki MATSUOKA · 11 years ago
  30. a674c55 Add .travis.yml by Takayuki MATSUOKA · 11 years ago
  31. e63b147 Added README.md to the list of packaged files by Yann Collet · 11 years ago
  32. 5b91330 Added lz4c & lz4cat man pages by Yann Collet · 11 years ago
  33. 374d6ac Fixed issue 127 & 128 by Yann Collet · 11 years ago
  34. 37be467 quickfix (issue 124 & 125) by yann.collet.73@gmail.com · 11 years ago
  35. 848fdf3 Added : lz4cat utility for posx systems by yann.collet.73@gmail.com · 11 years ago
  36. a9d8640 Makefile : library correctly compiled with -O3 switch (issue 114) by yann.collet.73@gmail.com · 11 years ago
  37. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  38. 96a60a5 quickfix (issue 107 & issue 103) by yann.collet.73@gmail.com · 11 years ago
  39. 6486787 Makefile : added capability to install libraries by yann.collet.73@gmail.com · 11 years ago
  40. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  41. 8ac549f lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 11 years ago
  42. 7a863ab lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting) by yann.collet.73@gmail.com · 11 years ago
  43. a78db58 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  44. 82bf5be by yann.collet.73@gmail.com · 11 years ago
  45. c63f81c Makefile : New install script and man page, contributed by Prasad Pandit by yann.collet.73@gmail.com · 11 years ago
  46. a12ed25 quickfix : removed #include "lz4stream.h" from lz4cli.c by yann.collet.73@gmail.com · 11 years ago
  47. 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
  48. 02c5579 LZ4 compression supports block dependency (argument -BD within lz4c command line) by yann.collet.73@gmail.com · 11 years ago
  49. 27efcd4 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  50. dd06f54 Bugfix release by yann.collet.73@gmail.com · 11 years ago
  51. 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
  52. 002a934 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  53. 16c0942 lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  54. 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
  55. e185b25 lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys by yann.collet.73@gmail.com · 11 years ago
  56. 40ae704 - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() by yann.collet.73@gmail.com · 11 years ago
  57. a2e93db Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  58. cbfd031 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 12 years ago
  59. 647baab Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu by yann.collet.73@gmail.com · 12 years ago
  60. 633c519 - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. by yann.collet.73@gmail.com · 12 years ago
  61. e898c9a Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi by yann.collet.73@gmail.com · 12 years ago
  62. c1d7e4f LZ4HC : compression speed improved under Visual by yann.collet.73@gmail.com · 12 years ago
  63. 77417fc LZ4_HC is now compatible with CPU requiring aligned memory accesses by yann.collet.73@gmail.com · 12 years ago
  64. 26b82f3 Improved endianess detection by yann.collet.73@gmail.com · 12 years ago
  65. 024f83c Improved decoding speed, thanks to several contributions from Ludvig Strigeus (issues 49, 50 & 54) by yann.collet.73@gmail.com · 12 years ago
  66. ffb27d4 LZ4 HC : extended detection window. Thanks to Adrien Grand. by yann.collet.73@gmail.com · 12 years ago
  67. 43a03b4 Corrected a bug into LZ4_uncompress_unknownOutputSize() introduced in r82 by yann.collet.73@gmail.com · 12 years ago
  68. 5cc3efc Corrected issue 38 : bench.c compilation for Sun Solaris 32 bits by yann.collet.73@gmail.com · 12 years ago
  69. 206f5f4 Corrected issue 39 : bench.c for NetBSD. Thanks to Thomas Klausner. by yann.collet.73@gmail.com · 12 years ago
  70. 7185dc0 Corrected Issue 34 (restrict) minor macro renaming (fuzzer.c) by yann.collet.73@gmail.com · 12 years ago
  71. b1e707f - Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version). by yann.collet.73@gmail.com · 12 years ago
  72. 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
  73. 9577c97 Correction : LZ4_compress_limitedOutput() write too far error by yann.collet.73@gmail.com · 12 years ago
  74. f4e48fe changed some macro names in lz4hc to avoid duplicate definition on NetBSD by yann.collet.73@gmail.com · 12 years ago
  75. 6078c33 Fixed Visual 2005 issues (warning/linking) by yann.collet.73@gmail.com · 12 years ago
  76. 4e11dc6 LZ4.c : changed inline to "static inline" to comply with limitations from GCC/LLVM combination under OS-X. by yann.collet.73@gmail.com · 12 years ago
  77. 19a078b Improved speed under Visual by yann.collet.73@gmail.com · 12 years ago
  78. 89921dd Fixed : small compression speed hit on GCC v4.5 introduced by r71 by yann.collet.73@gmail.com · 12 years ago
  79. 84004b9 Added : function LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 12 years ago
  80. cfbace2 lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect its impact by yann.collet.73@gmail.com · 12 years ago
  81. d9ef511 Changed Makefile default setting to generate only native binary. by yann.collet.73@gmail.com · 12 years ago
  82. b33dcad by yann.collet.73@gmail.com · 12 years ago
  83. ebc041c Update CMake file to handle lz4hc. Thanks to Mark Wotton for notification and correction by yann.collet.73@gmail.com · 12 years ago
  84. 8dfb9d6 Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD by yann.collet.73@gmail.com · 12 years ago
  85. 3bc3a6a Added : LZ4Demo : can handle appended compressed streams. by yann.collet.73@gmail.com · 12 years ago
  86. d8184bf minor : Force Software-bit-count for WinCE environment under Visual. Thanks Bayang for Reporting. by yann.collet.73@gmail.com · 12 years ago
  87. ae9eead Corrected : linking stage of Visual 2005 in Debug mode (issue 16) by yann.collet.73@gmail.com · 12 years ago
  88. 6cedd1f Added : cmake configuration file, from Dmitry Cherepanov by yann.collet.73@gmail.com · 13 years ago
  89. 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
  90. fd281f8 Added : lz4demo : software swap32 backend for compilers which do not support hardware ones. Thanks Dmitry Cherepanov for contribution by yann.collet.73@gmail.com · 13 years ago
  91. ad59ba1 minor code refactoring, mostly around __builtin_expect by yann.collet.73@gmail.com · 13 years ago
  92. 89767cc Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion by yann.collet.73@gmail.com · 13 years ago
  93. 3430ee1 Added : format description file by yann.collet.73@gmail.com · 13 years ago
  94. ecbce64 Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. by yann.collet.73@gmail.com · 13 years ago
  95. 4045a42 Added : LZ4_compressBound() function by yann.collet.73@gmail.com · 13 years ago
  96. 7b6ba04 Minor comments refactoring, for better clarity by yann.collet.73@gmail.com · 13 years ago
  97. 9485884 minor interface modification : source pointers are now (const char*) by yann.collet.73@gmail.com · 13 years ago
  98. 2327aa4 Better detection of Big-Endian and PowerPC CPU by yann.collet.73@gmail.com · 13 years ago
  99. 572cab7 Corrected a bug in the decoder in 64-bit mode by yann.collet.73@gmail.com · 13 years ago
  100. 93577f8 Improved compression speed for 64-bit CPUs by yann.collet.73@gmail.com · 13 years ago