1. 58c19b4 spacing matters for test scripts by Paul Cruz · 7 years ago
  2. b44ab82 ensure new ZSTD_strategy starts at value 1 by Yann Collet · 7 years ago
  3. 0765602 fixed error where extremely small files were not being detected as not compressed with zstd by Paul Cruz · 7 years ago
  4. 3701dde changed to use LONG_SEEK by Paul Cruz · 7 years ago
  5. 93a5510 added progress metric to display by Paul Cruz · 7 years ago
  6. bda5775 moved signifcant operations to fileio.c by Paul Cruz · 7 years ago
  7. ff8f83b fixed fuzzer test by Yann Collet · 7 years ago
  8. 983e16a Merge pull request #728 from terrelln/ubsan-failure by Yann Collet · 7 years ago
  9. c594507 removed double if statements for same condition by Paul Cruz · 7 years ago
  10. 72e0ac9 minor update to logic by Paul Cruz · 7 years ago
  11. cea55a9 size_t const value by Paul Cruz · 7 years ago
  12. b07d0af added additional tests for error detection by Paul Cruz · 7 years ago
  13. bed0dc9 changed displayInfo alignment and const by Paul Cruz · 7 years ago
  14. 43ffcdd const dictOffset by Paul Cruz · 7 years ago
  15. 1e0d125 const value by Paul Cruz · 7 years ago
  16. 0034129 made changes to accommodate single file use case by Paul Cruz · 7 years ago
  17. 6a99de2 change test to list info on .zst files by Paul Cruz · 7 years ago
  18. 36e14b1 added description to advanced usage, changed to use-dict by Paul Cruz · 7 years ago
  19. 1510206 removed testing code from generation code by Paul Cruz · 7 years ago
  20. ff5589c added comments for clarity by Paul Cruz · 7 years ago
  21. 551fb7c changed error condition by Paul Cruz · 7 years ago
  22. b8237c6 refactoring for readability by Paul Cruz · 7 years ago
  23. 6f17de2 changed computation for readability by Paul Cruz · 7 years ago
  24. cb2dbe6 changed fileInfo initialization, updated error code by Paul Cruz · 7 years ago
  25. 631d366 [linux] Add xxhash and zstd in-kernel tests by Nick Terrell · 7 years ago
  26. e7093ca [linux] Add libfuzzer targets by Nick Terrell · 7 years ago
  27. c08e649 first implementation of bench.c with new API ZSTD_compress_generic() by Yann Collet · 7 years ago
  28. 4a4f9ba const value that doesn't change by Paul Cruz · 7 years ago
  29. 008d44a fix attempt : fullbench VS2008 project by Yann Collet · 7 years ago
  30. 3a6856e changed scope to avoid errors by Paul Cruz · 7 years ago
  31. 7d2b561 adhere to min dict size by Paul Cruz · 7 years ago
  32. ea2af1f changed dictionary to stay reasonable size during test by Paul Cruz · 7 years ago
  33. fdbb072 added test to runTestMode by Paul Cruz · 7 years ago
  34. bdec7b8 fixed for loop declaration, fixed test case by Paul Cruz · 7 years ago
  35. 23098b5 wrote a test for dictionary corpus by Paul Cruz · 7 years ago
  36. 7a26390 changing for loop declaration by Paul Cruz · 7 years ago
  37. 147ef05 for loop declaration not allowed by Paul Cruz · 7 years ago
  38. 791352a scope change by Paul Cruz · 7 years ago
  39. 365e265 changed scope so that warning disappears by Paul Cruz · 7 years ago
  40. f4f9285 changed scope to get rid of mixed code/variables warning by Paul Cruz · 7 years ago
  41. 7ea025c added in struct to keep functions more orderly by Paul Cruz · 7 years ago
  42. b91b810 made some small changes to dictInfo struct and initDictInfo by Paul Cruz · 7 years ago
  43. 1ee4f6b cleaning up code by Paul Cruz · 7 years ago
  44. a48e129 [linux] Port libzstd UBSAN fix by Nick Terrell · 7 years ago
  45. 405751a Merge pull request #727 from terrelln/ubsan-failure by Yann Collet · 7 years ago
  46. 695a0a3 fixed IA64 compilation error, by @mcmilk by Yann Collet · 7 years ago
  47. fe234bf fix attempts : fullbench for VS2008 by Yann Collet · 7 years ago
  48. 55f9cd4 [libzstd] Fix UBSAN failure by Nick Terrell · 7 years ago
  49. 2a52d72 added comment to anotate decompressed error code by Paul Cruz · 7 years ago
  50. 73ebb64 small stylistic changes by Paul Cruz · 7 years ago
  51. e11a5e4 Merge pull request #726 from terrelln/malloc-failure by Yann Collet · 7 years ago
  52. 34f4e5c changed if statement styling by Paul Cruz · 7 years ago
  53. 1fc1a35 added calls to free to match calls to malloc, made some stylistic changes, added init function for new struct by Paul Cruz · 7 years ago
  54. 8f4fa43 got files to decompress by Paul Cruz · 7 years ago
  55. bf99150 update new api presentation in zstd.h and manual by Yann Collet · 7 years ago
  56. 9ad11be [linux] Fix decompression memory allocation by Nick Terrell · 7 years ago
  57. c7dcf0f updated manual by Yann Collet · 7 years ago
  58. 6889520 minor declaration statement warning fix by Yann Collet · 7 years ago
  59. d7a3bff new api : setting compression parameters is refused if a dictionary is already loaded by Yann Collet · 7 years ago
  60. da4ddc1 fixed decompression so that it uses compressed version by Paul Cruz · 7 years ago
  61. 33467ad made changes so that HUF_writeCTable no longer fails by Paul Cruz · 7 years ago
  62. ed1d039 newapi fuzzer tests : random flush orders in main loop by Yann Collet · 7 years ago
  63. 55b9b28 made style changes, added description in man file by Paul Cruz · 7 years ago
  64. 09ac51b small style changes by Paul Cruz · 7 years ago
  65. f5deae8 new api fuzzer tests : frame parameters are randonly set by Yann Collet · 7 years ago
  66. ea3630a new api fuzzer set : dictionary is randomly set by Yann Collet · 7 years ago
  67. 8dee0ec new api fuzzer tests : compression parameters are randomly set by Yann Collet · 7 years ago
  68. bc4e1fd Merge pull request #724 from yurivict/fix-install-static-lib by Yann Collet · 7 years ago
  69. 92bafda INSTALL_DATA instead of INSTALL_LIB for libzstd.a by Yuri · 7 years ago
  70. bd05b19 removed macro CLAMP from decodecorpus by Yann Collet · 7 years ago
  71. 01743a3 fuzzer tests for new API by Yann Collet · 7 years ago
  72. 381e66c added ZSTD_clampCParams() by Yann Collet · 7 years ago
  73. aee916e fixed +/-1 error for pledgedSrcSizePlusOne by Yann Collet · 7 years ago
  74. d3de3d5 fix attempt 2 : Visual sign conversion warning by Yann Collet · 7 years ago
  75. 944be54 fixed attempt : minor Visual sign conversion warning by Yann Collet · 7 years ago
  76. b26728c added ZSTD_startNewCompression() by Yann Collet · 7 years ago
  77. a0ba849 changed frameContentSize field to pledgedSrcSizePlusOne by Yann Collet · 7 years ago
  78. 2cf7755 fix : pledgedSrcSize correctly reset to unknown in "continue" mode by Yann Collet · 7 years ago
  79. 9e73f2f fix : correctly reset pledgedSrcSize to unknown status by Yann Collet · 7 years ago
  80. 33873f0 fixed : new advanced AIP : setting nbThreads to the same value > 1 by Yann Collet · 7 years ago
  81. 559ee82 fixed : calling ZSTD_compress_generic() to end-flush a stream in multiple steps by Yann Collet · 7 years ago
  82. bd18c88 added ZSTD_CCtx_reset by Yann Collet · 7 years ago
  83. cc9f9b7 protection : ZSTD_CONTENTSIZE_UNKNOWN automatically disables contentSizeFlag by Yann Collet · 7 years ago
  84. e3609ee Merge branch 'list' into dev by Paul Cruz · 7 years ago
  85. 4a0e4c8 fixing more spacing on loops by Paul Cruz · 7 years ago
  86. 2f30433 fixing general style by Paul Cruz · 7 years ago
  87. 05ae4b2 added protection : MT incompatible with Static allocation by Yann Collet · 7 years ago
  88. 3a5cead Merge branch 'list' into dev by Paul Cruz · 7 years ago
  89. b3e6244 added in correct error return from main in zstdcli.c by Paul Cruz · 7 years ago
  90. 0d7c4d7 initialized info manually to avoid error by Paul Cruz · 7 years ago
  91. d3b34e4 changed spacing on if statements by Paul Cruz · 7 years ago
  92. b316691 added const by Paul Cruz · 7 years ago
  93. 60a2e55 added case for when file is not compressed with zstd (incorrect magic number) by Paul Cruz · 7 years ago
  94. ddd1ab7 added tests in playTest.sh by Paul Cruz · 7 years ago
  95. dc80b3c Merge branch 'list' into dev by Paul Cruz · 7 years ago
  96. acaefb5 refactoring brackets to allow for const values by Paul Cruz · 7 years ago
  97. 0757eae rearranging code to allow for consts by Paul Cruz · 7 years ago
  98. e49afae changed implicit precision loss again by Paul Cruz · 7 years ago
  99. 54e0b6c got rid of imlpicit precision loss by Paul Cruz · 7 years ago
  100. b766211 made another function static by Paul Cruz · 7 years ago