1. 8accfa7 bench: realTime is a global parameter by Yann Collet · 8 years ago
  2. 11e58d9 fixed minor warning by Yann Collet · 8 years ago
  3. 15768ca fixed some complex scenarios by Yann Collet · 8 years ago
  4. 05dffe4 Fixed Btree update by Yann Collet · 8 years ago
  5. dfc1457 removed wrong assertion by Yann Collet · 8 years ago
  6. c55e35b removed a few specialized traces by Yann Collet · 8 years ago
  7. 61c2d70 shortened repcode match finder implementation by Yann Collet · 8 years ago
  8. d7e9805 fixed corruption issue by Yann Collet · 8 years ago
  9. 046ea53 still fighting data corruption by Yann Collet · 8 years ago
  10. 4202b2e merged rep search into btMatchSearch by Yann Collet · 8 years ago
  11. 9a11f70 merged repcode search into BT match search by Yann Collet · 8 years ago
  12. 72c0f45 cmake: fixed lib/CMakeLists.txt by Yann Collet · 8 years ago
  13. eb47705 reduced scope of multiple variables by Yann Collet · 8 years ago
  14. 100d8ad lib/compress: created ZSTD_LLcode() and ZSTD_MLcode() by Yann Collet · 8 years ago
  15. 5aa0352 zstd_opt: simplified ZSTD_getPrice() and ZSTD_updatePrice() interface by Yann Collet · 8 years ago
  16. bf730e2 zstd_opt: refactor code for improved readability by Yann Collet · 8 years ago
  17. 4191efa zstd_opt: ensure sufficient_len < ZSTD_OPT_NUM to simplify some tests by Yann Collet · 8 years ago
  18. ee441d5 renamed zstd_compress.h into zstd_compress_internal.h by Yann Collet · 8 years ago
  19. 8b6aecf moved a few structures from `zstd_internal.h` to `zstd_compress.h` by Yann Collet · 8 years ago
  20. aec56a5 Merge pull request #908 from facebook/ubsan by Yann Collet · 8 years ago
  21. d0ffd39 Merge pull request #906 from facebook/fixAutoPledge by Yann Collet · 8 years ago
  22. 3b59a01 fixed zstreamtest declaration after statement by Yann Collet · 8 years ago
  23. 6f1dfa8 removed line with `//` comment by Yann Collet · 8 years ago
  24. 150354c minor refactor by Yann Collet · 8 years ago
  25. 6d3987b Merge pull request #905 from terrelln/skip by Yann Collet · 8 years ago
  26. 428e8b3 fix : ZSTD_compress_generic(,,,ZSTD_e_end) automatically sets pledgedSrcSize by Yann Collet · 8 years ago
  27. e19b082 Test large skippable frames by Nick Terrell · 8 years ago
  28. 1fc4f59 Allow skippable frames of any size by Nick Terrell · 8 years ago
  29. 61e5a1a removed direct call to malloc() from pool.c by Yann Collet · 8 years ago
  30. f73e15d Merge pull request #903 from terrelln/empty-input by Yann Collet · 8 years ago
  31. 28a40ee Merge pull request #902 from terrelln/buck by Yann Collet · 8 years ago
  32. 86b8134 [libzstd] Fix parameter selection for empty input by Nick Terrell · 8 years ago
  33. b495140 Update BUCK files by Nick Terrell · 8 years ago
  34. 97dccbb fixed zbufftest by Yann Collet · 8 years ago
  35. ca78554 Merge pull request #896 from facebook/simplifyio by Yann Collet · 8 years ago
  36. 91535d7 fixed missing zstdmt_compress.h dependency by Yann Collet · 8 years ago
  37. eac4253 bench: fixed Visual warning regarding struct initialization by Yann Collet · 8 years ago
  38. d3b9547 IO and bench : ZSTD_NEWAPI is the only remaining code path by Yann Collet · 8 years ago
  39. 9d377c6 Merge pull request #895 from facebook/fileSize_unknown by Yann Collet · 8 years ago
  40. 300e1df fixed wrong test to display compression status by Yann Collet · 8 years ago
  41. ca1a9eb fixed zlib wrapper by Yann Collet · 8 years ago
  42. 1ff8a8c Merge pull request #891 from facebook/contentSize by Yann Collet · 8 years ago
  43. 4122af1 Merge pull request #890 from terrelln/dev by Yann Collet · 8 years ago
  44. 5891f1d added a check to ensure 0-size is present in frame header by Yann Collet · 8 years ago
  45. 18b7953 UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure by Yann Collet · 8 years ago
  46. 31dc6a5 Merge pull request #892 from terrelln/seq-test by Yann Collet · 8 years ago
  47. 32c9f71 fixed : Visual build compressing stdin with multi-threading enabled fails by Yann Collet · 8 years ago
  48. c99bb00 Merge pull request #894 from felixhandte/add-check-target by Yann Collet · 8 years ago
  49. e2bf70e Add `check` Target to Makefile by W. Felix Handte · 8 years ago
  50. e600b5d [test] Exercise all codes in dictionary tables by Nick Terrell · 8 years ago
  51. 13bfe88 edited ZSTD_initCStream_advanced() comment by Yann Collet · 8 years ago
  52. 241c57a playtest : minor cosmetic changes by Yann Collet · 8 years ago
  53. 7f961ba Don't allow default tables to repeat by Nick Terrell · 8 years ago
  54. b7977e3 Merge pull request #889 from terrelln/bug-fix by Yann Collet · 8 years ago
  55. fc8d293 dictionary compression use correct file size estimation by Yann Collet · 8 years ago
  56. 5eed8e7 changed API comments to invite using macro ZSTD_CONTENTSIZE_UNKNOWN by Yann Collet · 8 years ago
  57. 9ef32b3 minor : zstd -l -v display each file name by Yann Collet · 8 years ago
  58. 43914f6 add test for presence of decompressed size field in header by Yann Collet · 8 years ago
  59. beb9b4b fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default by Yann Collet · 8 years ago
  60. 213ef3b fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag, by Yann Collet · 8 years ago
  61. 3c1e3f8 contentSizeFlag enabled by default would also fail for streaming and MT operations by Yann Collet · 8 years ago
  62. fb44516 ensure fParams.contentSizeFlag starts at 1 by Yann Collet · 8 years ago
  63. dd18d73 fileio: content size is enabled by default by Yann Collet · 8 years ago
  64. ced6e61 Add DEBUGLOG() that prints FSE encoding types by Nick Terrell · 8 years ago
  65. 24ac2db Fix invalid use of dictionary offcode table by Nick Terrell · 8 years ago
  66. df6b844 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  67. a9e5705 minor code formatting by Yann Collet · 8 years ago
  68. 5da6693 Merge pull request #885 from terrelln/dev by Yann Collet · 8 years ago
  69. 6d8778d [doc] Add images for release notes by Nick Terrell · 8 years ago
  70. 7f6a783 fixed a small error in decodeCorpus by Yann Collet · 8 years ago
  71. 4252621 playtests: do not use cat on large files by Yann Collet · 8 years ago
  72. ba55dc8 Merge pull request #882 from terrelln/list by Yann Collet · 8 years ago
  73. 6dd958e [zstdcli] Add window size to verbose list by Nick Terrell · 8 years ago
  74. c85141c Merge pull request #881 from terrelln/dev by Yann Collet · 8 years ago
  75. a86a709 Ensure dictionary Huff table can encode any symbol by Nick Terrell · 8 years ago
  76. 67478f4 fixed minor conversion warnings for printf by Yann Collet · 8 years ago
  77. 9b166d2 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  78. 3b27ed4 Merge branch 'srcSize' into dev by Yann Collet · 8 years ago
  79. 7e00df4 bumped version number by Yann Collet · 8 years ago
  80. 004fd34 Merge pull request #876 from facebook/srcSize by Yann Collet · 8 years ago
  81. 7304a63 Merge pull request #879 from terrelln/block-size by Yann Collet · 8 years ago
  82. 86e83e9 [libzstd] Set CLEVEL_CUSTOM correctly by Nick Terrell · 8 years ago
  83. 4946993 removed isRegularFile parameter by Yann Collet · 8 years ago
  84. 7f580f9 interruption handler and variable are static by Yann Collet · 8 years ago
  85. 0d58aaf /contrib: fixed license header by Yann Collet · 8 years ago
  86. fe5444b removed the statement for all versions of Visual Studio by Yann Collet · 8 years ago
  87. 51d82d5 same error in Visual Studio 2012 ... by Yann Collet · 8 years ago
  88. ed7ae4c The issue also impacts Visual Studio 2010 by Yann Collet · 8 years ago
  89. 6e7ba3d added (void)sig to avoid compilers complaining that sig is not used. by Yann Collet · 8 years ago
  90. 82bc200 conditionnally removed invocation that generates a buggy warning with Visual Studio 2008 by Yann Collet · 8 years ago
  91. 5e4ad55 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  92. bd18095 blindfix for Visual : minor casting issue by Yann Collet · 8 years ago
  93. b600b5b Merge pull request #877 from facebook/compressBound by Yann Collet · 8 years ago
  94. 00fc1ba cli: add Ctrl-C support, requested by @mike155 in #854 by Yann Collet · 8 years ago
  95. 5db19b8 added comment on ZSTD_COMPRESSBOUND() by Yann Collet · 8 years ago
  96. 6e930c1 Merge branch 'dev' into compressBound by Yann Collet · 8 years ago
  97. 76ac0b2 macro compatible with scenario where windowSize = 1024 (minimum) by Yann Collet · 8 years ago
  98. dc40411 ZSTD_adjustCParams_internal : minor optimization by Yann Collet · 8 years ago
  99. 96bb29a Merge pull request #878 from terrelln/adjust by Yann Collet · 8 years ago
  100. c5d6dde Don't `size -= 1` in ZSTD_adjustCParams() by Nick Terrell · 8 years ago