1. de80e89 fixed travis tests by Yann Collet · 10 years ago
  2. 96e328c New : lz4frame integrated into liblz4 (v1.5.0) by Yann Collet · 10 years ago
  3. 758acfe fixed : pkg version by Yann Collet · 10 years ago
  4. a18d8b1 Clarified a few comments by Yann Collet · 10 years ago
  5. c8b5907 Fixed : make dist by Yann Collet · 10 years ago
  6. 89af091 fix : sudo for make install by Yann Collet · 10 years ago
  7. 8d0008d New directory structure : library source files into /lib directory by Yann Collet · 10 years ago
  8. 9bc8681 Added : $(EXT) within install for cross-compilation support by Yann Collet · 10 years ago
  9. cf1bbff Makefile : refactored Travis CI tests by Yann Collet · 10 years ago
  10. 5320eeb Added : cmake test cmake : corrected xxhash path (thanks to j.magnuson) by Yann Collet · 10 years ago
  11. a8185f7 Makefile : added -Wcast-align compilation warning by Yann Collet · 10 years ago
  12. de7f2ff new Travis CI build matrix by Yann Collet · 10 years ago
  13. fb0473e update distribution builder "make dist" update test, to also verify "make dist" by Yann Collet · 10 years ago
  14. fc8e3f5 Added : preliminary frame decompression function by Yann Collet · 10 years ago
  15. a9ec6b3 Simplified travis test flow by Yann Collet · 10 years ago
  16. 7ec4bad updated release number by Yann Collet · 10 years ago
  17. f6f82b0 Makefile: fix DESTDIR by Igor Gnatenko · 10 years ago
  18. df53072 Makefile : restored Takayuki's fix for OS-X and BSD by Yann Collet · 10 years ago
  19. 690a7d1 Updated Makefile : make dist Minor formatting changes for xxhash by Yann Collet · 10 years ago
  20. 5fc8e5a Fix BSD sed error reported by Yue Du by Takayuki MATSUOKA · 10 years ago
  21. 1d20879 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) by Yann Collet · 10 years ago
  22. 44ebce5 Makefile : synchronize library version number with lz4.h - Thanks to Takayuki Matsuoka by Yann Collet · 10 years ago
  23. 28199f5 Makefile : some corrections suggested by Michał Górny (issue 136) by Yann Collet · 10 years ago
  24. 4886a0e Added : pkg-config (issue 135) by Yann Collet · 10 years ago
  25. f9c0666 Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle by Yann Collet · 10 years ago
  26. 72c08b3 Modified : lz4 streaming API, strong types by Yann Collet · 10 years ago
  27. c70d9d6 Modified : Makefile : added -Wshadow option, suggest by Boris Faure by Yann Collet · 10 years ago
  28. c6016a7 Fix : OS-X : library install name, thanks to Clemens Lang by Yann Collet · 10 years ago
  29. c42aa69 updated fuzzer, faster and cleaner overflow tests by Yann Collet · 10 years ago
  30. ae744b8 update to r119 by Yann Collet · 10 years ago
  31. 4e6219d Quickfix of issue 134 (untested) by Yann Collet · 10 years ago
  32. 856e4df updated lz4cat man page by Yann Collet · 10 years ago
  33. 6499a94 LZ4 Streaming : check overlapping input/dictionary by Yann Collet · 10 years ago
  34. e0d9f84 New : valgrind memtest by Yann Collet · 10 years ago
  35. 7059704 Continuous streaming mode (automatic) by Yann Collet · 10 years ago
  36. c4f3dd6 re-order travis tests fix : remove man pages on uninstall by Yann Collet · 10 years ago
  37. 34eeba3 Add build target 'test' by Takayuki MATSUOKA · 10 years ago
  38. 461ee90 Added README.md to the list of packaged files by Yann Collet · 10 years ago
  39. 87d09e3 Added lz4c & lz4cat man pages by Yann Collet · 10 years ago
  40. 56609a3 Fixed issue 127 & 128 by Yann Collet · 10 years ago
  41. eb2f984 quickfix (issue 124 & 125) by yann.collet.73@gmail.com · 10 years ago
  42. f268468 Added : lz4cat utility for posx systems by yann.collet.73@gmail.com · 10 years ago
  43. b996d28 Makefile : library correctly compiled with -O3 switch (issue 114) by yann.collet.73@gmail.com · 10 years ago
  44. 6875c27 Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 10 years ago
  45. 6a686b8 quickfix (issue 107 & issue 103) by yann.collet.73@gmail.com · 10 years ago
  46. 5748f62 Makefile : added capability to install libraries by yann.collet.73@gmail.com · 10 years ago
  47. b4bb2ab lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 10 years ago
  48. f445ca6 lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 11 years ago
  49. 43a9e0f 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
  50. 742cd68 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  51. 3493766 by yann.collet.73@gmail.com · 11 years ago
  52. 47823a8 Makefile : New install script and man page, contributed by Prasad Pandit by yann.collet.73@gmail.com · 11 years ago
  53. 7799454 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
  54. 6cf065b Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" by yann.collet.73@gmail.com · 11 years ago
  55. 60b3541 Corrected issue 70, 'pack' instruction on IBM AIX by yann.collet.73@gmail.com · 11 years ago
  56. 180adef lz4.c no longer depends on lz4_decoder.h (removed) by yann.collet.73@gmail.com · 11 years ago
  57. 6d6a800 Added : function LZ4_compressHC_limitedOutput() by yann.collet.73@gmail.com · 11 years ago
  58. 7111f57 Added : LZ4 Streaming Format specification (v1.3) by yann.collet.73@gmail.com · 11 years ago
  59. 5cf9088 - 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
  60. 868cc18 lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect its impact by yann.collet.73@gmail.com · 12 years ago
  61. 61d1649 Changed Makefile default setting to generate only native binary. by yann.collet.73@gmail.com · 12 years ago
  62. 72e503d Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD by yann.collet.73@gmail.com · 12 years ago
  63. 4e7977e Added : lz4demo : software swap32 backend for compilers which do not support hardware ones. Thanks Dmitry Cherepanov for contribution by yann.collet.73@gmail.com · 12 years ago
  64. b7339d9 minor code refactoring, mostly around __builtin_expect by yann.collet.73@gmail.com · 12 years ago
  65. 732599d Added : LZ4_compressBound() function by yann.collet.73@gmail.com · 12 years ago
  66. 41d7d34 Improved compression speed for big-endian CPU by yann.collet.73@gmail.com · 12 years ago
  67. 7ecbd90 Added : benchmark function within command-line utility by yann.collet.73@gmail.com · 12 years ago
  68. f19d24a Endianess correction by yann.collet.73@gmail.com · 13 years ago
  69. 7eca6e1 Modified makefile to specify C99 support to compiler (GCC) by yann.collet.73@gmail.com · 13 years ago
  70. 3a5b9f9 renamed : main.c into lz4demo.c changed Makefile accordingly by yann.collet.73@gmail.com · 13 years ago
  71. 9a76cfa Corrected a (rare) bug in compression function by yann.collet.73@gmail.com · 13 years ago
  72. 9167826 Improved compression and decompression speed under GCC compiler by yann.collet.73@gmail.com · 13 years ago
  73. 51c9a83 Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen) by yann.collet.73@gmail.com · 13 years ago