1. c2edb78 [tests] Fix HAVE_LZMA flag by Nick Terrell · 7 years ago
  2. d88a441 [zstdcli] Document HAVE_LZMA and zstd-noxz by Nick Terrell · 7 years ago
  3. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  4. eb7c207 [zstdcli] Disable lzma support for MSAN testing by Nick Terrell · 7 years ago
  5. 849ecf3 [zstdcli] Support xz by default when liblzma is available by Nick Terrell · 7 years ago
  6. 379f9d8 Merge pull request #733 from terrelln/pzstd-deadlock by Yann Collet · 7 years ago
  7. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  8. 6122af9 --no-big-tests for msan by Yann Collet · 7 years ago
  9. cca1ed1 Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 by Yann Collet · 7 years ago
  10. 32f546c zstreamtest : disabled multi-threading tests with --newapi --no-big-tests by Yann Collet · 7 years ago
  11. f570609 [pzstd] Fix deadlock in the case of errors by Nick Terrell · 7 years ago
  12. 0d0fea9 Merge pull request #732 from terrelln/dev by Yann Collet · 7 years ago
  13. f99c2c1 reduced --no-big-tests even more by Yann Collet · 7 years ago
  14. aff86be [linux] Write all the patch summaries by Nick Terrell · 7 years ago
  15. 49f8459 fixed minor cast warning by Yann Collet · 7 years ago
  16. 4d3bdcf reduced CLevelMax for --no-big-tests by Yann Collet · 7 years ago
  17. bfc2f00 --no-big-tests for zstreamtest by Yann Collet · 7 years ago
  18. ecb0f46 add controls over streaming buffers by Yann Collet · 7 years ago
  19. 224e7a1 added --list command contrib by @paulcruz74 by Yann Collet · 7 years ago
  20. a69b6ec Merge pull request #730 from paulcruz74/dev by Yann Collet · 7 years ago
  21. dce7892 fixed : decompression of skippable frames in streaming mode by Yann Collet · 7 years ago
  22. 0a94fea [linux] Rename last 2 diffs to patch names by Nick Terrell · 7 years ago
  23. f3ad406 [linux] Add summaries to xxhash and zstd patches by Nick Terrell · 7 years ago
  24. 34b0a08 [linux] Rename diffs to patch names by Nick Terrell · 7 years ago
  25. b789860 [linux] Switch BtrFS compression level to 1 by Nick Terrell · 7 years ago
  26. 991f9df switched fileio.c to ZSTD_DEBUG trigger macro by Yann Collet · 7 years ago
  27. 204b6b7 fixed streaming buffered allocation with CDict compression by Yann Collet · 7 years ago
  28. 1e4129b fixed dangling pointer risk, detected by @terrelln by Yann Collet · 7 years ago
  29. d549254 Merge pull request #3 from facebook/dev by Paul Cruz · 7 years ago
  30. 5be0f55 added newline to align output by Paul Cruz · 7 years ago
  31. 6f5fe71 added error check for when file could not be opened by Paul Cruz · 7 years ago
  32. 74a725d reversed calculation of ratio by Paul Cruz · 7 years ago
  33. 8309597 free cdictLocal faster, suggested by @terrelln by Yann Collet · 7 years ago
  34. c16748b added test cases for new command --list by Yann Collet · 7 years ago
  35. 7bd1a29 added ZSTD_dictMode_e to control dictionary loading mode by Yann Collet · 7 years ago
  36. 9c56b12 Merge pull request #723 from paulcruz74/dev by Yann Collet · 7 years ago
  37. e51d51b fixed memcpy() overlap by Yann Collet · 7 years ago
  38. db3606e added test for files with no frame content size by Paul Cruz · 7 years ago
  39. 466f92e removed one useless streaming compression stage, detected by @terrelln by Yann Collet · 7 years ago
  40. c3bce24 fixed potential dangling pointer, detected by @terrelln by Yann Collet · 7 years ago
  41. a73c2a4 added tests with null files, changed condition to check that the file is more than 0 bytes by Paul Cruz · 7 years ago
  42. 78b8234 fixed comments, following suggestion by @terrelln by Yann Collet · 7 years ago
  43. 58c19b4 spacing matters for test scripts by Paul Cruz · 7 years ago
  44. b44ab82 ensure new ZSTD_strategy starts at value 1 by Yann Collet · 7 years ago
  45. 0765602 fixed error where extremely small files were not being detected as not compressed with zstd by Paul Cruz · 7 years ago
  46. 3701dde changed to use LONG_SEEK by Paul Cruz · 7 years ago
  47. 93a5510 added progress metric to display by Paul Cruz · 7 years ago
  48. bda5775 moved signifcant operations to fileio.c by Paul Cruz · 7 years ago
  49. ff8f83b fixed fuzzer test by Yann Collet · 7 years ago
  50. 983e16a Merge pull request #728 from terrelln/ubsan-failure by Yann Collet · 7 years ago
  51. c594507 removed double if statements for same condition by Paul Cruz · 7 years ago
  52. 72e0ac9 minor update to logic by Paul Cruz · 7 years ago
  53. cea55a9 size_t const value by Paul Cruz · 7 years ago
  54. b07d0af added additional tests for error detection by Paul Cruz · 7 years ago
  55. bed0dc9 changed displayInfo alignment and const by Paul Cruz · 7 years ago
  56. 6a99de2 change test to list info on .zst files by Paul Cruz · 7 years ago
  57. cb2dbe6 changed fileInfo initialization, updated error code by Paul Cruz · 7 years ago
  58. 631d366 [linux] Add xxhash and zstd in-kernel tests by Nick Terrell · 7 years ago
  59. e7093ca [linux] Add libfuzzer targets by Nick Terrell · 7 years ago
  60. c08e649 first implementation of bench.c with new API ZSTD_compress_generic() by Yann Collet · 7 years ago
  61. 008d44a fix attempt : fullbench VS2008 project by Yann Collet · 7 years ago
  62. a48e129 [linux] Port libzstd UBSAN fix by Nick Terrell · 7 years ago
  63. 405751a Merge pull request #727 from terrelln/ubsan-failure by Yann Collet · 7 years ago
  64. 695a0a3 fixed IA64 compilation error, by @mcmilk by Yann Collet · 7 years ago
  65. fe234bf fix attempts : fullbench for VS2008 by Yann Collet · 7 years ago
  66. 55f9cd4 [libzstd] Fix UBSAN failure by Nick Terrell · 7 years ago
  67. e11a5e4 Merge pull request #726 from terrelln/malloc-failure by Yann Collet · 7 years ago
  68. bf99150 update new api presentation in zstd.h and manual by Yann Collet · 7 years ago
  69. 9ad11be [linux] Fix decompression memory allocation by Nick Terrell · 7 years ago
  70. c7dcf0f updated manual by Yann Collet · 7 years ago
  71. 6889520 minor declaration statement warning fix by Yann Collet · 7 years ago
  72. d7a3bff new api : setting compression parameters is refused if a dictionary is already loaded by Yann Collet · 7 years ago
  73. ed1d039 newapi fuzzer tests : random flush orders in main loop by Yann Collet · 7 years ago
  74. 55b9b28 made style changes, added description in man file by Paul Cruz · 7 years ago
  75. f5deae8 new api fuzzer tests : frame parameters are randonly set by Yann Collet · 7 years ago
  76. ea3630a new api fuzzer set : dictionary is randomly set by Yann Collet · 7 years ago
  77. 8dee0ec new api fuzzer tests : compression parameters are randomly set by Yann Collet · 7 years ago
  78. bc4e1fd Merge pull request #724 from yurivict/fix-install-static-lib by Yann Collet · 7 years ago
  79. 92bafda INSTALL_DATA instead of INSTALL_LIB for libzstd.a by Yuri · 7 years ago
  80. bd05b19 removed macro CLAMP from decodecorpus by Yann Collet · 7 years ago
  81. 01743a3 fuzzer tests for new API by Yann Collet · 7 years ago
  82. 381e66c added ZSTD_clampCParams() by Yann Collet · 7 years ago
  83. aee916e fixed +/-1 error for pledgedSrcSizePlusOne by Yann Collet · 7 years ago
  84. d3de3d5 fix attempt 2 : Visual sign conversion warning by Yann Collet · 7 years ago
  85. 944be54 fixed attempt : minor Visual sign conversion warning by Yann Collet · 7 years ago
  86. b26728c added ZSTD_startNewCompression() by Yann Collet · 7 years ago
  87. a0ba849 changed frameContentSize field to pledgedSrcSizePlusOne by Yann Collet · 7 years ago
  88. 2cf7755 fix : pledgedSrcSize correctly reset to unknown in "continue" mode by Yann Collet · 7 years ago
  89. 9e73f2f fix : correctly reset pledgedSrcSize to unknown status by Yann Collet · 7 years ago
  90. 33873f0 fixed : new advanced AIP : setting nbThreads to the same value > 1 by Yann Collet · 7 years ago
  91. 559ee82 fixed : calling ZSTD_compress_generic() to end-flush a stream in multiple steps by Yann Collet · 7 years ago
  92. bd18c88 added ZSTD_CCtx_reset by Yann Collet · 7 years ago
  93. cc9f9b7 protection : ZSTD_CONTENTSIZE_UNKNOWN automatically disables contentSizeFlag by Yann Collet · 7 years ago
  94. e3609ee Merge branch 'list' into dev by Paul Cruz · 7 years ago
  95. 4a0e4c8 fixing more spacing on loops by Paul Cruz · 7 years ago
  96. 05ae4b2 added protection : MT incompatible with Static allocation by Yann Collet · 7 years ago
  97. 3a5cead Merge branch 'list' into dev by Paul Cruz · 7 years ago
  98. b3e6244 added in correct error return from main in zstdcli.c by Paul Cruz · 7 years ago
  99. 0d7c4d7 initialized info manually to avoid error by Paul Cruz · 7 years ago
  100. d3b34e4 changed spacing on if statements by Paul Cruz · 7 years ago