1. 9d377c6 Merge pull request #895 from facebook/fileSize_unknown by Yann Collet · 7 years ago
  2. 300e1df fixed wrong test to display compression status by Yann Collet · 7 years ago
  3. ca1a9eb fixed zlib wrapper by Yann Collet · 7 years ago
  4. 1ff8a8c Merge pull request #891 from facebook/contentSize by Yann Collet · 7 years ago
  5. 4122af1 Merge pull request #890 from terrelln/dev by Yann Collet · 7 years ago
  6. 5891f1d added a check to ensure 0-size is present in frame header by Yann Collet · 7 years ago
  7. 18b7953 UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure by Yann Collet · 7 years ago
  8. 31dc6a5 Merge pull request #892 from terrelln/seq-test by Yann Collet · 7 years ago
  9. 32c9f71 fixed : Visual build compressing stdin with multi-threading enabled fails by Yann Collet · 7 years ago
  10. c99bb00 Merge pull request #894 from felixhandte/add-check-target by Yann Collet · 7 years ago
  11. e2bf70e Add `check` Target to Makefile by W. Felix Handte · 7 years ago
  12. e600b5d [test] Exercise all codes in dictionary tables by Nick Terrell · 7 years ago
  13. 13bfe88 edited ZSTD_initCStream_advanced() comment by Yann Collet · 7 years ago
  14. 241c57a playtest : minor cosmetic changes by Yann Collet · 7 years ago
  15. 7f961ba Don't allow default tables to repeat by Nick Terrell · 7 years ago
  16. b7977e3 Merge pull request #889 from terrelln/bug-fix by Yann Collet · 7 years ago
  17. fc8d293 dictionary compression use correct file size estimation by Yann Collet · 7 years ago
  18. 5eed8e7 changed API comments to invite using macro ZSTD_CONTENTSIZE_UNKNOWN by Yann Collet · 7 years ago
  19. 9ef32b3 minor : zstd -l -v display each file name by Yann Collet · 7 years ago
  20. 43914f6 add test for presence of decompressed size field in header by Yann Collet · 7 years ago
  21. beb9b4b fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default by Yann Collet · 7 years ago
  22. 213ef3b fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag, by Yann Collet · 7 years ago
  23. 3c1e3f8 contentSizeFlag enabled by default would also fail for streaming and MT operations by Yann Collet · 7 years ago
  24. fb44516 ensure fParams.contentSizeFlag starts at 1 by Yann Collet · 7 years ago
  25. dd18d73 fileio: content size is enabled by default by Yann Collet · 7 years ago
  26. ced6e61 Add DEBUGLOG() that prints FSE encoding types by Nick Terrell · 7 years ago
  27. 24ac2db Fix invalid use of dictionary offcode table by Nick Terrell · 7 years ago
  28. df6b844 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  29. a9e5705 minor code formatting by Yann Collet · 7 years ago
  30. 5da6693 Merge pull request #885 from terrelln/dev by Yann Collet · 7 years ago
  31. 6d8778d [doc] Add images for release notes by Nick Terrell · 7 years ago
  32. 7f6a783 fixed a small error in decodeCorpus by Yann Collet · 7 years ago
  33. 4252621 playtests: do not use cat on large files by Yann Collet · 7 years ago
  34. ba55dc8 Merge pull request #882 from terrelln/list by Yann Collet · 7 years ago
  35. 6dd958e [zstdcli] Add window size to verbose list by Nick Terrell · 7 years ago
  36. c85141c Merge pull request #881 from terrelln/dev by Yann Collet · 7 years ago
  37. a86a709 Ensure dictionary Huff table can encode any symbol by Nick Terrell · 7 years ago
  38. 67478f4 fixed minor conversion warnings for printf by Yann Collet · 7 years ago
  39. 9b166d2 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  40. 3b27ed4 Merge branch 'srcSize' into dev by Yann Collet · 7 years ago
  41. 7e00df4 bumped version number by Yann Collet · 7 years ago
  42. 004fd34 Merge pull request #876 from facebook/srcSize by Yann Collet · 7 years ago
  43. 7304a63 Merge pull request #879 from terrelln/block-size by Yann Collet · 7 years ago
  44. 86e83e9 [libzstd] Set CLEVEL_CUSTOM correctly by Nick Terrell · 7 years ago
  45. 4946993 removed isRegularFile parameter by Yann Collet · 7 years ago
  46. 7f580f9 interruption handler and variable are static by Yann Collet · 7 years ago
  47. 0d58aaf /contrib: fixed license header by Yann Collet · 7 years ago
  48. fe5444b removed the statement for all versions of Visual Studio by Yann Collet · 7 years ago
  49. 51d82d5 same error in Visual Studio 2012 ... by Yann Collet · 7 years ago
  50. ed7ae4c The issue also impacts Visual Studio 2010 by Yann Collet · 7 years ago
  51. 6e7ba3d added (void)sig to avoid compilers complaining that sig is not used. by Yann Collet · 7 years ago
  52. 82bc200 conditionnally removed invocation that generates a buggy warning with Visual Studio 2008 by Yann Collet · 7 years ago
  53. 5e4ad55 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  54. bd18095 blindfix for Visual : minor casting issue by Yann Collet · 7 years ago
  55. b600b5b Merge pull request #877 from facebook/compressBound by Yann Collet · 7 years ago
  56. 00fc1ba cli: add Ctrl-C support, requested by @mike155 in #854 by Yann Collet · 7 years ago
  57. 5db19b8 added comment on ZSTD_COMPRESSBOUND() by Yann Collet · 7 years ago
  58. 6e930c1 Merge branch 'dev' into compressBound by Yann Collet · 7 years ago
  59. 76ac0b2 macro compatible with scenario where windowSize = 1024 (minimum) by Yann Collet · 7 years ago
  60. dc40411 ZSTD_adjustCParams_internal : minor optimization by Yann Collet · 7 years ago
  61. 96bb29a Merge pull request #878 from terrelln/adjust by Yann Collet · 7 years ago
  62. c5d6dde Don't `size -= 1` in ZSTD_adjustCParams() by Nick Terrell · 7 years ago
  63. ee1ed78 fix proper naming on FSE_createCTable() arguments in fse.h by Yann Collet · 7 years ago
  64. 5b10345 added ZSTD_COMPRESSBOUND() as a macro by Yann Collet · 7 years ago
  65. e580dc6 Merge pull request #860 from felixhandte/zstd-lz4-support-tests by Yann Collet · 7 years ago
  66. 8afb151 cli: fixed wrong initialization in MT mode by Yann Collet · 7 years ago
  67. 657946a Merge pull request #875 from facebook/zstdcat by Yann Collet · 7 years ago
  68. fbd5ab7 minor fix : no longer use fake srcSize during resource creation by Yann Collet · 7 years ago
  69. db1668a fix : srcSize written in frame header when multiple files compressed by Yann Collet · 7 years ago
  70. 7c9669f Merge pull request #873 from facebook/shorterTests by Yann Collet · 7 years ago
  71. 1416bc0 erase existence of a buffer when it's sent out of the pool by Yann Collet · 7 years ago
  72. 8afcc80 decode more data before triggering error by Yann Collet · 7 years ago
  73. e963800 zstdmt : fixed : buffer dst0 wasn't properly set to null after usage by Yann Collet · 7 years ago
  74. 754ae5c removed ZSTDMT_waitForAllJobsCompleted() from ZSTDMT_freeCCtx() by Yann Collet · 7 years ago
  75. e0065cf make test : removed zstreamtest unit tests for variants by Yann Collet · 7 years ago
  76. 47c6a95 zstreamtest : run unit tests only during "normal" session by Yann Collet · 7 years ago
  77. 86b4fe5 adjustCParams : restored previous behavior by Yann Collet · 7 years ago
  78. dc27c36 Update documentation to reflect other format support by W. Felix Handte · 7 years ago
  79. d0519d4 Add CLI Program Name Detection for LZ4 by W. Felix Handte · 7 years ago
  80. 5705d9f Add basic tests for the lz4 integration by W. Felix Handte · 7 years ago
  81. b93598d zstdmt : reduced maximum nb of threads by Yann Collet · 7 years ago
  82. e4ec427 Merge branch 'dev' into shorterTests by Yann Collet · 7 years ago
  83. bbef058 zstreamtest --newapi : reduced maximum allocated memory by Yann Collet · 7 years ago
  84. 8074261 zstdmt : move on when not enough memory for a new input buffer by Yann Collet · 7 years ago
  85. 2cd15dd fixed minor Visual conversion warning by Yann Collet · 7 years ago
  86. 377abcc zstdmt : better behavior when freeing a context right after a memory allocation error by Yann Collet · 7 years ago
  87. d6770f8 minor : rewrite unit tests using CHECK_Z macro by Yann Collet · 7 years ago
  88. 9fe50ed fixed maximum windowLog for zstreamtest --newapi by Yann Collet · 7 years ago
  89. 9b5b47a ensure adjustCParams adjust hLog and cLog even without srcSize by Yann Collet · 7 years ago
  90. 824f75e Merge pull request #863 from facebook/newFormats by Yann Collet · 7 years ago
  91. fac8c70 Merge pull request #872 from terrelln/fuzz-minor by Yann Collet · 7 years ago
  92. d9c1e91 [fuzz] Small changes for oss-fuzz integration by Nick Terrell · 7 years ago
  93. aa800c4 reduced memory usage of zstreamtest --newapi by Yann Collet · 7 years ago
  94. bc32b40 reduced zstreamtest --mt memory load by Yann Collet · 7 years ago
  95. 54a827f Merge branch 'dev' into newFormats by Yann Collet · 7 years ago
  96. e45a2ae Merge pull request #869 from terrelln/dev by Yann Collet · 7 years ago
  97. 3182ea2 Merge pull request #866 from facebook/list by Yann Collet · 7 years ago
  98. e57b411 Merge pull request #871 from terrelln/opt by Yann Collet · 7 years ago
  99. 0250219 separated --long tests between short and long tests by Yann Collet · 7 years ago
  100. f9de54a reduced memory requirements for --long tests by Yann Collet · 7 years ago