1. 899f2a2 strategy ZSTD_btopt pinned to (0) variant (faster one) by Yann Collet · 7 years ago
  2. 3f45726 slightly improved compression speed by Yann Collet · 7 years ago
  3. 42c1e64 slightly improved ratio at -22 by Yann Collet · 7 years ago
  4. 99435db minor : search early-out on sufficient_len for hc3 and rep by Yann Collet · 7 years ago
  5. d100670 btopt0 : a bit faster and weaker by Yann Collet · 7 years ago
  6. e6da37c created (hidden) new strategy btopt0 by Yann Collet · 7 years ago
  7. e717a5b zstd_opt: minor speed optimization by Yann Collet · 7 years ago
  8. daebc7f bench: slightly adjusted display format by Yann Collet · 7 years ago
  9. fccb46f minor spelling fixes by Yann Collet · 7 years ago
  10. d11661c fix ZSTD_COMPRESSBOUND() macro by Yann Collet · 7 years ago
  11. 22ff60b Merge pull request #922 from terrelln/signal by Yann Collet · 7 years ago
  12. 9708c46 Merge pull request #921 from facebook/ubfix by Yann Collet · 7 years ago
  13. a6052af [zstd] Fix rare bug with signal handler by Nick Terrell · 7 years ago
  14. a4a20a4 fix un-initialized memory warning by Yann Collet · 7 years ago
  15. c8b3e08 Merge pull request #920 from facebook/benchSeparate by Yann Collet · 7 years ago
  16. 23767e9 fix one UB pointer arithmetic in encoder by Yann Collet · 7 years ago
  17. cdade55 fixed one UB pointer arithmetic by Yann Collet · 7 years ago
  18. 6e8573a Merge pull request #916 from facebook/optMergeRep by Yann Collet · 7 years ago
  19. 49a445e fixed circle-ci script by Yann Collet · 7 years ago
  20. 5b957ba minor interface adjustments by Yann Collet · 7 years ago
  21. d898fb7 bench: added cli command `-S` to benchmark multiple files separately by Yann Collet · 7 years ago
  22. 8accfa7 bench: realTime is a global parameter by Yann Collet · 7 years ago
  23. 11e58d9 fixed minor warning by Yann Collet · 7 years ago
  24. 15768ca fixed some complex scenarios by Yann Collet · 7 years ago
  25. 05dffe4 Fixed Btree update by Yann Collet · 7 years ago
  26. dfc1457 removed wrong assertion by Yann Collet · 7 years ago
  27. c55e35b removed a few specialized traces by Yann Collet · 7 years ago
  28. 61c2d70 shortened repcode match finder implementation by Yann Collet · 7 years ago
  29. d7e9805 fixed corruption issue by Yann Collet · 7 years ago
  30. 046ea53 still fighting data corruption by Yann Collet · 7 years ago
  31. 4202b2e merged rep search into btMatchSearch by Yann Collet · 7 years ago
  32. 19522cc Merge pull request #912 from facebook/opt by Yann Collet · 7 years ago
  33. 9a11f70 merged repcode search into BT match search by Yann Collet · 7 years ago
  34. 72c0f45 cmake: fixed lib/CMakeLists.txt by Yann Collet · 7 years ago
  35. eb47705 reduced scope of multiple variables by Yann Collet · 7 years ago
  36. 100d8ad lib/compress: created ZSTD_LLcode() and ZSTD_MLcode() by Yann Collet · 7 years ago
  37. 5aa0352 zstd_opt: simplified ZSTD_getPrice() and ZSTD_updatePrice() interface by Yann Collet · 7 years ago
  38. bf730e2 zstd_opt: refactor code for improved readability by Yann Collet · 7 years ago
  39. 4191efa zstd_opt: ensure sufficient_len < ZSTD_OPT_NUM to simplify some tests by Yann Collet · 7 years ago
  40. ee441d5 renamed zstd_compress.h into zstd_compress_internal.h by Yann Collet · 7 years ago
  41. 8b6aecf moved a few structures from `zstd_internal.h` to `zstd_compress.h` by Yann Collet · 7 years ago
  42. aec56a5 Merge pull request #908 from facebook/ubsan by Yann Collet · 7 years ago
  43. d0ffd39 Merge pull request #906 from facebook/fixAutoPledge by Yann Collet · 7 years ago
  44. 3b59a01 fixed zstreamtest declaration after statement by Yann Collet · 7 years ago
  45. 6f1dfa8 removed line with `//` comment by Yann Collet · 7 years ago
  46. 150354c minor refactor by Yann Collet · 7 years ago
  47. 6d3987b Merge pull request #905 from terrelln/skip by Yann Collet · 7 years ago
  48. 428e8b3 fix : ZSTD_compress_generic(,,,ZSTD_e_end) automatically sets pledgedSrcSize by Yann Collet · 7 years ago
  49. e19b082 Test large skippable frames by Nick Terrell · 7 years ago
  50. 1fc4f59 Allow skippable frames of any size by Nick Terrell · 7 years ago
  51. 61e5a1a removed direct call to malloc() from pool.c by Yann Collet · 7 years ago
  52. f73e15d Merge pull request #903 from terrelln/empty-input by Yann Collet · 7 years ago
  53. 28a40ee Merge pull request #902 from terrelln/buck by Yann Collet · 7 years ago
  54. 86b8134 [libzstd] Fix parameter selection for empty input by Nick Terrell · 7 years ago
  55. b495140 Update BUCK files by Nick Terrell · 7 years ago
  56. 97dccbb fixed zbufftest by Yann Collet · 7 years ago
  57. ca78554 Merge pull request #896 from facebook/simplifyio by Yann Collet · 7 years ago
  58. 91535d7 fixed missing zstdmt_compress.h dependency by Yann Collet · 7 years ago
  59. eac4253 bench: fixed Visual warning regarding struct initialization by Yann Collet · 7 years ago
  60. d3b9547 IO and bench : ZSTD_NEWAPI is the only remaining code path by Yann Collet · 7 years ago
  61. 9d377c6 Merge pull request #895 from facebook/fileSize_unknown by Yann Collet · 7 years ago
  62. 300e1df fixed wrong test to display compression status by Yann Collet · 7 years ago
  63. ca1a9eb fixed zlib wrapper by Yann Collet · 7 years ago
  64. 1ff8a8c Merge pull request #891 from facebook/contentSize by Yann Collet · 7 years ago
  65. 4122af1 Merge pull request #890 from terrelln/dev by Yann Collet · 7 years ago
  66. 5891f1d added a check to ensure 0-size is present in frame header by Yann Collet · 7 years ago
  67. 18b7953 UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure by Yann Collet · 7 years ago
  68. 31dc6a5 Merge pull request #892 from terrelln/seq-test by Yann Collet · 7 years ago
  69. 32c9f71 fixed : Visual build compressing stdin with multi-threading enabled fails by Yann Collet · 7 years ago
  70. c99bb00 Merge pull request #894 from felixhandte/add-check-target by Yann Collet · 7 years ago
  71. e2bf70e Add `check` Target to Makefile by W. Felix Handte · 7 years ago
  72. e600b5d [test] Exercise all codes in dictionary tables by Nick Terrell · 7 years ago
  73. 13bfe88 edited ZSTD_initCStream_advanced() comment by Yann Collet · 7 years ago
  74. 241c57a playtest : minor cosmetic changes by Yann Collet · 7 years ago
  75. 7f961ba Don't allow default tables to repeat by Nick Terrell · 7 years ago
  76. b7977e3 Merge pull request #889 from terrelln/bug-fix by Yann Collet · 7 years ago
  77. fc8d293 dictionary compression use correct file size estimation by Yann Collet · 7 years ago
  78. 5eed8e7 changed API comments to invite using macro ZSTD_CONTENTSIZE_UNKNOWN by Yann Collet · 7 years ago
  79. 9ef32b3 minor : zstd -l -v display each file name by Yann Collet · 7 years ago
  80. 43914f6 add test for presence of decompressed size field in header by Yann Collet · 7 years ago
  81. beb9b4b fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default by Yann Collet · 7 years ago
  82. 213ef3b fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag, by Yann Collet · 7 years ago
  83. 3c1e3f8 contentSizeFlag enabled by default would also fail for streaming and MT operations by Yann Collet · 7 years ago
  84. fb44516 ensure fParams.contentSizeFlag starts at 1 by Yann Collet · 7 years ago
  85. dd18d73 fileio: content size is enabled by default by Yann Collet · 7 years ago
  86. ced6e61 Add DEBUGLOG() that prints FSE encoding types by Nick Terrell · 7 years ago
  87. 24ac2db Fix invalid use of dictionary offcode table by Nick Terrell · 7 years ago
  88. df6b844 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  89. a9e5705 minor code formatting by Yann Collet · 7 years ago
  90. 5da6693 Merge pull request #885 from terrelln/dev by Yann Collet · 7 years ago
  91. 6d8778d [doc] Add images for release notes by Nick Terrell · 7 years ago
  92. 7f6a783 fixed a small error in decodeCorpus by Yann Collet · 7 years ago
  93. 4252621 playtests: do not use cat on large files by Yann Collet · 7 years ago
  94. ba55dc8 Merge pull request #882 from terrelln/list by Yann Collet · 7 years ago
  95. 6dd958e [zstdcli] Add window size to verbose list by Nick Terrell · 7 years ago
  96. c85141c Merge pull request #881 from terrelln/dev by Yann Collet · 7 years ago
  97. a86a709 Ensure dictionary Huff table can encode any symbol by Nick Terrell · 7 years ago
  98. 67478f4 fixed minor conversion warnings for printf by Yann Collet · 7 years ago
  99. 9b166d2 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  100. 3b27ed4 Merge branch 'srcSize' into dev by Yann Collet · 7 years ago