1. 590937d Merge pull request #739 from facebook/refPrefix by Yann Collet · 7 years ago
  2. 811deae Merge pull request #736 from terrelln/cover-default-api by Yann Collet · 7 years ago
  3. ad5f299 Merge pull request #737 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  4. 62f7efc added a test to ensure ZSTD_refPrefix() doesn't impact the following compression job by Yann Collet · 7 years ago
  5. 7ac4724 removed fnum from DISPLAY statements by Paul Cruz · 7 years ago
  6. e667d33 fixed generation of buggy test, corrected DISPLAY statements for errors by Paul Cruz · 7 years ago
  7. 33a6639 fixed ZSTD_refPrefix with Multithread-enabled CCtx by Yann Collet · 7 years ago
  8. 1fd2df9 fixed zstreamtest by Yann Collet · 7 years ago
  9. 2e42742 controlled dictMode by Yann Collet · 7 years ago
  10. b737293 implemented ZSTD_refPrefix() by Yann Collet · 7 years ago
  11. fecc721 added parameter ZSTD_p_refDictContent by Yann Collet · 7 years ago
  12. 09a5bbe Merge pull request #735 from terrelln/xz-default by Yann Collet · 7 years ago
  13. 5b7fd7c [zdict] Make COVER the default algorithm by Nick Terrell · 7 years ago
  14. 20eeb24 Merge pull request #729 from paulcruz74/corpus by Yann Collet · 7 years ago
  15. dde10b2 refactored ZSTD_estimateDStreamSize() by Yann Collet · 7 years ago
  16. 09ae03a ZSTD_estimateCDictSize_advanced() by Yann Collet · 7 years ago
  17. 0c9a915 ZSTD_estimateCStreamSize_advanced() by Yann Collet · 7 years ago
  18. 31af829 ZSTD_estimateCCtx_advanced() by Yann Collet · 7 years ago
  19. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  20. 298fe9f added cli tests to test-all by Paul Cruz · 7 years ago
  21. 3a295a9 added additional condition so large offsets into the dictionary are not generated past windowSize by Paul Cruz · 7 years ago
  22. 2085375 fixed bug detected by the API test by Paul Cruz · 7 years ago
  23. 8cd1345 type warnings by Paul Cruz · 7 years ago
  24. 4219acc fixed bus error bug by Paul Cruz · 7 years ago
  25. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  26. cca1ed1 Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 by Yann Collet · 7 years ago
  27. 32f546c zstreamtest : disabled multi-threading tests with --newapi --no-big-tests by Yann Collet · 7 years ago
  28. 2e8cc6f added sizeof for clarity by Paul Cruz · 7 years ago
  29. 6d7f442 changed makefile test by Paul Cruz · 7 years ago
  30. b325a2e changed assignment by Paul Cruz · 7 years ago
  31. 2935239 added description for dictionary cli tests by Paul Cruz · 7 years ago
  32. 97a8f89 made changes to cli test so it runs properly by Paul Cruz · 7 years ago
  33. 829eb29 added cli test for decodecorpus inside tests/Makefile. Also changed calculation of offset by Paul Cruz · 7 years ago
  34. 028fb9d added cli test case in Makefile by Paul Cruz · 7 years ago
  35. 98751f6 should be updating seed whenever multiple files are generated by Paul Cruz · 7 years ago
  36. 84cfa07 changed format of command to --use-dict=# by Paul Cruz · 7 years ago
  37. f99c2c1 reduced --no-big-tests even more by Yann Collet · 7 years ago
  38. 04094f3 fixed offset in this case os that it always goes past src start by Paul Cruz · 7 years ago
  39. 49f8459 fixed minor cast warning by Yann Collet · 7 years ago
  40. 0950b31 more meaningful names for count variables by Paul Cruz · 7 years ago
  41. 0b6eede malloc samples instead of static allocation by Paul Cruz · 7 years ago
  42. 4d3bdcf reduced CLevelMax for --no-big-tests by Yann Collet · 7 years ago
  43. 52a13ab removed comment regarding windowSize requirement by Paul Cruz · 7 years ago
  44. 32e36c2 removed requirement that offset be less than windowSize by Paul Cruz · 7 years ago
  45. bfc2f00 --no-big-tests for zstreamtest by Yann Collet · 7 years ago
  46. eeff2d0 added const x2 by Paul Cruz · 7 years ago
  47. 04253e2 added const by Paul Cruz · 7 years ago
  48. 2ceaec1 got rid of unnecessary casting to void* by Paul Cruz · 7 years ago
  49. ccae9ec added comment addressing use of bits in frame header descriptor by Paul Cruz · 7 years ago
  50. dce7892 fixed : decompression of skippable frames in streaming mode by Yann Collet · 7 years ago
  51. c16748b added test cases for new command --list by Yann Collet · 7 years ago
  52. 7bd1a29 added ZSTD_dictMode_e to control dictionary loading mode by Yann Collet · 7 years ago
  53. db3606e added test for files with no frame content size by Paul Cruz · 7 years ago
  54. acf0df6 fixed strange spacing by Paul Cruz · 7 years ago
  55. 69bc4fa free the context object once done with decompression by Paul Cruz · 7 years ago
  56. ceb4f65 allocate statically so we don't have to deal with freeing by Paul Cruz · 7 years ago
  57. a73c2a4 added tests with null files, changed condition to check that the file is more than 0 bytes by Paul Cruz · 7 years ago
  58. 58c19b4 spacing matters for test scripts by Paul Cruz · 7 years ago
  59. ff8f83b fixed fuzzer test by Yann Collet · 7 years ago
  60. b07d0af added additional tests for error detection by Paul Cruz · 7 years ago
  61. 43ffcdd const dictOffset by Paul Cruz · 7 years ago
  62. 1e0d125 const value by Paul Cruz · 7 years ago
  63. 0034129 made changes to accommodate single file use case by Paul Cruz · 7 years ago
  64. 6a99de2 change test to list info on .zst files by Paul Cruz · 7 years ago
  65. 36e14b1 added description to advanced usage, changed to use-dict by Paul Cruz · 7 years ago
  66. 1510206 removed testing code from generation code by Paul Cruz · 7 years ago
  67. ff5589c added comments for clarity by Paul Cruz · 7 years ago
  68. 551fb7c changed error condition by Paul Cruz · 7 years ago
  69. b8237c6 refactoring for readability by Paul Cruz · 7 years ago
  70. 6f17de2 changed computation for readability by Paul Cruz · 7 years ago
  71. 4a4f9ba const value that doesn't change by Paul Cruz · 7 years ago
  72. 3a6856e changed scope to avoid errors by Paul Cruz · 7 years ago
  73. 7d2b561 adhere to min dict size by Paul Cruz · 7 years ago
  74. ea2af1f changed dictionary to stay reasonable size during test by Paul Cruz · 7 years ago
  75. fdbb072 added test to runTestMode by Paul Cruz · 7 years ago
  76. bdec7b8 fixed for loop declaration, fixed test case by Paul Cruz · 7 years ago
  77. 23098b5 wrote a test for dictionary corpus by Paul Cruz · 7 years ago
  78. 7a26390 changing for loop declaration by Paul Cruz · 7 years ago
  79. 147ef05 for loop declaration not allowed by Paul Cruz · 7 years ago
  80. 791352a scope change by Paul Cruz · 7 years ago
  81. 365e265 changed scope so that warning disappears by Paul Cruz · 7 years ago
  82. f4f9285 changed scope to get rid of mixed code/variables warning by Paul Cruz · 7 years ago
  83. 7ea025c added in struct to keep functions more orderly by Paul Cruz · 7 years ago
  84. b91b810 made some small changes to dictInfo struct and initDictInfo by Paul Cruz · 7 years ago
  85. 1ee4f6b cleaning up code by Paul Cruz · 7 years ago
  86. 2a52d72 added comment to anotate decompressed error code by Paul Cruz · 7 years ago
  87. 73ebb64 small stylistic changes by Paul Cruz · 7 years ago
  88. 34f4e5c changed if statement styling by Paul Cruz · 7 years ago
  89. 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
  90. 8f4fa43 got files to decompress by Paul Cruz · 7 years ago
  91. 6889520 minor declaration statement warning fix by Yann Collet · 7 years ago
  92. d7a3bff new api : setting compression parameters is refused if a dictionary is already loaded by Yann Collet · 7 years ago
  93. da4ddc1 fixed decompression so that it uses compressed version by Paul Cruz · 7 years ago
  94. 33467ad made changes so that HUF_writeCTable no longer fails by Paul Cruz · 7 years ago
  95. ed1d039 newapi fuzzer tests : random flush orders in main loop by Yann Collet · 7 years ago
  96. 09ac51b small style changes by Paul Cruz · 7 years ago
  97. f5deae8 new api fuzzer tests : frame parameters are randonly set by Yann Collet · 7 years ago
  98. ea3630a new api fuzzer set : dictionary is randomly set by Yann Collet · 7 years ago
  99. 8dee0ec new api fuzzer tests : compression parameters are randomly set by Yann Collet · 7 years ago
  100. bd05b19 removed macro CLAMP from decodecorpus by Yann Collet · 7 years ago