1. 218c09e Merge pull request #844 from terrelln/fuzzer by Yann Collet · 7 years ago
  2. 9712d5e [fuzzer] Fix bugs in fuzz.py by Nick Terrell · 7 years ago
  3. a6f08b4 [fuzzer] Fix FUZZ_seed() by Nick Terrell · 7 years ago
  4. 6c6412c [fuzzer] Update README.md by Nick Terrell · 7 years ago
  5. 6b8236c [fuzz] Add fuzzing helper script by Nick Terrell · 7 years ago
  6. b7e1522 Add block fuzzers by Nick Terrell · 7 years ago
  7. def3214 [fuzzer] Handle single empty directory by Nick Terrell · 7 years ago
  8. 739b620 Merge pull request #842 from stellamplau/decodeCorpus-maxSize by Yann Collet · 7 years ago
  9. 335780c fixed too strong alignment assert in ZSTD_initStaticCCtx() by Yann Collet · 7 years ago
  10. 8b6c80a Update fuzzer Makefile by Nick Terrell · 7 years ago
  11. 677c2cb Update fuzzer sources by Nick Terrell · 7 years ago
  12. 963558a Fix implicit conversion error by Stella Lau · 7 years ago
  13. 40bf0ce Add flag to limit max decompressed size in decodeCorpus by Stella Lau · 7 years ago
  14. f1571da Merge pull request #838 from stellamplau/ldm-mergeDev by Yann Collet · 7 years ago
  15. be1f2da Merge pull request #841 from facebook/utilTimeAPI by Yann Collet · 7 years ago
  16. a1bc088 Merge pull request #840 from stellamplau/decodeCorpus-blocks by Yann Collet · 7 years ago
  17. 8f26dc3 blindfix for Visual by Yann Collet · 7 years ago
  18. bc41c7f fixed minor prototype warning by Yann Collet · 7 years ago
  19. c95c0c9 modified util::time API by Yann Collet · 7 years ago
  20. e890655 Make decodecorpus generate raw compressed blocks by Stella Lau · 7 years ago
  21. 5bbb465 Merge pull request #839 from terrelln/timer by Yann Collet · 7 years ago
  22. 4120a7f Merge pull request #837 from facebook/libzstd-nomt by Yann Collet · 7 years ago
  23. 6ab4d5e [bench] Use higher resolution timer on POSIX by Nick Terrell · 7 years ago
  24. 3d8e313 Reduce ldm hash table size in test by Stella Lau · 7 years ago
  25. 274f7ec Merge pull request #836 from facebook/decodingBufferSizeMin by Yann Collet · 7 years ago
  26. 3306bcb fix #820 : GCC v3.x 32-bits doesn't define 64-bits intrinsic by Yann Collet · 7 years ago
  27. eb3327c Merge branch 'dev' of https://github.com/facebook/zstd into ldm-mergeDev by Stella Lau · 7 years ago
  28. f902bf9 Merge branch 'ldm-integrate' into ldm-mergeDev by Stella Lau · 7 years ago
  29. f325ee4 fixed pass-through warning by Yann Collet · 7 years ago
  30. 0d1b54d Explicitly cast raw numerals when left-shifting by Stella Lau · 7 years ago
  31. 0d6ecc7 makes it possible to compile libzstd in single-thread mode without zstdmt_compress.c (#819) by Yann Collet · 7 years ago
  32. ce31004 fix following suggestions by @terrelln by Yann Collet · 7 years ago
  33. b3f33cc use ZSTD_decodingBufferSize_min() inside ZSTD_decompressStream() by Yann Collet · 7 years ago
  34. 058ed2a ZSTD_decodingBufferSize_min() by Yann Collet · 7 years ago
  35. 3128e03 updated license header by Yann Collet · 7 years ago
  36. 360428c Move ldm functions to their own file by Stella Lau · 7 years ago
  37. baa37c3 programs/Makefile : better support for GNU conventions by Yann Collet · 7 years ago
  38. 3a12531 lib/Makefile : better support for GNU conventions by Yann Collet · 7 years ago
  39. 1c7b914 update README on BUCK file by Yann Collet · 7 years ago
  40. 36374cc update and clarify lib/README by Yann Collet · 7 years ago
  41. 2b99d69 Remove debug code by Stella Lau · 7 years ago
  42. eeff55d Merge remote-tracking branch 'upstream/dev' into ldm-mergeDev by Stella Lau · 7 years ago
  43. 8c33cfe Add ldm documentation in README by Stella Lau · 7 years ago
  44. e6b0945 Merge pull request #834 from stellamplau/regressionDriverFix by Yann Collet · 7 years ago
  45. ad00462 Merge pull request #831 from terrelln/split-compress by Yann Collet · 7 years ago
  46. 9e40602 Add tests and fix pointer alignment by Stella Lau · 7 years ago
  47. af4068a Fix function name in tests/fuzz/regression_driver by Stella Lau · 7 years ago
  48. c706de5 Rename and add short ldm parameters in cli by Stella Lau · 7 years ago
  49. 98b8542 Fix setting of nextToUpdate at end of ldm matcher by Stella Lau · 7 years ago
  50. a4eac0d Update build scripts by Nick Terrell · 7 years ago
  51. 721726d Split parsers out of zstd_compress.c by Nick Terrell · 7 years ago
  52. 8b54ac6 Merge pull request #833 from stellamplau/copyCCtxFix by Yann Collet · 7 years ago
  53. 08d33fe Fix parameter handling in copyCCtx with cdict by Stella Lau · 7 years ago
  54. fd0071d Fix parameter handling with ZSTD_copyCCtx by Stella Lau · 7 years ago
  55. 643d28c Add ldm options to 'man zstd' by Stella Lau · 7 years ago
  56. 197d5dc Merge pull request #832 from terrelln/assert by Yann Collet · 7 years ago
  57. 423b133 [POOL] Allow free on NULL when multithreading is disabled by Nick Terrell · 7 years ago
  58. 67d4a61 Add ldmBucketSizeLog param by Stella Lau · 7 years ago
  59. a1f04d5 Move hashEveryLog to cctxParams and update cli by Stella Lau · 7 years ago
  60. e7615ba Merge pull request #829 from facebook/fix828 by Yann Collet · 7 years ago
  61. 767a0b3 Move ldm hashLog, bucketLog, and mml to cctxParams by Stella Lau · 7 years ago
  62. ed7ace3 updated NEWS by Yann Collet · 7 years ago
  63. 8a5c0c9 restored 32-bits decoder ability to decode long offsets (>32 MB, levels 21+) by Yann Collet · 7 years ago
  64. 0558850 bench stops immediately on decoding error by Yann Collet · 7 years ago
  65. 36aa8b5 improved decoding speed by Yann Collet · 7 years ago
  66. 17d8e0b Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate by Stella Lau · 7 years ago
  67. 8081bec Add long distance matching as a CCtxParam by Stella Lau · 7 years ago
  68. ab40a56 Merge pull request #830 from Etsukata/fix-tests-fuzz-build-error by Yann Collet · 7 years ago
  69. 7492e7f tests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX by Eiichi Tsukata · 7 years ago
  70. 6639395 tests/fuzz: fix make all target names by Eiichi Tsukata · 7 years ago
  71. d963daa fixed minor warning (empty translation unit) by Yann Collet · 7 years ago
  72. 3704507 fixed decompression bug reported by @Etsukata (#828) by Yann Collet · 7 years ago
  73. 0c314cd updated zstd API manual by Yann Collet · 7 years ago
  74. 369c29d fixed impact of merge conflict for longRange by Yann Collet · 7 years ago
  75. 9ab7614 Merge pull request #827 from facebook/dev by Yann Collet · 7 years ago
  76. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 7 years ago
  77. c7818fc Merge branch 'modTests' into dev by Yann Collet · 7 years ago
  78. 4299c27 improved console log of utils.h by Yann Collet · 7 years ago
  79. d791aef blind attempt at removing gcc dependency by Yann Collet · 7 years ago
  80. 4e81dc0 Merge branch 'dev' into modTests by Yann Collet · 7 years ago
  81. 3982edf Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  82. e0cecd8 fixed poolTests by Yann Collet · 7 years ago
  83. 179b161 fixed poolTest by Yann Collet · 7 years ago
  84. 8e29838 changed target allarch into allzstd by Yann Collet · 7 years ago
  85. 6a546ef Add long distance matcher by Stella Lau · 7 years ago
  86. f1a3ce3 Merge pull request #826 from terrelln/license by Yann Collet · 7 years ago
  87. f9252d8 [linux-kernel] Update license by Nick Terrell · 7 years ago
  88. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 7 years ago
  89. e21384f fixed more file headers after license change (#825) by Yann Collet · 7 years ago
  90. d01cd4e Merge pull request #810 from stellamplau/params by Yann Collet · 7 years ago
  91. e9dc204 fixed a bunch of headers after license change (#825) by Yann Collet · 7 years ago
  92. 9023898 updated NEWS by Yann Collet · 7 years ago
  93. 90a31bf Pass dictMode to ZSTDMT_initCStream; fix nits by Stella Lau · 7 years ago
  94. 868e9f6 Merge pull request #821 from facebook/licenseExample by Yann Collet · 7 years ago
  95. ee65701 Minor fixes; remove formatting only changes by Stella Lau · 7 years ago
  96. a6e20e1 Add test for raw content starting with dict header by Stella Lau · 7 years ago
  97. 623e3cd Use ZSTD_dm_rawContent in zstdmt_compress by Stella Lau · 7 years ago
  98. 82d636b Rename applyCCtxParams() by Stella Lau · 7 years ago
  99. 4e83572 Delay creation of ZSTDMT_CCtx by Stella Lau · 7 years ago
  100. c7a18b7 Localize 'dictMode' from cctx to function param by Stella Lau · 7 years ago