1. 179670f use TIMELOOP_NANOSEC, by Yann Collet · 7 years ago
  2. 34c1634 fixed minor conversion warning by Yann Collet · 7 years ago
  3. ae3dede ensure bench speed measurement is more accurate for small inputs by Yann Collet · 7 years ago
  4. 1a233c5 update bench.c to use less time invocations by Yann Collet · 7 years ago
  5. b202c67 fix: missed semicolon at programs/lz4io.c:954 by hobomind · 7 years ago
  6. 7dba09a use more restrictive conditions for clock_gettime() by Yann Collet · 7 years ago
  7. 75e22d1 minor : try to tell static analyzer that we don't care if fseek() fails by Yann Collet · 7 years ago
  8. 8e69328 programs/datagen : attempt to please static analyzer by Yann Collet · 7 years ago
  9. fe66e78 lz4io: fixed minor ressource leak by Yann Collet · 7 years ago
  10. 52a76ff update man page by Yann Collet · 7 years ago
  11. ac38ffa updated manuals to v1.8.1 by Yann Collet · 7 years ago
  12. 00eac87 [lz4io] Refuse to set file stat for non-regular files by Nick Terrell · 7 years ago
  13. 9474b70 [lz4io] Fix decompression file stat with --rm by Nick Terrell · 7 years ago
  14. 506ae9c Merge pull request #439 from eli-b/doc-nohup-behavior by Yann Collet · 7 years ago
  15. 329dcd4 Docs: describe behavior under nohup by Eli Boyarski · 7 years ago
  16. c8411ea Grammar: "to silent" -> "to silence" by Eli Boyarski · 7 years ago
  17. 42a31ae Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if running as root by Alice Atlas · 7 years ago
  18. 6c94c94 minor updates to examples by Yann Collet · 7 years ago
  19. 74d8688 [bench] Use higher resolution timer on POSIX by Nick Terrell · 7 years ago
  20. dccf882 lz4cli : minor rewrite of lz4c legacy commands by Yann Collet · 7 years ago
  21. 2d827e1 lz4cli : removed extension artefacts by Yann Collet · 7 years ago
  22. 9a16272 Read the Dictionary into a Circular Buffer by W. Felix Handte · 7 years ago
  23. 2bd85f4 Add Dictionary Support to the Command Line Tool by W. Felix Handte · 7 years ago
  24. a30cba0 fixed a bunch of -Wcomma warnings by Yann Collet · 7 years ago
  25. 00418f7 bench : made decompression speed evaluation same time as compression by Yann Collet · 7 years ago
  26. ee53324 minor Makefile fixes by Yann Collet · 7 years ago
  27. c4d6884 build: source files sorted in a FS independent manner by Yann Collet · 7 years ago
  28. c04655b fixed make recurrence from /tests by Yann Collet · 7 years ago
  29. 82ccdec minor : added header license by Yann Collet · 7 years ago
  30. 68040a7 fixed man directory installation (#337) by Yann Collet · 7 years ago
  31. a1f3a27 Merge branch 'dev' into installVars and fixed conflicts by Yann Collet · 7 years ago
  32. 01cdbfb lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c" by Yann Collet · 7 years ago
  33. aea7d52 better respect GNU standard Makefile conventions by Yann Collet · 7 years ago
  34. 930a692 cli : restored command -BX to enable block checksum (#322) by Yann Collet · 7 years ago
  35. dba4d70 updated man page by Yann Collet · 7 years ago
  36. 872f767 Fix formatting of concatenation example by FeRD (Frank Dana) · 7 years ago
  37. a4ec7fa Fix gcc7 Wimplicit-fallthrough warnings by Chocobo1 · 7 years ago
  38. a6fd0f9 -g compilation flag not by default for lz4 cli by Yann Collet · 7 years ago
  39. d18084c report where decompression ends (#313) by Yann Collet · 7 years ago
  40. 03d8586 cli accept block sizes with KB / MB prefixes by Yann Collet · 7 years ago
  41. b8575f2 updated Makefile by Yann Collet · 8 years ago
  42. a41df53 lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAX by Alexey Tourbin · 8 years ago
  43. 9b1f000 Fix inline compile errors by Sean Purcell · 8 years ago
  44. afde27a Fix IS_CONSOLE returning 1 for NUL on windows by Sean Purcell · 8 years ago
  45. 84246b9 Merge pull request #341 from iburinoc/exematch by Yann Collet · 8 years ago
  46. e9c3b14 Ignore extensions in exe name matching by Sean Purcell · 8 years ago
  47. b1daffc cli: add GNU separator -- specifying that all following arguments are files by Dmitry V. Levin · 8 years ago
  48. cd35f0d LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path by Yann Collet · 8 years ago
  49. 9144520 fixed Visual compilation error by Yann Collet · 8 years ago
  50. a33bf89 fix #332 : do not modify /dev/null permissions by Yann Collet · 8 years ago
  51. cb16719 bench.c: respect LZ4_MAX_INPUT_SIZE limit by Przemyslaw Skibinski · 8 years ago
  52. ca2c5fd CFLAGS=-I/usr/include/x86_64-linux-gnu by Przemyslaw Skibinski · 8 years ago
  53. ace2242 circle.yml: fixed lz4c32 target (2) by Przemyslaw Skibinski · 8 years ago
  54. 68a3587 Avoid fseek()'s 2GiB barrier with MinGW by Przemyslaw Skibinski · 8 years ago
  55. 40ad1e8 upgraded util.h by Przemyslaw Skibinski · 8 years ago
  56. c7b1496 updated platform.h by Przemyslaw Skibinski · 8 years ago
  57. 489d161 added "This Makefile is validated for" by Przemyslaw Skibinski · 8 years ago
  58. db6f733 Use logical or instead of bitwise or by Chocobo1 · 8 years ago
  59. 44f95e9 Fix printf specifier by Chocobo1 · 8 years ago
  60. 7a73c5c changed default PREFIX and MANDIR by Przemyslaw Skibinski · 8 years ago
  61. efaa9b7 Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev by Przemyslaw Skibinski · 8 years ago
  62. b22e2be BSD: improved "make install" by Przemyslaw Skibinski · 8 years ago
  63. ea51ad0 Solaris: working "make install" by Przemyslaw Skibinski · 8 years ago
  64. 19c0f21 updated Makefile : lz4 no longer recompiled when already up-to-date by Yann Collet · 8 years ago
  65. 9b4b081 "make test" is now compatible with Solaris by Przemyslaw Skibinski · 8 years ago
  66. b41f9bb Merge pull request #292 from inikep/dev by Yann Collet · 8 years ago
  67. 52cac9a updated a few macros names by Yann Collet · 8 years ago
  68. fea95c1 use FindFirstFileA and FindNextFileA on Windows by Przemyslaw Skibinski · 8 years ago
  69. e6af952 improved comments by Przemyslaw Skibinski · 8 years ago
  70. 5812450 use fseeko for 32-bit MacOS by Przemyslaw Skibinski · 8 years ago
  71. f084b65 test Large File support for Mac OS-X in 32-bits mode by Przemyslaw Skibinski · 8 years ago
  72. 973bc79 util.h and platform.h based on zstd by Przemyslaw Skibinski · 8 years ago
  73. 2fd7eb5 fixed Visual Studio compilation by Przemyslaw Skibinski · 8 years ago
  74. 64cbc4e improved MinGW support by Przemyslaw Skibinski · 8 years ago
  75. 9546ba6 executables use basic types from util.h by Przemyslaw Skibinski · 8 years ago
  76. 452cc97 reordered definitons in platform.h by Przemyslaw Skibinski · 8 years ago
  77. 090cb88 improved formatting (2) by Przemyslaw Skibinski · 8 years ago
  78. e133224 improved formatting by Przemyslaw Skibinski · 8 years ago
  79. 5f0cc8e fixed gcc warnings (2) by Przemyslaw Skibinski · 8 years ago
  80. 2efedaf fixed gcc warnings by Przemyslaw Skibinski · 8 years ago
  81. 6adf05d improved platform.h by Przemyslaw Skibinski · 8 years ago
  82. 2cfef13 executables use platform.h by Przemyslaw Skibinski · 8 years ago
  83. bb69cdf updated util.h by Przemyslaw Skibinski · 8 years ago
  84. 45b14ab added platfom.h by Przemyslaw Skibinski · 8 years ago
  85. e7c42d7 Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev by Przemyslaw Skibinski · 8 years ago
  86. de93e9e fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) by Yann Collet · 8 years ago
  87. 20183ad Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev by Przemyslaw Skibinski · 8 years ago
  88. 0280cf4 fixed path-1, as suggested by @t-mat by Yann Collet · 8 years ago
  89. 750a50c fix #284, reported by @beiDei8z : added test cases for path/to/lz4cat by Yann Collet · 8 years ago
  90. 01ffed2 fix : invocation of path/to/unlz4 (#284), reported by @beiDei8z by Yann Collet · 8 years ago
  91. 1289038 15-bit LZ4HC_HASH_LOG by Przemyslaw Skibinski · 8 years ago
  92. 1833be1 fixed gcc warnings by Przemyslaw Skibinski · 8 years ago
  93. 5ae0e78 Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev by Przemyslaw Skibinski · 8 years ago
  94. 5eb547a fix #283 : implement LZ4_versionString(). by Yann Collet · 8 years ago
  95. a9a8dbf fixed minor display error when using -r by Yann Collet · 8 years ago
  96. 6b90cfb Updated man page by Yann Collet · 8 years ago
  97. 009f06e minor man page update by Yann Collet · 8 years ago
  98. 544290d Add "man" target to Makefile by Takayuki MATSUOKA · 8 years ago
  99. f4c74e6 library release build compatible with environment variable by Yann Collet · 8 years ago
  100. edc132b lz4 release build compatible with PIE by Yann Collet · 8 years ago