1. 721726d Split parsers out of zstd_compress.c by Nick Terrell · 7 years ago
  2. 8a5c0c9 restored 32-bits decoder ability to decode long offsets (>32 MB, levels 21+) by Yann Collet · 7 years ago
  3. 36aa8b5 improved decoding speed by Yann Collet · 7 years ago
  4. d963daa fixed minor warning (empty translation unit) by Yann Collet · 7 years ago
  5. 3704507 fixed decompression bug reported by @Etsukata (#828) by Yann Collet · 7 years ago
  6. 369c29d fixed impact of merge conflict for longRange by Yann Collet · 7 years ago
  7. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 7 years ago
  8. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 7 years ago
  9. e21384f fixed more file headers after license change (#825) by Yann Collet · 7 years ago
  10. e9dc204 fixed a bunch of headers after license change (#825) by Yann Collet · 7 years ago
  11. 90a31bf Pass dictMode to ZSTDMT_initCStream; fix nits by Stella Lau · 7 years ago
  12. ee65701 Minor fixes; remove formatting only changes by Stella Lau · 7 years ago
  13. a6e20e1 Add test for raw content starting with dict header by Stella Lau · 7 years ago
  14. 623e3cd Use ZSTD_dm_rawContent in zstdmt_compress by Stella Lau · 7 years ago
  15. 82d636b Rename applyCCtxParams() by Stella Lau · 7 years ago
  16. 4e83572 Delay creation of ZSTDMT_CCtx by Stella Lau · 7 years ago
  17. c7a18b7 Localize 'dictMode' from cctx to function param by Stella Lau · 7 years ago
  18. d6ddb87 Merge pull request #817 from terrelln/pool-custom-alloc by Yann Collet · 7 years ago
  19. c88fb92 Replace 'byReference' with enum by Stella Lau · 7 years ago
  20. 9822f97 [error] Don't guard undef X with ifdef X by Nick Terrell · 7 years ago
  21. b5b9275 Rename estimateCCtxSize_advanced() and estimateCStreamSize_advanced() by Stella Lau · 7 years ago
  22. 0e56a84 Fix getting cParams from CCtxParams by Stella Lau · 7 years ago
  23. 02033be [pool] Visual Studios disallows empty structs by Nick Terrell · 7 years ago
  24. 7c365eb [threading] Fix ERROR macro after including windows.h by Nick Terrell · 7 years ago
  25. cf689b8 Sort input file list by Bernhard M. Wiedemann · 7 years ago
  26. 024098a Fix parameter retrieval from cdict by Stella Lau · 7 years ago
  27. 2adde89 Fix typo with ZSTDMT_parameter by Stella Lau · 7 years ago
  28. 1822460 Remove ZSTD_setCCtxParameter() by Stella Lau · 7 years ago
  29. 0744592 Add function initializing cctxParams from clevel by Stella Lau · 7 years ago
  30. 9911153 Move jobSize and overlapLog in zstdmt to cctxParams by Stella Lau · 7 years ago
  31. de51934 Distinguish between jobParams and cctxParams in zstdmt by Stella Lau · 7 years ago
  32. eb7bbab Remove ZSTD_p_refDictContent and dictContentByRef by Stella Lau · 7 years ago
  33. db3f537 [zstdmt] Use POOL_create_advanced() by Nick Terrell · 7 years ago
  34. de6c6bc Fix zstd_internal.h for C++ mode by Nick Terrell · 7 years ago
  35. 26dc040 [pool] Accept custom allocators by Nick Terrell · 7 years ago
  36. 89dc856 [pool] Fix formatting by Nick Terrell · 7 years ago
  37. 15fdeb9 Enforce nbThreads<=1 for estimateCCtxSize by Stella Lau · 7 years ago
  38. 376f435 [dictBuilder] Set default compression level to 3 by Nick Terrell · 7 years ago
  39. 2fbf028 Fix interaction with ZSTD_setCCtxParameter() and cleanup by Stella Lau · 7 years ago
  40. fd9bf42 Fix forceWindow and dictMode setting for zstdmt jobs by Stella Lau · 7 years ago
  41. bf3108f Ensure zstdmt uses 'job version' of cctx parameters by Stella Lau · 7 years ago
  42. 1c81f72 Remove duplicated testing code by Stella Lau · 7 years ago
  43. 64ce494 Fix cstream compression level by Stella Lau · 7 years ago
  44. 5bc2c1e Add prototype support for customMem with cctxParams by Stella Lau · 7 years ago
  45. e9ce120 Merge pull request #812 from facebook/longRangeFix by Yann Collet · 7 years ago
  46. 74cde5a Merge pull request #813 from stellamplau/highbit32fix by Yann Collet · 7 years ago
  47. 6f1a21c Remove formatting-only changes by Stella Lau · 7 years ago
  48. 20f715d Fix displayLevel overflow by Dmitriy Titarenko · 7 years ago
  49. 1130377 Add function to make cctxParams from ZSTD_parameters by Stella Lau · 7 years ago
  50. bd9c8ca Merge pull request #811 from terrelln/segmentSize by Yann Collet · 7 years ago
  51. 23fc0e4 Remove 'opaque' naming from internal functions by Stella Lau · 7 years ago
  52. 8fd1636 Remove unused functions by Stella Lau · 7 years ago
  53. 6b2b6a9 fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously by Yann Collet · 7 years ago
  54. e50ed1f Fix undefined behavior when srcSize==1 by Stella Lau · 7 years ago
  55. 60e1bc6 Explicitly create a job cctxParam for multithreading by Stella Lau · 7 years ago
  56. 5b956f4 Comment out CCtx_param versions of CDict functions by Stella Lau · 7 years ago
  57. 29c2d9a [cover] Turn down notification for ZDICT subroutines by Nick Terrell · 7 years ago
  58. 98de3f6 [cover] Add dictionary size to compressed size by Nick Terrell · 7 years ago
  59. 78c3d16 Merge pull request #809 from terrelln/dev by Yann Collet · 7 years ago
  60. 9a54a31 [cover] Convert score to U32 and check for zero by Nick Terrell · 7 years ago
  61. fd8a257 Check parameters are valid in initCCtxParams by Stella Lau · 7 years ago
  62. 1c0dbe8 Add documentation for CCtx_params by Stella Lau · 7 years ago
  63. d49eb40 [cover] Stop when segmentSize is less than d by Nick Terrell · 7 years ago
  64. 939f954 Pass ZSTD_CCtx_params as const ptr when possible by Stella Lau · 7 years ago
  65. 73c73bf Reduce code duplication in zstreamtest by Stella Lau · 7 years ago
  66. 560b34f Return error code when initializing NULL cctxParams by Stella Lau · 7 years ago
  67. 25be09c Set some parameters to zero before initializing cdict by Stella Lau · 7 years ago
  68. 232d62b fixed a few headers that were too hastily copy/pasted during last license change by Yann Collet · 7 years ago
  69. f306d40 [cover] Fix divide by zero by Nick Terrell · 7 years ago
  70. 502031c Use cctxParam version of createCDict internally by Stella Lau · 7 years ago
  71. 91b30db Remove test parameter by Stella Lau · 7 years ago
  72. f181f33 Disable tests and refactor by Stella Lau · 7 years ago
  73. 023b24e Add cctx param tests by Stella Lau · 7 years ago
  74. 7db5526 reduced pool queue to 0 to save memory by Yann Collet · 7 years ago
  75. 6cee6e0 Add internal createCDict function by Stella Lau · 7 years ago
  76. d775519 Add cctxParam versions of internal functions by Stella Lau · 7 years ago
  77. 32fb407 updated a bunch of headers by Yann Collet · 7 years ago
  78. 63b8c98 Pass cctx parameters to MTCtx by Stella Lau · 7 years ago
  79. 399ae01 Add function to apply cctx params by Stella Lau · 7 years ago
  80. 81d89d8 Move nbThreads to cctx params by Stella Lau · 7 years ago
  81. 2300c58 Move dictContentByRef to cctx params by Stella Lau · 7 years ago
  82. b6cb2ed Move dictMode to cctxParams by Stella Lau · 7 years ago
  83. 97e27af Move compression level to cctx params by Stella Lau · 7 years ago
  84. c022112 Add function to set opaque parameters by Stella Lau · 7 years ago
  85. 4169f49 Add initialization/allocation functions for opaque params by Stella Lau · 7 years ago
  86. ade95b8 Add opaque interfaces for static initialization by Stella Lau · 7 years ago
  87. 699f11b Create opaque parameter structure by Stella Lau · 7 years ago
  88. f9e6590 Merge pull request #796 from terrelln/is-error by Yann Collet · 7 years ago
  89. 2dbcfc6 Merge pull request #794 from terrelln/force-inline by Yann Collet · 7 years ago
  90. 07c6ff5 [FSE][HUF] Inline error checks by Nick Terrell · 7 years ago
  91. 565e925 [libzstd] Fix FORCE_INLINE macro by Nick Terrell · 7 years ago
  92. b9d4f4f Fix ZSTD_estimateDStreamSize function after ZSTD_DStream and ZSTD_DCtx were merged by Roman Gershman · 7 years ago
  93. 9ba9718 [CI] Add gcc7build test by Nick Terrell · 7 years ago
  94. d9f2893 Merge pull request #782 from terrelln/dstSizeTooSmall by Yann Collet · 7 years ago
  95. 8049556 Merge pull request #778 from terrelln/bad-huff by Yann Collet · 7 years ago
  96. abe12b3 [libzstd] Fix bug in Huffman decompresser by Nick Terrell · 7 years ago
  97. 308047e Fix compression failure on incompressible data by Nick Terrell · 7 years ago
  98. 73ba589 Signal after finishing job when queueSize=0 by Stella Lau · 7 years ago
  99. 1d76da1 Replace marker with queueEmpty variable and update pool.h comment by Stella Lau · 7 years ago
  100. 5adceee Allow queueSize=0 in pool.c and update poolTests by Stella Lau · 7 years ago