1. 2adde89 Fix typo with ZSTDMT_parameter by Stella Lau · 7 years ago
  2. 1822460 Remove ZSTD_setCCtxParameter() by Stella Lau · 7 years ago
  3. 0744592 Add function initializing cctxParams from clevel by Stella Lau · 7 years ago
  4. 9911153 Move jobSize and overlapLog in zstdmt to cctxParams by Stella Lau · 7 years ago
  5. de51934 Distinguish between jobParams and cctxParams in zstdmt by Stella Lau · 7 years ago
  6. eb7bbab Remove ZSTD_p_refDictContent and dictContentByRef by Stella Lau · 7 years ago
  7. df08e2e Merge pull request #816 from terrelln/default-level by Yann Collet · 7 years ago
  8. db3f537 [zstdmt] Use POOL_create_advanced() by Nick Terrell · 7 years ago
  9. de6c6bc Fix zstd_internal.h for C++ mode by Nick Terrell · 7 years ago
  10. 26dc040 [pool] Accept custom allocators by Nick Terrell · 7 years ago
  11. 89dc856 [pool] Fix formatting by Nick Terrell · 7 years ago
  12. 15fdeb9 Enforce nbThreads<=1 for estimateCCtxSize by Stella Lau · 7 years ago
  13. 376f435 [dictBuilder] Set default compression level to 3 by Nick Terrell · 7 years ago
  14. 2fbf028 Fix interaction with ZSTD_setCCtxParameter() and cleanup by Stella Lau · 7 years ago
  15. fd9bf42 Fix forceWindow and dictMode setting for zstdmt jobs by Stella Lau · 7 years ago
  16. bf3108f Ensure zstdmt uses 'job version' of cctx parameters by Stella Lau · 7 years ago
  17. 1c81f72 Remove duplicated testing code by Stella Lau · 7 years ago
  18. 64ce494 Fix cstream compression level by Stella Lau · 7 years ago
  19. 5bc2c1e Add prototype support for customMem with cctxParams by Stella Lau · 7 years ago
  20. e9ce120 Merge pull request #812 from facebook/longRangeFix by Yann Collet · 7 years ago
  21. 74cde5a Merge pull request #813 from stellamplau/highbit32fix by Yann Collet · 7 years ago
  22. f7a09dd Merge pull request #814 from dscheg/dev by Yann Collet · 7 years ago
  23. 6f1a21c Remove formatting-only changes by Stella Lau · 7 years ago
  24. 20f715d Fix displayLevel overflow by Dmitriy Titarenko · 7 years ago
  25. 1130377 Add function to make cctxParams from ZSTD_parameters by Stella Lau · 7 years ago
  26. bd9c8ca Merge pull request #811 from terrelln/segmentSize by Yann Collet · 7 years ago
  27. 23fc0e4 Remove 'opaque' naming from internal functions by Stella Lau · 7 years ago
  28. 8fd1636 Remove unused functions by Stella Lau · 7 years ago
  29. 6b2b6a9 fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously by Yann Collet · 7 years ago
  30. e50ed1f Fix undefined behavior when srcSize==1 by Stella Lau · 7 years ago
  31. 60e1bc6 Explicitly create a job cctxParam for multithreading by Stella Lau · 7 years ago
  32. 5b956f4 Comment out CCtx_param versions of CDict functions by Stella Lau · 7 years ago
  33. 29c2d9a [cover] Turn down notification for ZDICT subroutines by Nick Terrell · 7 years ago
  34. 98de3f6 [cover] Add dictionary size to compressed size by Nick Terrell · 7 years ago
  35. 78c3d16 Merge pull request #809 from terrelln/dev by Yann Collet · 7 years ago
  36. 9a54a31 [cover] Convert score to U32 and check for zero by Nick Terrell · 7 years ago
  37. fd8a257 Check parameters are valid in initCCtxParams by Stella Lau · 7 years ago
  38. 1c0dbe8 Add documentation for CCtx_params by Stella Lau · 7 years ago
  39. d49eb40 [cover] Stop when segmentSize is less than d by Nick Terrell · 7 years ago
  40. 939f954 Pass ZSTD_CCtx_params as const ptr when possible by Stella Lau · 7 years ago
  41. 73c73bf Reduce code duplication in zstreamtest by Stella Lau · 7 years ago
  42. 560b34f Return error code when initializing NULL cctxParams by Stella Lau · 7 years ago
  43. 25be09c Set some parameters to zero before initializing cdict by Stella Lau · 7 years ago
  44. 232d62b fixed a few headers that were too hastily copy/pasted during last license change by Yann Collet · 7 years ago
  45. 3587556 [cover] Test small maxdict by Nick Terrell · 7 years ago
  46. f306d40 [cover] Fix divide by zero by Nick Terrell · 7 years ago
  47. 502031c Use cctxParam version of createCDict internally by Stella Lau · 7 years ago
  48. 91b30db Remove test parameter by Stella Lau · 7 years ago
  49. f181f33 Disable tests and refactor by Stella Lau · 7 years ago
  50. 023b24e Add cctx param tests by Stella Lau · 7 years ago
  51. 4912fc2 updated NEWS for v1.3.1 by Yann Collet · 7 years ago
  52. 5cabae9 Merge pull request #805 from facebook/huffmanDoc by Yann Collet · 7 years ago
  53. e8d35cc minor formulation change, recommended by @ulikunitz by Yann Collet · 7 years ago
  54. d6394cc fixed test-zstd-nolegacy by Yann Collet · 7 years ago
  55. 81ec9ef Merge pull request #806 from facebook/printVersion by Yann Collet · 7 years ago
  56. ff16770 Merge pull request #807 from facebook/poolQueue0 by Yann Collet · 7 years ago
  57. 7db5526 reduced pool queue to 0 to save memory by Yann Collet · 7 years ago
  58. 1c108c8 cli : Display supported formats on -vV command by Yann Collet · 7 years ago
  59. d0d06e4 added alternative representation for huffman bistream by Yann Collet · 7 years ago
  60. 8b12812 fix #803 : wrong example in huffman bitstream section, reported by @ulikunitz by Yann Collet · 7 years ago
  61. f7312a7 Merge pull request #802 from facebook/variants by Yann Collet · 7 years ago
  62. 2ecd34e fixed unused variables warnings by Yann Collet · 7 years ago
  63. 23706fb updated doc on compilation variables by Yann Collet · 7 years ago
  64. 9203003 fixed zstd-nolegacy by Yann Collet · 7 years ago
  65. 4b38772 fixed zstd-small by Yann Collet · 7 years ago
  66. 7729ab8 Merge branch 'dev' into variants by Yann Collet · 7 years ago
  67. 32e943b Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  68. 582e19b Merge pull request #801 from facebook/newLicense by Yann Collet · 7 years ago
  69. 6cee6e0 Add internal createCDict function by Stella Lau · 7 years ago
  70. 288e263 added zstd-decompress to the list of variants tested by Yann Collet · 7 years ago
  71. 166645e fixed zstd-compress by Yann Collet · 7 years ago
  72. d775519 Add cctxParam versions of internal functions by Stella Lau · 7 years ago
  73. f207b39 blindfix for Windows conversion warning by Yann Collet · 7 years ago
  74. 32fb407 updated a bunch of headers by Yann Collet · 7 years ago
  75. 4f73b3b added GPLv2 license by Yann Collet · 7 years ago
  76. 88d2f72 fixed --list command in presence of special blocks by Yann Collet · 7 years ago
  77. 63b8c98 Pass cctx parameters to MTCtx by Stella Lau · 7 years ago
  78. c523c93 improved and fixed --list command, original patches by @ib (#772) by Yann Collet · 7 years ago
  79. 3f54d78 removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800) by Yann Collet · 7 years ago
  80. bbddff4 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  81. 399ae01 Add function to apply cctx params by Stella Lau · 7 years ago
  82. 81d89d8 Move nbThreads to cctx params by Stella Lau · 7 years ago
  83. 2300c58 Move dictContentByRef to cctx params by Stella Lau · 7 years ago
  84. b6cb2ed Move dictMode to cctxParams by Stella Lau · 7 years ago
  85. 97e27af Move compression level to cctx params by Stella Lau · 7 years ago
  86. c022112 Add function to set opaque parameters by Stella Lau · 7 years ago
  87. 4169f49 Add initialization/allocation functions for opaque params by Stella Lau · 7 years ago
  88. ade95b8 Add opaque interfaces for static initialization by Stella Lau · 7 years ago
  89. 699f11b Create opaque parameter structure by Stella Lau · 7 years ago
  90. 15e3dbd Merge pull request #789 from paulcruz74/educational-decoder-2 by Yann Collet · 7 years ago
  91. bef5eda const vars, change copy_literals() to only take size_t literal_length by Paul Cruz · 7 years ago
  92. dd63533 Merge pull request #797 from paulcruz74/documentation by Yann Collet · 7 years ago
  93. 733ca51 Updating README.md by Paul Cruz · 7 years ago
  94. f9e6590 Merge pull request #796 from terrelln/is-error by Yann Collet · 7 years ago
  95. 2dbcfc6 Merge pull request #794 from terrelln/force-inline by Yann Collet · 7 years ago
  96. 2daeab1 Merge pull request #795 from terrelln/squashfs-tools2 by Yann Collet · 7 years ago
  97. 07c6ff5 [FSE][HUF] Inline error checks by Nick Terrell · 7 years ago
  98. 57e2df6 [kernel] Update squashfs-tools patch by Nick Terrell · 7 years ago
  99. 565e925 [libzstd] Fix FORCE_INLINE macro by Nick Terrell · 7 years ago
  100. 8d3f18a renamed IO functions for clarity by Paul Cruz · 7 years ago