1. 23767e9 fix one UB pointer arithmetic in encoder by Yann Collet · 8 years ago
  2. 15768ca fixed some complex scenarios by Yann Collet · 8 years ago
  3. aec56a5 Merge pull request #908 from facebook/ubsan by Yann Collet · 8 years ago
  4. 3b59a01 fixed zstreamtest declaration after statement by Yann Collet · 8 years ago
  5. 150354c minor refactor by Yann Collet · 8 years ago
  6. e19b082 Test large skippable frames by Nick Terrell · 8 years ago
  7. 86b8134 [libzstd] Fix parameter selection for empty input by Nick Terrell · 8 years ago
  8. 97dccbb fixed zbufftest by Yann Collet · 8 years ago
  9. 9d377c6 Merge pull request #895 from facebook/fileSize_unknown by Yann Collet · 8 years ago
  10. 1ff8a8c Merge pull request #891 from facebook/contentSize by Yann Collet · 8 years ago
  11. 5891f1d added a check to ensure 0-size is present in frame header by Yann Collet · 8 years ago
  12. 18b7953 UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure by Yann Collet · 8 years ago
  13. e600b5d [test] Exercise all codes in dictionary tables by Nick Terrell · 8 years ago
  14. 241c57a playtest : minor cosmetic changes by Yann Collet · 8 years ago
  15. 43914f6 add test for presence of decompressed size field in header by Yann Collet · 8 years ago
  16. beb9b4b fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default by Yann Collet · 8 years ago
  17. 213ef3b fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag, by Yann Collet · 8 years ago
  18. 3c1e3f8 contentSizeFlag enabled by default would also fail for streaming and MT operations by Yann Collet · 8 years ago
  19. fb44516 ensure fParams.contentSizeFlag starts at 1 by Yann Collet · 8 years ago
  20. 7f6a783 fixed a small error in decodeCorpus by Yann Collet · 8 years ago
  21. 4252621 playtests: do not use cat on large files by Yann Collet · 9 years ago
  22. e580dc6 Merge pull request #860 from felixhandte/zstd-lz4-support-tests by Yann Collet · 9 years ago
  23. e963800 zstdmt : fixed : buffer dst0 wasn't properly set to null after usage by Yann Collet · 9 years ago
  24. e0065cf make test : removed zstreamtest unit tests for variants by Yann Collet · 9 years ago
  25. 47c6a95 zstreamtest : run unit tests only during "normal" session by Yann Collet · 9 years ago
  26. d0519d4 Add CLI Program Name Detection for LZ4 by W. Felix Handte · 9 years ago
  27. 5705d9f Add basic tests for the lz4 integration by W. Felix Handte · 9 years ago
  28. e4ec427 Merge branch 'dev' into shorterTests by Yann Collet · 9 years ago
  29. bbef058 zstreamtest --newapi : reduced maximum allocated memory by Yann Collet · 9 years ago
  30. d6770f8 minor : rewrite unit tests using CHECK_Z macro by Yann Collet · 9 years ago
  31. 9fe50ed fixed maximum windowLog for zstreamtest --newapi by Yann Collet · 9 years ago
  32. 9b5b47a ensure adjustCParams adjust hLog and cLog even without srcSize by Yann Collet · 9 years ago
  33. 824f75e Merge pull request #863 from facebook/newFormats by Yann Collet · 9 years ago
  34. d9c1e91 [fuzz] Small changes for oss-fuzz integration by Nick Terrell · 9 years ago
  35. aa800c4 reduced memory usage of zstreamtest --newapi by Yann Collet · 9 years ago
  36. bc32b40 reduced zstreamtest --mt memory load by Yann Collet · 9 years ago
  37. 54a827f Merge branch 'dev' into newFormats by Yann Collet · 9 years ago
  38. 0250219 separated --long tests between short and long tests by Yann Collet · 9 years ago
  39. f9de54a reduced memory requirements for --long tests by Yann Collet · 9 years ago
  40. bdd0f6f improved make clean in tests/fuzz by Yann Collet · 9 years ago
  41. 60059df shorter make test to avoid time out on travis CI by Yann Collet · 9 years ago
  42. ea1f50b removed ZSTD_decompressBegin() from ZSTD_initDCtx_internal() by Yann Collet · 9 years ago
  43. bfabd1d fixed zstreamtest decoding error by Yann Collet · 9 years ago
  44. ca306c1 fixed a bug in zstreamtest by Yann Collet · 9 years ago
  45. 4791561 silence minor gcc warning -Wempty-body by Yann Collet · 9 years ago
  46. 91ffe71 Merge pull request #864 from terrelln/long by Yann Collet · 9 years ago
  47. df4e9bb fixed constant errors for gcc in c99 mode by Yann Collet · 9 years ago
  48. 9f0b8df Merge branch 'dev' into newFormats by Yann Collet · 9 years ago
  49. 471aa38 [fuzz] Speed up round trip tests by Nick Terrell · 9 years ago
  50. c233bdb Increase maximum window size by Nick Terrell · 9 years ago
  51. 8a4d0ab Merge pull request #861 from terrelln/zip by Yann Collet · 9 years ago
  52. 52a1d1c added ZSTD_DCtx_reset() by Yann Collet · 9 years ago
  53. 5d8fdd1 Merge pull request #855 from terrelln/maxoff by Yann Collet · 9 years ago
  54. 917a213 [fuzz] Determine flags based on compiler version by Nick Terrell · 9 years ago
  55. 11e21f2 [fuzz] Mention the corpora in the README by Nick Terrell · 9 years ago
  56. 6bb781e [fuzz] Add regressiontest targets by Nick Terrell · 9 years ago
  57. 62568c9 added capability to generate magic-less frames by Yann Collet · 9 years ago
  58. bbe7721 [libzstd] Increase MaxOff by Nick Terrell · 9 years ago
  59. bfad556 [fuzz] Make simple_round_trip compile cleanly by Nick Terrell · 9 years ago
  60. 23199b6 [fuzz] Fix fuzz.py env flags parsing by Nick Terrell · 9 years ago
  61. 1c23b64 [fuzz] fuzz.py can minimize and zip corpora by Nick Terrell · 9 years ago
  62. 96f0cde minor function rename by Yann Collet · 9 years ago
  63. cd3115b added control from frame content size at end of decompression by Yann Collet · 9 years ago
  64. 1fe762e [zstdcli] Fix LDM advanced options parsing by Nick Terrell · 9 years ago
  65. 31829cb Merge pull request #847 from terrelln/fuzzer by Yann Collet · 9 years ago
  66. 39357c4 [fuzzer] Fuzz long range matching & new API by Nick Terrell · 9 years ago
  67. 218c09e Merge pull request #844 from terrelln/fuzzer by Yann Collet · 9 years ago
  68. 9712d5e [fuzzer] Fix bugs in fuzz.py by Nick Terrell · 9 years ago
  69. a6f08b4 [fuzzer] Fix FUZZ_seed() by Nick Terrell · 9 years ago
  70. 6c6412c [fuzzer] Update README.md by Nick Terrell · 9 years ago
  71. 6b8236c [fuzz] Add fuzzing helper script by Nick Terrell · 9 years ago
  72. b7e1522 Add block fuzzers by Nick Terrell · 9 years ago
  73. def3214 [fuzzer] Handle single empty directory by Nick Terrell · 9 years ago
  74. 739b620 Merge pull request #842 from stellamplau/decodeCorpus-maxSize by Yann Collet · 9 years ago
  75. 8b6c80a Update fuzzer Makefile by Nick Terrell · 9 years ago
  76. 677c2cb Update fuzzer sources by Nick Terrell · 9 years ago
  77. 963558a Fix implicit conversion error by Stella Lau · 9 years ago
  78. 40bf0ce Add flag to limit max decompressed size in decodeCorpus by Stella Lau · 9 years ago
  79. f1571da Merge pull request #838 from stellamplau/ldm-mergeDev by Yann Collet · 9 years ago
  80. be1f2da Merge pull request #841 from facebook/utilTimeAPI by Yann Collet · 9 years ago
  81. a1bc088 Merge pull request #840 from stellamplau/decodeCorpus-blocks by Yann Collet · 9 years ago
  82. c95c0c9 modified util::time API by Yann Collet · 9 years ago
  83. e890655 Make decodecorpus generate raw compressed blocks by Stella Lau · 9 years ago
  84. 3d8e313 Reduce ldm hash table size in test by Stella Lau · 9 years ago
  85. eb3327c Merge branch 'dev' of https://github.com/facebook/zstd into ldm-mergeDev by Stella Lau · 9 years ago
  86. b3f33cc use ZSTD_decodingBufferSize_min() inside ZSTD_decompressStream() by Yann Collet · 9 years ago
  87. 058ed2a ZSTD_decodingBufferSize_min() by Yann Collet · 9 years ago
  88. 3128e03 updated license header by Yann Collet · 9 years ago
  89. eeff55d Merge remote-tracking branch 'upstream/dev' into ldm-mergeDev by Stella Lau · 9 years ago
  90. 9e40602 Add tests and fix pointer alignment by Stella Lau · 9 years ago
  91. af4068a Fix function name in tests/fuzz/regression_driver by Stella Lau · 9 years ago
  92. 67d4a61 Add ldmBucketSizeLog param by Stella Lau · 9 years ago
  93. a1f04d5 Move hashEveryLog to cctxParams and update cli by Stella Lau · 9 years ago
  94. 767a0b3 Move ldm hashLog, bucketLog, and mml to cctxParams by Stella Lau · 9 years ago
  95. 17d8e0b Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate by Stella Lau · 9 years ago
  96. 8081bec Add long distance matching as a CCtxParam by Stella Lau · 9 years ago
  97. 7492e7f tests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX by Eiichi Tsukata · 9 years ago
  98. 6639395 tests/fuzz: fix make all target names by Eiichi Tsukata · 9 years ago
  99. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 9 years ago
  100. e0cecd8 fixed poolTests by Yann Collet · 9 years ago