1. 6063742 FIO_addFInfo: Fully initialize output 'total' struct by Conrad Meyer · 7 years ago
  2. 25d00d1 fixed minor conversion warning by Yann Collet · 7 years ago
  3. 3538a53 use TIMELOOP_NANOSEC by Yann Collet · 7 years ago
  4. d3364aa improve benchmark measurement for small inputs by Yann Collet · 7 years ago
  5. 5cb1144 fixed --single-thread by Yann Collet · 7 years ago
  6. 7568983 specify new command --single-thread by Yann Collet · 7 years ago
  7. 4beaeaa Merge branch 'dev' into flexibleLevel by Yann Collet · 7 years ago
  8. 4b525af zstdmt: applies new parameters on the fly by Yann Collet · 7 years ago
  9. 90eca31 fileio: create dedicated function to generate zstd frames by Yann Collet · 7 years ago
  10. 549d26a Merge pull request #1005 from systemcrash/dev by Yann Collet · 7 years ago
  11. 6c492af fixed minor conversion warning by Yann Collet · 7 years ago
  12. 209df52 Changed nbThreads for nbWorkers by Yann Collet · 7 years ago
  13. 4b6a94f clarified comments on LDM parameters by Yann Collet · 7 years ago
  14. 2bfc79a removed bitstream.h dependency by Yann Collet · 7 years ago
  15. 823a28a Merge pull request #1000 from facebook/progressiveFlush by Yann Collet · 7 years ago
  16. d13a75c Update zstd.1 by systemcrash · 7 years ago
  17. 9f8ed23 bumped version number to v1.3.4 by Yann Collet · 7 years ago
  18. 50aea2f cli: fix align of defaults by ne-sted · 7 years ago
  19. cb5eba8 add `zcat` symlink support, suggested by @wtarreau by Yann Collet · 7 years ago
  20. 70f81d6 zstdmt uses POOL_tryAdd() to call a new worker by Yann Collet · 7 years ago
  21. 4d08ba8 fileio: READY_FOR_UPDATE() is now a function-like macro by Yann Collet · 7 years ago
  22. aa79c18 fixed a few access contention by Yann Collet · 7 years ago
  23. 394eec6 Introduce ZSTD_getFrameProgression() by Yann Collet · 7 years ago
  24. 58dd7de zstdmt: fixed an endless loop on allocation failure by Yann Collet · 7 years ago
  25. 3e1e57d fix fileio progression status update by Yann Collet · 7 years ago
  26. 10c2137 cli: fix for no-MT mode by Yann Collet · 7 years ago
  27. 1dba98d introduced parameter ZSTD_p_nonBlockingMode by Yann Collet · 7 years ago
  28. 58ecf13 zstdmt : can compress at block granularity by Yann Collet · 7 years ago
  29. 1edf337 Merge pull request #974 from terrelln/dstfile by Yann Collet · 7 years ago
  30. 752880f Merge pull request #963 from facebook/benchfix by Yann Collet · 7 years ago
  31. ed9611d [fileio] Don't call FIO_remove() on stdout or /dev/null by Nick Terrell · 7 years ago
  32. 282ad05 [fileio] Use FIO_remove() everywhere for safety by Nick Terrell · 7 years ago
  33. fd63140 [util] Refuse to set file stat on non-regular file by Nick Terrell · 7 years ago
  34. e059671 zstd: fix crash when not overwriting existing files by Pádraig Brady · 7 years ago
  35. c707c6e fix: bench can accept hlog custom parameter by Yann Collet · 7 years ago
  36. cc9e026 Merge pull request #952 from terrelln/merge-end by Yann Collet · 7 years ago
  37. 2cff66b version bump to v1.3.3 by Yann Collet · 7 years ago
  38. f48d34e [fileio] Merge end loop for small optimization by Nick Terrell · 7 years ago
  39. a0ac8c8 Merge pull request #950 from facebook/srcSizeAdaptation by Yann Collet · 7 years ago
  40. 2e97a6d fixed minor declaration-after-statement warning by Yann Collet · 7 years ago
  41. 5432ef6 fixes adaptation on srcSize by Yann Collet · 7 years ago
  42. 4680e85 Allow -o with multiple files by Nick Terrell · 7 years ago
  43. 4d0dfaf Merge pull request #949 from terrelln/rrm by Yann Collet · 7 years ago
  44. 82bc8fe [fileio] Refuse to remove non-regular file by Nick Terrell · 7 years ago
  45. b5e7f6c [fileio] Fix window size MB calculation by Nick Terrell · 7 years ago
  46. 3129333 It's still necessary to check PLATFORM_POSIX_VERSION for clock_gettime() by Yann Collet · 7 years ago
  47. 0097469 removed a few redundant #include by Yann Collet · 7 years ago
  48. e46194b fix #911 : changed detection macro for clock_gettime() by Yann Collet · 7 years ago
  49. 55faa54 fileio: fixed LZ4F invocation from assert() by Yann Collet · 7 years ago
  50. af2fbbc Merge pull request #939 from facebook/shorterCircleCI by Yann Collet · 7 years ago
  51. 71f012e zstdcli: fixed minor warning when bench module not enabled by Yann Collet · 7 years ago
  52. a1b24e6 Merge pull request #938 from terrelln/time by Yann Collet · 7 years ago
  53. dab8cfa Combine definitions of SEC_TO_MICRO by Nick Terrell · 7 years ago
  54. 9a2f6f4 Use util.h for timing by Nick Terrell · 7 years ago
  55. 2f22a6e Merge branch 'dev' into opt3 by Yann Collet · 7 years ago
  56. 0a0a212 zstd_opt: changed cost formula by Yann Collet · 7 years ago
  57. baff9dd Fix LZ4 Compression Buffer Overflow by W. Felix Handte · 7 years ago
  58. 743b238 install: changed variable MANDIR into MAN1DIR by Yann Collet · 7 years ago
  59. 2fd7654 updated man page by Yann Collet · 7 years ago
  60. c857ee8 minor update by Yann Collet · 7 years ago
  61. 31a191b Include information about the benchmark output/methodology by Scott Baker · 7 years ago
  62. daebc7f bench: slightly adjusted display format by Yann Collet · 7 years ago
  63. a6052af [zstd] Fix rare bug with signal handler by Nick Terrell · 7 years ago
  64. 5b957ba minor interface adjustments by Yann Collet · 7 years ago
  65. d898fb7 bench: added cli command `-S` to benchmark multiple files separately by Yann Collet · 7 years ago
  66. 8accfa7 bench: realTime is a global parameter by Yann Collet · 7 years ago
  67. 9a11f70 merged repcode search into BT match search by Yann Collet · 7 years ago
  68. 6f1dfa8 removed line with `//` comment by Yann Collet · 7 years ago
  69. 428e8b3 fix : ZSTD_compress_generic(,,,ZSTD_e_end) automatically sets pledgedSrcSize by Yann Collet · 7 years ago
  70. b495140 Update BUCK files by Nick Terrell · 7 years ago
  71. 91535d7 fixed missing zstdmt_compress.h dependency by Yann Collet · 7 years ago
  72. eac4253 bench: fixed Visual warning regarding struct initialization by Yann Collet · 7 years ago
  73. d3b9547 IO and bench : ZSTD_NEWAPI is the only remaining code path by Yann Collet · 7 years ago
  74. 300e1df fixed wrong test to display compression status by Yann Collet · 7 years ago
  75. 18b7953 UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure by Yann Collet · 7 years ago
  76. 32c9f71 fixed : Visual build compressing stdin with multi-threading enabled fails by Yann Collet · 7 years ago
  77. fc8d293 dictionary compression use correct file size estimation by Yann Collet · 7 years ago
  78. 9ef32b3 minor : zstd -l -v display each file name by Yann Collet · 7 years ago
  79. dd18d73 fileio: content size is enabled by default by Yann Collet · 7 years ago
  80. 6dd958e [zstdcli] Add window size to verbose list by Nick Terrell · 7 years ago
  81. 3b27ed4 Merge branch 'srcSize' into dev by Yann Collet · 7 years ago
  82. 4946993 removed isRegularFile parameter by Yann Collet · 7 years ago
  83. 7f580f9 interruption handler and variable are static by Yann Collet · 7 years ago
  84. fe5444b removed the statement for all versions of Visual Studio by Yann Collet · 7 years ago
  85. 51d82d5 same error in Visual Studio 2012 ... by Yann Collet · 7 years ago
  86. ed7ae4c The issue also impacts Visual Studio 2010 by Yann Collet · 7 years ago
  87. 6e7ba3d added (void)sig to avoid compilers complaining that sig is not used. by Yann Collet · 7 years ago
  88. 82bc200 conditionnally removed invocation that generates a buggy warning with Visual Studio 2008 by Yann Collet · 7 years ago
  89. bd18095 blindfix for Visual : minor casting issue by Yann Collet · 7 years ago
  90. 00fc1ba cli: add Ctrl-C support, requested by @mike155 in #854 by Yann Collet · 7 years ago
  91. e580dc6 Merge pull request #860 from felixhandte/zstd-lz4-support-tests by Yann Collet · 7 years ago
  92. 8afb151 cli: fixed wrong initialization in MT mode by Yann Collet · 7 years ago
  93. fbd5ab7 minor fix : no longer use fake srcSize during resource creation by Yann Collet · 7 years ago
  94. db1668a fix : srcSize written in frame header when multiple files compressed by Yann Collet · 7 years ago
  95. 8afcc80 decode more data before triggering error by Yann Collet · 7 years ago
  96. dc27c36 Update documentation to reflect other format support by W. Felix Handte · 7 years ago
  97. d0519d4 Add CLI Program Name Detection for LZ4 by W. Felix Handte · 7 years ago
  98. 54a827f Merge branch 'dev' into newFormats by Yann Collet · 7 years ago
  99. 3182ea2 Merge pull request #866 from facebook/list by Yann Collet · 7 years ago
  100. c233bdb Increase maximum window size by Nick Terrell · 7 years ago