1. e667d33 fixed generation of buggy test, corrected DISPLAY statements for errors by Paul Cruz · 7 years ago
  2. 33a6639 fixed ZSTD_refPrefix with Multithread-enabled CCtx by Yann Collet · 7 years ago
  3. 1fd2df9 fixed zstreamtest by Yann Collet · 7 years ago
  4. d67212a Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  5. 2e42742 controlled dictMode by Yann Collet · 7 years ago
  6. b737293 implemented ZSTD_refPrefix() by Yann Collet · 7 years ago
  7. 7d38161 exposed ZSTD_MAGIC_DICTIONARY in zstd.h by Yann Collet · 7 years ago
  8. fecc721 added parameter ZSTD_p_refDictContent by Yann Collet · 7 years ago
  9. 09a5bbe Merge pull request #735 from terrelln/xz-default by Yann Collet · 7 years ago
  10. c2edb78 [tests] Fix HAVE_LZMA flag by Nick Terrell · 7 years ago
  11. 5b7fd7c [zdict] Make COVER the default algorithm by Nick Terrell · 7 years ago
  12. c7fb884 fixed minor conversion warning by Yann Collet · 7 years ago
  13. 20eeb24 Merge pull request #729 from paulcruz74/corpus by Yann Collet · 7 years ago
  14. dde10b2 refactored ZSTD_estimateDStreamSize() by Yann Collet · 7 years ago
  15. 09ae03a ZSTD_estimateCDictSize_advanced() by Yann Collet · 7 years ago
  16. 0c9a915 ZSTD_estimateCStreamSize_advanced() by Yann Collet · 7 years ago
  17. 31af829 ZSTD_estimateCCtx_advanced() by Yann Collet · 7 years ago
  18. d88a441 [zstdcli] Document HAVE_LZMA and zstd-noxz by Nick Terrell · 7 years ago
  19. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  20. eb7c207 [zstdcli] Disable lzma support for MSAN testing by Nick Terrell · 7 years ago
  21. d2e2441 Merge pull request #4 from facebook/dev by Paul Cruz · 7 years ago
  22. 849ecf3 [zstdcli] Support xz by default when liblzma is available by Nick Terrell · 7 years ago
  23. 298fe9f added cli tests to test-all by Paul Cruz · 7 years ago
  24. 3a295a9 added additional condition so large offsets into the dictionary are not generated past windowSize by Paul Cruz · 7 years ago
  25. 379f9d8 Merge pull request #733 from terrelln/pzstd-deadlock by Yann Collet · 7 years ago
  26. 2085375 fixed bug detected by the API test by Paul Cruz · 7 years ago
  27. 8cd1345 type warnings by Paul Cruz · 7 years ago
  28. 4219acc fixed bus error bug by Paul Cruz · 7 years ago
  29. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  30. 6122af9 --no-big-tests for msan by Yann Collet · 7 years ago
  31. cca1ed1 Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 by Yann Collet · 7 years ago
  32. 32f546c zstreamtest : disabled multi-threading tests with --newapi --no-big-tests by Yann Collet · 7 years ago
  33. f570609 [pzstd] Fix deadlock in the case of errors by Nick Terrell · 7 years ago
  34. 2e8cc6f added sizeof for clarity by Paul Cruz · 7 years ago
  35. 6d7f442 changed makefile test by Paul Cruz · 7 years ago
  36. b325a2e changed assignment by Paul Cruz · 7 years ago
  37. 2935239 added description for dictionary cli tests by Paul Cruz · 7 years ago
  38. 97a8f89 made changes to cli test so it runs properly by Paul Cruz · 7 years ago
  39. 829eb29 added cli test for decodecorpus inside tests/Makefile. Also changed calculation of offset by Paul Cruz · 7 years ago
  40. 028fb9d added cli test case in Makefile by Paul Cruz · 7 years ago
  41. 98751f6 should be updating seed whenever multiple files are generated by Paul Cruz · 7 years ago
  42. 84cfa07 changed format of command to --use-dict=# by Paul Cruz · 7 years ago
  43. 0d0fea9 Merge pull request #732 from terrelln/dev by Yann Collet · 7 years ago
  44. f99c2c1 reduced --no-big-tests even more by Yann Collet · 7 years ago
  45. aff86be [linux] Write all the patch summaries by Nick Terrell · 7 years ago
  46. 04094f3 fixed offset in this case os that it always goes past src start by Paul Cruz · 7 years ago
  47. 49f8459 fixed minor cast warning by Yann Collet · 7 years ago
  48. 0950b31 more meaningful names for count variables by Paul Cruz · 7 years ago
  49. 0b6eede malloc samples instead of static allocation by Paul Cruz · 7 years ago
  50. 4d3bdcf reduced CLevelMax for --no-big-tests by Yann Collet · 7 years ago
  51. 52a13ab removed comment regarding windowSize requirement by Paul Cruz · 7 years ago
  52. 32e36c2 removed requirement that offset be less than windowSize by Paul Cruz · 7 years ago
  53. bfc2f00 --no-big-tests for zstreamtest by Yann Collet · 7 years ago
  54. eeff2d0 added const x2 by Paul Cruz · 7 years ago
  55. 04253e2 added const by Paul Cruz · 7 years ago
  56. 2ceaec1 got rid of unnecessary casting to void* by Paul Cruz · 7 years ago
  57. ccae9ec added comment addressing use of bits in frame header descriptor by Paul Cruz · 7 years ago
  58. ecb0f46 add controls over streaming buffers by Yann Collet · 7 years ago
  59. 224e7a1 added --list command contrib by @paulcruz74 by Yann Collet · 7 years ago
  60. a69b6ec Merge pull request #730 from paulcruz74/dev by Yann Collet · 7 years ago
  61. dce7892 fixed : decompression of skippable frames in streaming mode by Yann Collet · 7 years ago
  62. 0a94fea [linux] Rename last 2 diffs to patch names by Nick Terrell · 7 years ago
  63. f3ad406 [linux] Add summaries to xxhash and zstd patches by Nick Terrell · 7 years ago
  64. 34b0a08 [linux] Rename diffs to patch names by Nick Terrell · 7 years ago
  65. b789860 [linux] Switch BtrFS compression level to 1 by Nick Terrell · 7 years ago
  66. 991f9df switched fileio.c to ZSTD_DEBUG trigger macro by Yann Collet · 7 years ago
  67. 204b6b7 fixed streaming buffered allocation with CDict compression by Yann Collet · 7 years ago
  68. 1e4129b fixed dangling pointer risk, detected by @terrelln by Yann Collet · 7 years ago
  69. d549254 Merge pull request #3 from facebook/dev by Paul Cruz · 7 years ago
  70. 5be0f55 added newline to align output by Paul Cruz · 7 years ago
  71. 6f5fe71 added error check for when file could not be opened by Paul Cruz · 7 years ago
  72. 74a725d reversed calculation of ratio by Paul Cruz · 7 years ago
  73. 8309597 free cdictLocal faster, suggested by @terrelln by Yann Collet · 7 years ago
  74. c16748b added test cases for new command --list by Yann Collet · 7 years ago
  75. 7bd1a29 added ZSTD_dictMode_e to control dictionary loading mode by Yann Collet · 7 years ago
  76. 9c56b12 Merge pull request #723 from paulcruz74/dev by Yann Collet · 7 years ago
  77. e51d51b fixed memcpy() overlap by Yann Collet · 7 years ago
  78. db3606e added test for files with no frame content size by Paul Cruz · 7 years ago
  79. 466f92e removed one useless streaming compression stage, detected by @terrelln by Yann Collet · 7 years ago
  80. c3bce24 fixed potential dangling pointer, detected by @terrelln by Yann Collet · 7 years ago
  81. acf0df6 fixed strange spacing by Paul Cruz · 7 years ago
  82. 69bc4fa free the context object once done with decompression by Paul Cruz · 7 years ago
  83. ceb4f65 allocate statically so we don't have to deal with freeing by Paul Cruz · 7 years ago
  84. a73c2a4 added tests with null files, changed condition to check that the file is more than 0 bytes by Paul Cruz · 7 years ago
  85. 78b8234 fixed comments, following suggestion by @terrelln by Yann Collet · 7 years ago
  86. 58c19b4 spacing matters for test scripts by Paul Cruz · 7 years ago
  87. b44ab82 ensure new ZSTD_strategy starts at value 1 by Yann Collet · 7 years ago
  88. 0765602 fixed error where extremely small files were not being detected as not compressed with zstd by Paul Cruz · 7 years ago
  89. 3701dde changed to use LONG_SEEK by Paul Cruz · 7 years ago
  90. 93a5510 added progress metric to display by Paul Cruz · 7 years ago
  91. bda5775 moved signifcant operations to fileio.c by Paul Cruz · 7 years ago
  92. ff8f83b fixed fuzzer test by Yann Collet · 7 years ago
  93. 983e16a Merge pull request #728 from terrelln/ubsan-failure by Yann Collet · 7 years ago
  94. c594507 removed double if statements for same condition by Paul Cruz · 7 years ago
  95. 72e0ac9 minor update to logic by Paul Cruz · 7 years ago
  96. cea55a9 size_t const value by Paul Cruz · 7 years ago
  97. b07d0af added additional tests for error detection by Paul Cruz · 7 years ago
  98. bed0dc9 changed displayInfo alignment and const by Paul Cruz · 7 years ago
  99. 43ffcdd const dictOffset by Paul Cruz · 7 years ago
  100. 1e0d125 const value by Paul Cruz · 7 years ago