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