1. bb5c34a bumped version number to v1.9.2 by Yann Collet · 6 years ago
  2. baf9b0e fix #734 : --version should output to stdout by Yann Collet · 6 years ago
  3. 729eef6 Handle file not existing case #704 by gabrielstedman · 6 years ago
  4. 81081f9 List mode improvements. by gstedman · 6 years ago
  5. 98a86c8 Add multiframe report to --list command by gstedman · 6 years ago
  6. 7136489 More build imrpvements by JPeterMugaas · 6 years ago
  7. 291b3d8 Merge pull request #691 from lz4/list by Yann Collet · 6 years ago
  8. 35b83a9 fix: no leak when LZ4F_dctx creation fails by Yann Collet · 6 years ago
  9. c4fe7a2 Merge pull request #689 from JPeterMugaas/jpm-makefile by Yann Collet · 6 years ago
  10. 5a50247 updated code comments by Yann Collet · 6 years ago
  11. a685d5c --list gives block type by Yann Collet · 6 years ago
  12. f401f1d --list can resume after a failed file by Yann Collet · 6 years ago
  13. 5e6807f Make programs/Makefile use the includes. by JPeterMugaas · 6 years ago
  14. 0d4c885 refactored --list function by Yann Collet · 6 years ago
  15. ae5cea9 fixed C90 compliance by Yann Collet · 6 years ago
  16. 773b665 Initial commits from diff I submitted earlier by JPeterMugaas · 6 years ago
  17. 84f978a FR #598 - Correctly initialize cfinfo & cast malloc res to (char*) by gabrielstedman · 6 years ago
  18. e31b6dc FR #598 - Make fileSize unsigned long long by gabrielstedman · 6 years ago
  19. 0acebbe FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_file by gabrielstedman · 6 years ago
  20. 9d0960c Merge https://github.com/lz4/lz4 into dev by gabrielstedman · 6 years ago
  21. 2133366 FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword func by gabrielstedman · 6 years ago
  22. 22fae16 ensure tests work when `stdout` is not the console by Yann Collet · 6 years ago
  23. 5fdc6d2 FR #598 Improve initial design, test mallocs, support C90. by gabrielstedman · 6 years ago
  24. 5548419 correctly use unisgned int for index by gabrielstedman · 6 years ago
  25. 55ab3c4 Add --list option to display compressed file information. by gabrielstedman · 6 years ago
  26. 5f8ac02 cli: display a warning whenever default output is stdout while input != stdin by Yann Collet · 6 years ago
  27. 4e4f1ad ensure list of names is large enough by Yann Collet · 6 years ago
  28. 4f6de46 fix several minor static analyzer warnings by Yann Collet · 6 years ago
  29. 63bfb64 and even more visual conversion warnings by Yann Collet · 6 years ago
  30. 8c2429e some more Visual conversion warning by Yann Collet · 6 years ago
  31. c7554c3 fixed minor Visual conversion warnings by Yann Collet · 6 years ago
  32. 9c49e3c added tests for -d -m -c by Yann Collet · 6 years ago
  33. e865a3e fixed lz4 -m -c by Yann Collet · 6 years ago
  34. 20c2a5f added command -BI for "Independent Blocks" by Yann Collet · 6 years ago
  35. 352bbdb updated man page by Yann Collet · 6 years ago
  36. 21ff1a8 updated doc to underline difference between block and frame by Yann Collet · 6 years ago
  37. bcb2656 improved documentation for LZ4 dictionary compression by Yann Collet · 6 years ago
  38. 8d76c8a introduce LZ4_DISTANCE_MAX build macro by Yann Collet · 6 years ago
  39. c438548 Merge pull request #652 from vtorri/dev by Yann Collet · 6 years ago
  40. 0360981 Allow installation of lz4 for Windows 10 with MSYS2 by Vincent Torri · 6 years ago
  41. c161069 Add cast around malloc by Tim Zakian · 7 years ago
  42. 4169161 Add constant pointer annotations by Tim Zakian · 7 years ago
  43. 5822e66 Remove a bunch of global variables that tracked settings for the IO module, and move them in to a struct by Tim Zakian · 7 years ago
  44. 9028682 Fix pass-through mode by Tim Zakian · 7 years ago
  45. e6905b5 Fix lz4 extension in input filename not causing decompression by Ruben O. Chiavone · 7 years ago
  46. 0314027 Allow installation of lz4 for Windows (MSYS2 or when cross-compiling) by Vincent Torri · 7 years ago
  47. 3250160 support custom block sizes: fix usage message & remove unused functions by Blaise Sanouillet · 7 years ago
  48. 718d16e support custom block sizes - fix types by Blaise Sanouillet · 7 years ago
  49. 64ad395 support custom block sizes by Blaise Sanouillet · 7 years ago
  50. b2215f2 tried to clean another bunch of cppcheck warnings by Yann Collet · 7 years ago
  51. e34a27d fixed minor cppcheck warnings in programs by Yann Collet · 7 years ago
  52. 3318d57 Add support for MidnightBSD by Lucas Holt · 7 years ago
  53. 0f08c22 Merge pull request #563 from lz4/docDict by Yann Collet · 7 years ago
  54. cd3945f Merge pull request #564 from lz4/cTime by Yann Collet · 7 years ago
  55. d136118 Merge pull request #556 from kou/add-missing-exeext by Yann Collet · 7 years ago
  56. b619914 fixed compression time by Yann Collet · 7 years ago
  57. 0fea528 updated documentation regarding dictionary compression by Yann Collet · 7 years ago
  58. 2e4847c fixed #560 by Yann Collet · 7 years ago
  59. 9c457cc Add missing $(EXT) by Kouhei Sutou · 7 years ago
  60. e778db3 Fixed bugs about incorrect acceleration calculation and benchmarking negative compresion level by Jennifer Liu · 7 years ago
  61. 8745638 Fixed invalid argument test and reformatted else by Jennifer Liu · 7 years ago
  62. 9ee5183 Fixed code based on comments from pull request by Jennifer Liu · 7 years ago
  63. 9f8fd09 delete commented out code in bench.c by Jennifer Liu · 7 years ago
  64. 536b79a Added --fast command to cli by Jennifer Liu · 7 years ago
  65. 2149b1a Add Haiku as a validated target. by fbrosson · 7 years ago
  66. a7cc0b5 Fix make install by Nick Terrell · 7 years ago
  67. 5a2501a added a test case for LZ4_decompress_fast_usingDict by Cyan4973 · 7 years ago
  68. 5c7d381 fasterDecSpeed can be triggered from cli with --favor-decSpeed by Yann Collet · 7 years ago
  69. 2dfc7cb Change Over Includes in the Project by W. Felix Handte · 7 years ago
  70. 644b7bd fixed minor declaration issue with clang on msys by Cyan4973 · 7 years ago
  71. 133a50b fixed DISPLAYUPDATE() by Yann Collet · 7 years ago
  72. 1faa7e2 bench: introduced hidden command -S by Yann Collet · 7 years ago
  73. 5b67c7d Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 7 years ago
  74. d6711a7 minor man fix on clevels by Yann Collet · 7 years ago
  75. 9dcd9ab Make LZ4F_compressFrame_usingCDict Take a Compression Context by W. Felix Handte · 7 years ago
  76. 179670f use TIMELOOP_NANOSEC, by Yann Collet · 7 years ago
  77. 34c1634 fixed minor conversion warning by Yann Collet · 7 years ago
  78. ae3dede ensure bench speed measurement is more accurate for small inputs by Yann Collet · 7 years ago
  79. 1a233c5 update bench.c to use less time invocations by Yann Collet · 7 years ago
  80. b202c67 fix: missed semicolon at programs/lz4io.c:954 by hobomind · 7 years ago
  81. 7dba09a use more restrictive conditions for clock_gettime() by Yann Collet · 8 years ago
  82. 75e22d1 minor : try to tell static analyzer that we don't care if fseek() fails by Yann Collet · 8 years ago
  83. 8e69328 programs/datagen : attempt to please static analyzer by Yann Collet · 8 years ago
  84. fe66e78 lz4io: fixed minor ressource leak by Yann Collet · 8 years ago
  85. 52a76ff update man page by Yann Collet · 8 years ago
  86. ac38ffa updated manuals to v1.8.1 by Yann Collet · 8 years ago
  87. 00eac87 [lz4io] Refuse to set file stat for non-regular files by Nick Terrell · 8 years ago
  88. 9474b70 [lz4io] Fix decompression file stat with --rm by Nick Terrell · 8 years ago
  89. 506ae9c Merge pull request #439 from eli-b/doc-nohup-behavior by Yann Collet · 8 years ago
  90. 329dcd4 Docs: describe behavior under nohup by Eli Boyarski · 8 years ago
  91. c8411ea Grammar: "to silent" -> "to silence" by Eli Boyarski · 8 years ago
  92. 42a31ae Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if running as root by Alice Atlas · 8 years ago
  93. 6c94c94 minor updates to examples by Yann Collet · 8 years ago
  94. 74d8688 [bench] Use higher resolution timer on POSIX by Nick Terrell · 8 years ago
  95. dccf882 lz4cli : minor rewrite of lz4c legacy commands by Yann Collet · 8 years ago
  96. 2d827e1 lz4cli : removed extension artefacts by Yann Collet · 8 years ago
  97. 9a16272 Read the Dictionary into a Circular Buffer by W. Felix Handte · 8 years ago
  98. 2bd85f4 Add Dictionary Support to the Command Line Tool by W. Felix Handte · 8 years ago
  99. a30cba0 fixed a bunch of -Wcomma warnings by Yann Collet · 8 years ago
  100. 00418f7 bench : made decompression speed evaluation same time as compression by Yann Collet · 8 years ago