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