1. bc41c7f fixed minor prototype warning by Yann Collet · 7 years ago
  2. c95c0c9 modified util::time API by Yann Collet · 7 years ago
  3. 5bbb465 Merge pull request #839 from terrelln/timer by Yann Collet · 7 years ago
  4. 4120a7f Merge pull request #837 from facebook/libzstd-nomt by Yann Collet · 7 years ago
  5. 6ab4d5e [bench] Use higher resolution timer on POSIX by Nick Terrell · 7 years ago
  6. 274f7ec Merge pull request #836 from facebook/decodingBufferSizeMin by Yann Collet · 7 years ago
  7. 3306bcb fix #820 : GCC v3.x 32-bits doesn't define 64-bits intrinsic by Yann Collet · 7 years ago
  8. f325ee4 fixed pass-through warning by Yann Collet · 7 years ago
  9. 0d6ecc7 makes it possible to compile libzstd in single-thread mode without zstdmt_compress.c (#819) by Yann Collet · 7 years ago
  10. ce31004 fix following suggestions by @terrelln by Yann Collet · 7 years ago
  11. b3f33cc use ZSTD_decodingBufferSize_min() inside ZSTD_decompressStream() by Yann Collet · 7 years ago
  12. 058ed2a ZSTD_decodingBufferSize_min() by Yann Collet · 7 years ago
  13. 3128e03 updated license header by Yann Collet · 7 years ago
  14. baa37c3 programs/Makefile : better support for GNU conventions by Yann Collet · 7 years ago
  15. 3a12531 lib/Makefile : better support for GNU conventions by Yann Collet · 7 years ago
  16. 1c7b914 update README on BUCK file by Yann Collet · 7 years ago
  17. 36374cc update and clarify lib/README by Yann Collet · 7 years ago
  18. e6b0945 Merge pull request #834 from stellamplau/regressionDriverFix by Yann Collet · 7 years ago
  19. ad00462 Merge pull request #831 from terrelln/split-compress by Yann Collet · 7 years ago
  20. af4068a Fix function name in tests/fuzz/regression_driver by Stella Lau · 7 years ago
  21. a4eac0d Update build scripts by Nick Terrell · 7 years ago
  22. 721726d Split parsers out of zstd_compress.c by Nick Terrell · 7 years ago
  23. 8b54ac6 Merge pull request #833 from stellamplau/copyCCtxFix by Yann Collet · 7 years ago
  24. fd0071d Fix parameter handling with ZSTD_copyCCtx by Stella Lau · 7 years ago
  25. 197d5dc Merge pull request #832 from terrelln/assert by Yann Collet · 7 years ago
  26. 423b133 [POOL] Allow free on NULL when multithreading is disabled by Nick Terrell · 7 years ago
  27. e7615ba Merge pull request #829 from facebook/fix828 by Yann Collet · 7 years ago
  28. ed7ace3 updated NEWS by Yann Collet · 7 years ago
  29. 8a5c0c9 restored 32-bits decoder ability to decode long offsets (>32 MB, levels 21+) by Yann Collet · 7 years ago
  30. 0558850 bench stops immediately on decoding error by Yann Collet · 7 years ago
  31. 36aa8b5 improved decoding speed by Yann Collet · 7 years ago
  32. ab40a56 Merge pull request #830 from Etsukata/fix-tests-fuzz-build-error by Yann Collet · 7 years ago
  33. 7492e7f tests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX by Eiichi Tsukata · 7 years ago
  34. 6639395 tests/fuzz: fix make all target names by Eiichi Tsukata · 7 years ago
  35. d963daa fixed minor warning (empty translation unit) by Yann Collet · 7 years ago
  36. 3704507 fixed decompression bug reported by @Etsukata (#828) by Yann Collet · 7 years ago
  37. 0c314cd updated zstd API manual by Yann Collet · 7 years ago
  38. 369c29d fixed impact of merge conflict for longRange by Yann Collet · 7 years ago
  39. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 7 years ago
  40. c7818fc Merge branch 'modTests' into dev by Yann Collet · 7 years ago
  41. 4299c27 improved console log of utils.h by Yann Collet · 7 years ago
  42. d791aef blind attempt at removing gcc dependency by Yann Collet · 7 years ago
  43. 4e81dc0 Merge branch 'dev' into modTests by Yann Collet · 7 years ago
  44. 3982edf Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  45. e0cecd8 fixed poolTests by Yann Collet · 7 years ago
  46. 179b161 fixed poolTest by Yann Collet · 7 years ago
  47. 8e29838 changed target allarch into allzstd by Yann Collet · 7 years ago
  48. f1a3ce3 Merge pull request #826 from terrelln/license by Yann Collet · 7 years ago
  49. f9252d8 [linux-kernel] Update license by Nick Terrell · 7 years ago
  50. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 7 years ago
  51. e21384f fixed more file headers after license change (#825) by Yann Collet · 7 years ago
  52. d01cd4e Merge pull request #810 from stellamplau/params by Yann Collet · 7 years ago
  53. e9dc204 fixed a bunch of headers after license change (#825) by Yann Collet · 7 years ago
  54. 9023898 updated NEWS by Yann Collet · 7 years ago
  55. 90a31bf Pass dictMode to ZSTDMT_initCStream; fix nits by Stella Lau · 7 years ago
  56. 868e9f6 Merge pull request #821 from facebook/licenseExample by Yann Collet · 7 years ago
  57. ee65701 Minor fixes; remove formatting only changes by Stella Lau · 7 years ago
  58. a6e20e1 Add test for raw content starting with dict header by Stella Lau · 7 years ago
  59. 623e3cd Use ZSTD_dm_rawContent in zstdmt_compress by Stella Lau · 7 years ago
  60. 82d636b Rename applyCCtxParams() by Stella Lau · 7 years ago
  61. 4e83572 Delay creation of ZSTDMT_CCtx by Stella Lau · 7 years ago
  62. c7a18b7 Localize 'dictMode' from cctx to function param by Stella Lau · 7 years ago
  63. d6ddb87 Merge pull request #817 from terrelln/pool-custom-alloc by Yann Collet · 7 years ago
  64. c88fb92 Replace 'byReference' with enum by Stella Lau · 7 years ago
  65. 9822f97 [error] Don't guard undef X with ifdef X by Nick Terrell · 7 years ago
  66. b5b9275 Rename estimateCCtxSize_advanced() and estimateCStreamSize_advanced() by Stella Lau · 7 years ago
  67. 394bdd7 changed license for examples by Yann Collet · 7 years ago
  68. 0e56a84 Fix getting cParams from CCtxParams by Stella Lau · 7 years ago
  69. 02033be [pool] Visual Studios disallows empty structs by Nick Terrell · 7 years ago
  70. 7c365eb [threading] Fix ERROR macro after including windows.h by Nick Terrell · 7 years ago
  71. dffd342 Merge pull request #818 from bmwiedemann/sort by Yann Collet · 7 years ago
  72. cf689b8 Sort input file list by Bernhard M. Wiedemann · 7 years ago
  73. 024098a Fix parameter retrieval from cdict by Stella Lau · 7 years ago
  74. 2adde89 Fix typo with ZSTDMT_parameter by Stella Lau · 7 years ago
  75. 1822460 Remove ZSTD_setCCtxParameter() by Stella Lau · 7 years ago
  76. 0744592 Add function initializing cctxParams from clevel by Stella Lau · 7 years ago
  77. 9911153 Move jobSize and overlapLog in zstdmt to cctxParams by Stella Lau · 7 years ago
  78. de51934 Distinguish between jobParams and cctxParams in zstdmt by Stella Lau · 7 years ago
  79. eb7bbab Remove ZSTD_p_refDictContent and dictContentByRef by Stella Lau · 7 years ago
  80. df08e2e Merge pull request #816 from terrelln/default-level by Yann Collet · 7 years ago
  81. db3f537 [zstdmt] Use POOL_create_advanced() by Nick Terrell · 7 years ago
  82. de6c6bc Fix zstd_internal.h for C++ mode by Nick Terrell · 7 years ago
  83. 26dc040 [pool] Accept custom allocators by Nick Terrell · 7 years ago
  84. 89dc856 [pool] Fix formatting by Nick Terrell · 7 years ago
  85. 15fdeb9 Enforce nbThreads<=1 for estimateCCtxSize by Stella Lau · 7 years ago
  86. 376f435 [dictBuilder] Set default compression level to 3 by Nick Terrell · 7 years ago
  87. 2fbf028 Fix interaction with ZSTD_setCCtxParameter() and cleanup by Stella Lau · 7 years ago
  88. fd9bf42 Fix forceWindow and dictMode setting for zstdmt jobs by Stella Lau · 7 years ago
  89. bf3108f Ensure zstdmt uses 'job version' of cctx parameters by Stella Lau · 7 years ago
  90. 1c81f72 Remove duplicated testing code by Stella Lau · 7 years ago
  91. 64ce494 Fix cstream compression level by Stella Lau · 7 years ago
  92. 5bc2c1e Add prototype support for customMem with cctxParams by Stella Lau · 7 years ago
  93. e9ce120 Merge pull request #812 from facebook/longRangeFix by Yann Collet · 7 years ago
  94. 74cde5a Merge pull request #813 from stellamplau/highbit32fix by Yann Collet · 7 years ago
  95. f7a09dd Merge pull request #814 from dscheg/dev by Yann Collet · 7 years ago
  96. 6f1a21c Remove formatting-only changes by Stella Lau · 7 years ago
  97. 20f715d Fix displayLevel overflow by Dmitriy Titarenko · 7 years ago
  98. 1130377 Add function to make cctxParams from ZSTD_parameters by Stella Lau · 7 years ago
  99. bd9c8ca Merge pull request #811 from terrelln/segmentSize by Yann Collet · 7 years ago
  100. 23fc0e4 Remove 'opaque' naming from internal functions by Stella Lau · 7 years ago