1. c34185d fileio : decoding malformed lzma frame does no longer exit() by Yann Collet · 7 years ago
  2. 1d39550 Merge pull request #744 from terrelln/dev by Yann Collet · 7 years ago
  3. 88481e4 [pzstd] Remove appveyor tests by Nick Terrell · 7 years ago
  4. 56e3964 [man] Specify that strategies start at 1 by Nick Terrell · 7 years ago
  5. 7f40bb1 Merge pull request #742 from stellamplau/stack-space by Yann Collet · 7 years ago
  6. 32df49e Fix typo by Stella Lau · 7 years ago
  7. b0513b5 Add comment to HUF_DECOMPRESS_WORKSPACE_SIZE by Stella Lau · 7 years ago
  8. 4c71f59 Clarify typedef of rankVal_t and rankValCol_t by Stella Lau · 7 years ago
  9. 28f711e Rename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK by Stella Lau · 7 years ago
  10. 70ad682 Delegate HUF_decompress4X_hufOnly to workspace version by Stella Lau · 7 years ago
  11. 104c4d5 Fix bitshift error by Stella Lau · 7 years ago
  12. cf2a6bc Merge pull request #741 from facebook/promotion by Yann Collet · 7 years ago
  13. fedc94d Fix pointer casting warning by Stella Lau · 7 years ago
  14. c6a5275 Fix alignment warnings with pointer casting by Stella Lau · 7 years ago
  15. 99e3159 Reduce stack usage of HUF_readDTableX4 and HUF_readDTableX2 by Stella Lau · 7 years ago
  16. 97f2bf6 minor : fix typo by Yann Collet · 7 years ago
  17. 82879d5 Merge pull request #738 from terrelln/lk-div by Yann Collet · 7 years ago
  18. acbef3d ZSTD_getFrameContentSize() is promoted to "stable" status by Yann Collet · 7 years ago
  19. 590937d Merge pull request #739 from facebook/refPrefix by Yann Collet · 7 years ago
  20. ce91b64 [linux-kernel] Update patches for v2 by Nick Terrell · 7 years ago
  21. 811deae Merge pull request #736 from terrelln/cover-default-api by Yann Collet · 7 years ago
  22. ad5f299 Merge pull request #737 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  23. 0374662 refactor ZSTD_check_compressionLevel_monotonicIncrease_memoryBudget() by Yann Collet · 7 years ago
  24. 2bf428d Merge branch 'advancedAPI2' into refPrefix by Yann Collet · 7 years ago
  25. 62f7efc added a test to ensure ZSTD_refPrefix() doesn't impact the following compression job by Yann Collet · 7 years ago
  26. 1ca7603 fixed -Wdeclaration-after-statement by Yann Collet · 7 years ago
  27. b13bfd1 Merge pull request #740 from paulcruz74/dev by Yann Collet · 7 years ago
  28. 8135351 added function to control monotonic memory budget increase of ZSTD_defaultCParameters[0] by Yann Collet · 7 years ago
  29. adbe74a adjusted compression levels to guarantee a monotonically increasing memory budget by Yann Collet · 7 years ago
  30. 7ac4724 removed fnum from DISPLAY statements by Paul Cruz · 7 years ago
  31. e667d33 fixed generation of buggy test, corrected DISPLAY statements for errors by Paul Cruz · 7 years ago
  32. 33a6639 fixed ZSTD_refPrefix with Multithread-enabled CCtx by Yann Collet · 7 years ago
  33. 1fd2df9 fixed zstreamtest by Yann Collet · 7 years ago
  34. d67212a Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  35. 2e42742 controlled dictMode by Yann Collet · 7 years ago
  36. b737293 implemented ZSTD_refPrefix() by Yann Collet · 7 years ago
  37. 7d38161 exposed ZSTD_MAGIC_DICTIONARY in zstd.h by Yann Collet · 7 years ago
  38. fecc721 added parameter ZSTD_p_refDictContent by Yann Collet · 7 years ago
  39. 09a5bbe Merge pull request #735 from terrelln/xz-default by Yann Collet · 7 years ago
  40. c2edb78 [tests] Fix HAVE_LZMA flag by Nick Terrell · 7 years ago
  41. 5b7fd7c [zdict] Make COVER the default algorithm by Nick Terrell · 7 years ago
  42. c7fb884 fixed minor conversion warning by Yann Collet · 7 years ago
  43. 20eeb24 Merge pull request #729 from paulcruz74/corpus by Yann Collet · 7 years ago
  44. dde10b2 refactored ZSTD_estimateDStreamSize() by Yann Collet · 7 years ago
  45. 09ae03a ZSTD_estimateCDictSize_advanced() by Yann Collet · 7 years ago
  46. 0c9a915 ZSTD_estimateCStreamSize_advanced() by Yann Collet · 7 years ago
  47. 31af829 ZSTD_estimateCCtx_advanced() by Yann Collet · 7 years ago
  48. d88a441 [zstdcli] Document HAVE_LZMA and zstd-noxz by Nick Terrell · 7 years ago
  49. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  50. eb7c207 [zstdcli] Disable lzma support for MSAN testing by Nick Terrell · 7 years ago
  51. d2e2441 Merge pull request #4 from facebook/dev by Paul Cruz · 7 years ago
  52. 849ecf3 [zstdcli] Support xz by default when liblzma is available by Nick Terrell · 7 years ago
  53. 298fe9f added cli tests to test-all by Paul Cruz · 7 years ago
  54. 3a295a9 added additional condition so large offsets into the dictionary are not generated past windowSize by Paul Cruz · 7 years ago
  55. 379f9d8 Merge pull request #733 from terrelln/pzstd-deadlock by Yann Collet · 7 years ago
  56. 2085375 fixed bug detected by the API test by Paul Cruz · 7 years ago
  57. 8cd1345 type warnings by Paul Cruz · 7 years ago
  58. 4219acc fixed bus error bug by Paul Cruz · 7 years ago
  59. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  60. 6122af9 --no-big-tests for msan by Yann Collet · 7 years ago
  61. cca1ed1 Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 by Yann Collet · 7 years ago
  62. 32f546c zstreamtest : disabled multi-threading tests with --newapi --no-big-tests by Yann Collet · 7 years ago
  63. f570609 [pzstd] Fix deadlock in the case of errors by Nick Terrell · 7 years ago
  64. 2e8cc6f added sizeof for clarity by Paul Cruz · 7 years ago
  65. 6d7f442 changed makefile test by Paul Cruz · 7 years ago
  66. b325a2e changed assignment by Paul Cruz · 7 years ago
  67. 2935239 added description for dictionary cli tests by Paul Cruz · 7 years ago
  68. 97a8f89 made changes to cli test so it runs properly by Paul Cruz · 7 years ago
  69. 829eb29 added cli test for decodecorpus inside tests/Makefile. Also changed calculation of offset by Paul Cruz · 7 years ago
  70. 028fb9d added cli test case in Makefile by Paul Cruz · 7 years ago
  71. 98751f6 should be updating seed whenever multiple files are generated by Paul Cruz · 7 years ago
  72. 84cfa07 changed format of command to --use-dict=# by Paul Cruz · 7 years ago
  73. 0d0fea9 Merge pull request #732 from terrelln/dev by Yann Collet · 7 years ago
  74. f99c2c1 reduced --no-big-tests even more by Yann Collet · 7 years ago
  75. aff86be [linux] Write all the patch summaries by Nick Terrell · 7 years ago
  76. 04094f3 fixed offset in this case os that it always goes past src start by Paul Cruz · 7 years ago
  77. 49f8459 fixed minor cast warning by Yann Collet · 7 years ago
  78. 0950b31 more meaningful names for count variables by Paul Cruz · 7 years ago
  79. 0b6eede malloc samples instead of static allocation by Paul Cruz · 7 years ago
  80. 4d3bdcf reduced CLevelMax for --no-big-tests by Yann Collet · 7 years ago
  81. 52a13ab removed comment regarding windowSize requirement by Paul Cruz · 7 years ago
  82. 32e36c2 removed requirement that offset be less than windowSize by Paul Cruz · 7 years ago
  83. bfc2f00 --no-big-tests for zstreamtest by Yann Collet · 7 years ago
  84. eeff2d0 added const x2 by Paul Cruz · 7 years ago
  85. 04253e2 added const by Paul Cruz · 7 years ago
  86. 2ceaec1 got rid of unnecessary casting to void* by Paul Cruz · 7 years ago
  87. ccae9ec added comment addressing use of bits in frame header descriptor by Paul Cruz · 7 years ago
  88. ecb0f46 add controls over streaming buffers by Yann Collet · 7 years ago
  89. 224e7a1 added --list command contrib by @paulcruz74 by Yann Collet · 7 years ago
  90. a69b6ec Merge pull request #730 from paulcruz74/dev by Yann Collet · 7 years ago
  91. dce7892 fixed : decompression of skippable frames in streaming mode by Yann Collet · 7 years ago
  92. 0a94fea [linux] Rename last 2 diffs to patch names by Nick Terrell · 7 years ago
  93. f3ad406 [linux] Add summaries to xxhash and zstd patches by Nick Terrell · 7 years ago
  94. 34b0a08 [linux] Rename diffs to patch names by Nick Terrell · 7 years ago
  95. b789860 [linux] Switch BtrFS compression level to 1 by Nick Terrell · 7 years ago
  96. 991f9df switched fileio.c to ZSTD_DEBUG trigger macro by Yann Collet · 7 years ago
  97. 204b6b7 fixed streaming buffered allocation with CDict compression by Yann Collet · 7 years ago
  98. 1e4129b fixed dangling pointer risk, detected by @terrelln by Yann Collet · 7 years ago
  99. d549254 Merge pull request #3 from facebook/dev by Paul Cruz · 7 years ago
  100. 5be0f55 added newline to align output by Paul Cruz · 7 years ago