1. b1daffc cli: add GNU separator -- specifying that all following arguments are files by Dmitry V. Levin · 8 years ago
  2. cd35f0d LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path by Yann Collet · 8 years ago
  3. a33bf89 fix #332 : do not modify /dev/null permissions by Yann Collet · 8 years ago
  4. e1b2b37 added Oleg @remittor contribution by Yann Collet · 8 years ago
  5. 9683a1a LZ4_MEMORY_USAGE can be modified from compilation command line by Yann Collet · 8 years ago
  6. 05e27ad updated NEWS by Yann Collet · 8 years ago
  7. 19c0f21 updated Makefile : lz4 no longer recompiled when already up-to-date by Yann Collet · 8 years ago
  8. 7eb16d9 updated NEWS by Yann Collet · 8 years ago
  9. bc0839c minor fix for travis-install test by Yann Collet · 8 years ago
  10. 913b98f fix `make` concurrency build (#277) by Yann Collet · 8 years ago
  11. 6265526 updated NEWS by Yann Collet · 8 years ago
  12. 9a6f7df updated NEWS by Yann Collet · 8 years ago
  13. a9a8dbf fixed minor display error when using -r by Yann Collet · 8 years ago
  14. 018ddf7 numbering by Yann Collet · 8 years ago v1.7.4.2
  15. 605512a updated NEWS by Yann Collet · 8 years ago
  16. 19df302 fixed #272 (compilation fails on gcc 4.4), reported by @totaam by Yann Collet · 8 years ago
  17. 519932a attempt -mx32 tests on Travis CI by Yann Collet · 8 years ago
  18. 1abecbc fix 32-bits mode. by Yann Collet · 8 years ago
  19. 923cf44 bump version number by Yann Collet · 8 years ago
  20. f42130e cli : add --help command by Yann Collet · 8 years ago
  21. bf6dda6 updated frametest by Yann Collet · 8 years ago
  22. 5e13a6e improved man on compression level by Yann Collet · 8 years ago
  23. acc48a3 fixed lz4cat changed lz4-test order by Yann Collet · 8 years ago
  24. fafba39 updated NEWS by Yann Collet · 8 years ago
  25. e9089bc small compression ratio and speed improvement on small files by Yann Collet · 8 years ago
  26. 00c6370 Fix #243 : detect and report fread() errors, by @iyokan by Yann Collet · 8 years ago
  27. 207f478 minor refactor by Yann Collet · 8 years ago
  28. f878c08 better correctness on big-endian 64-bits platforms by Yann Collet · 8 years ago
  29. 26dec49 small compression speed improvement on 64-bits systems by Yann Collet · 8 years ago
  30. f173027 moved cmake and debian directories to contrib (#245) by Yann Collet · 8 years ago
  31. fb6fece Updated Makefile and .travis by Yann Collet · 9 years ago
  32. d15ac1f Slightly improved compression speed on ARMv6 by Yann Collet · 9 years ago
  33. 60119e2 Makefile : generates *.o for faster processing by Yann Collet · 9 years ago
  34. a60d11e update on decompression speed by Yann Collet · 9 years ago
  35. 14064be Updated NEWS by Yann Collet · 9 years ago
  36. caba2cc staticAnalyze use same compilation flags as normal build by Yann Collet · 9 years ago
  37. c04df7e Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53 by Yann Collet · 9 years ago
  38. 6f50184 Updated NEWS by Yann Collet · 10 years ago
  39. 91c1b9a Performance fix : big compression speed boost for clang (+30%) by Yann Collet · 10 years ago
  40. 26065c3 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) by Yann Collet · 10 years ago
  41. f02c467 Added a few more interoperability tests (32bits vs 64 bits) by Yann Collet · 10 years ago
  42. 05b0aa6 Updated readme by Yann Collet · 10 years ago
  43. 197982e Fixed unfinished frame (issue #75) by Yann Collet · 10 years ago
  44. 973e385 Implemented obsolete warning message by Yann Collet · 10 years ago
  45. be9d248 Update lz4hc API : LZ4_compressHC_safe() by Yann Collet · 10 years ago
  46. 886b199 Modified files rights by Yann Collet · 10 years ago
  47. 7db6678 Restored proper credit by Yann Collet · 10 years ago
  48. f174964 Added : Frame documentation in MarkDown format by Yann Collet · 10 years ago
  49. 4783cb8 Updated readme by Yann Collet · 10 years ago
  50. b4755c7 Added : arm cross-compilation test by Yann Collet · 10 years ago
  51. 7f436a1 lz4 cli supports frame content size by Yann Collet · 10 years ago
  52. 7cf4e5c Updates tests & Man pages by Yann Collet · 10 years ago
  53. 7ee7256 frame content size support by Yann Collet · 10 years ago
  54. 859fe3b Updated LZ4 frame format documentation by Yann Collet · 10 years ago
  55. e7fb4d1 lz4 utility supports "pass-through" mode by Yann Collet · 10 years ago
  56. 3a68324 skippable frames support by Yann Collet · 10 years ago
  57. 45b0642 scan-build tests by Yann Collet · 10 years ago
  58. e38c268 Fixed minor g++ warnings by Yann Collet · 10 years ago
  59. ceec6fa g++ compatibility by Yann Collet · 10 years ago
  60. 32a85fc NetBSD compatibility (#48) by Yann Collet · 10 years ago
  61. 488029e Updated : compress multiple files by Yann Collet · 10 years ago
  62. f68eead Added : -pedantic compilation option by Yann Collet · 10 years ago
  63. 0569a68 C90 compatibility by Yann Collet · 10 years ago
  64. 8a9fb8c Fixed : older compiler don't like nameless unions, reported by Cheyi Lin by Yann Collet · 10 years ago
  65. 95cc6ce Fixed : bug within LZ4 HC streaming mode, reported by James Boyle by Yann Collet · 10 years ago
  66. 7a8cd69 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski by Yann Collet · 10 years ago
  67. daa320f New : lz4frame integrated into liblz4 (v1.5.0) by Yann Collet · 10 years ago
  68. 3060277 updated NEWS by Yann Collet · 10 years ago
  69. fc4a615 fixed : pkg version by Yann Collet · 10 years ago
  70. b827ecf Clarified a few comments by Yann Collet · 10 years ago
  71. d008c87 New directory structure : library source files into /lib directory by Yann Collet · 10 years ago
  72. b3b207c New endian & alignment code by Yann Collet · 10 years ago
  73. 2ab6f9a Updated : xxHash to r37 by Yann Collet · 10 years ago
  74. abb6f78 Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu by Yann Collet · 10 years ago
  75. d71b9e2 small improvements to lz4frame compression by Yann Collet · 10 years ago
  76. bb902d8 Updated : NEWS to r122 by Yann Collet · 10 years ago
  77. 7ac18ad fix : HC streaming mode by Yann Collet · 10 years ago
  78. a50c102 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) by Yann Collet · 10 years ago
  79. f9e16d2 updated NEWS by Yann Collet · 10 years ago
  80. 2f93f3a Updated xxHash to r35 by Yann Collet · 10 years ago
  81. 070b335 Fix : OS-X : library install name, thanks to Clemens Lang by Yann Collet · 10 years ago
  82. fd51d05 updated fuzzer, faster and cleaner overflow tests by Yann Collet · 10 years ago
  83. bdb5bce update to r119 by Yann Collet · 10 years ago
  84. 93e589c updated NEWS by Yann Collet · 10 years ago
  85. 30a41b5 updated NEWS by Yann Collet · 11 years ago
  86. 5b91330 Added lz4c & lz4cat man pages by Yann Collet · 11 years ago
  87. 374d6ac Fixed issue 127 & 128 by Yann Collet · 11 years ago
  88. 37be467 quickfix (issue 124 & 125) by yann.collet.73@gmail.com · 11 years ago
  89. 848fdf3 Added : lz4cat utility for posx systems by yann.collet.73@gmail.com · 11 years ago
  90. a9d8640 Makefile : library correctly compiled with -O3 switch (issue 114) by yann.collet.73@gmail.com · 11 years ago
  91. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  92. 96a60a5 quickfix (issue 107 & issue 103) by yann.collet.73@gmail.com · 11 years ago
  93. 6486787 Makefile : added capability to install libraries by yann.collet.73@gmail.com · 11 years ago
  94. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  95. 8ac549f lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 11 years ago
  96. 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
  97. a78db58 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  98. 82bf5be by yann.collet.73@gmail.com · 11 years ago
  99. c63f81c Makefile : New install script and man page, contributed by Prasad Pandit by yann.collet.73@gmail.com · 11 years ago