1. 2b99d69 Remove debug code by Stella Lau · 8 years ago
  2. 8c33cfe Add ldm documentation in README by Stella Lau · 8 years ago
  3. 9e40602 Add tests and fix pointer alignment by Stella Lau · 8 years ago
  4. c706de5 Rename and add short ldm parameters in cli by Stella Lau · 8 years ago
  5. 98b8542 Fix setting of nextToUpdate at end of ldm matcher by Stella Lau · 8 years ago
  6. 08d33fe Fix parameter handling in copyCCtx with cdict by Stella Lau · 8 years ago
  7. 643d28c Add ldm options to 'man zstd' by Stella Lau · 8 years ago
  8. 67d4a61 Add ldmBucketSizeLog param by Stella Lau · 8 years ago
  9. a1f04d5 Move hashEveryLog to cctxParams and update cli by Stella Lau · 8 years ago
  10. 767a0b3 Move ldm hashLog, bucketLog, and mml to cctxParams by Stella Lau · 8 years ago
  11. 17d8e0b Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate by Stella Lau · 8 years ago
  12. 8081bec Add long distance matching as a CCtxParam by Stella Lau · 8 years ago
  13. 9ab7614 Merge pull request #827 from facebook/dev by Yann Collet · 8 years ago
  14. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 8 years ago
  15. c7818fc Merge branch 'modTests' into dev by Yann Collet · 8 years ago
  16. 4299c27 improved console log of utils.h by Yann Collet · 8 years ago
  17. d791aef blind attempt at removing gcc dependency by Yann Collet · 8 years ago
  18. 4e81dc0 Merge branch 'dev' into modTests by Yann Collet · 8 years ago
  19. 3982edf Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  20. e0cecd8 fixed poolTests by Yann Collet · 8 years ago
  21. 179b161 fixed poolTest by Yann Collet · 8 years ago
  22. 8e29838 changed target allarch into allzstd by Yann Collet · 8 years ago
  23. 6a546ef Add long distance matcher by Stella Lau · 8 years ago
  24. f1a3ce3 Merge pull request #826 from terrelln/license by Yann Collet · 8 years ago
  25. f9252d8 [linux-kernel] Update license by Nick Terrell · 8 years ago
  26. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 8 years ago
  27. e21384f fixed more file headers after license change (#825) by Yann Collet · 8 years ago
  28. d01cd4e Merge pull request #810 from stellamplau/params by Yann Collet · 8 years ago
  29. e9dc204 fixed a bunch of headers after license change (#825) by Yann Collet · 8 years ago
  30. 9023898 updated NEWS by Yann Collet · 8 years ago
  31. 90a31bf Pass dictMode to ZSTDMT_initCStream; fix nits by Stella Lau · 8 years ago
  32. 868e9f6 Merge pull request #821 from facebook/licenseExample by Yann Collet · 8 years ago
  33. ee65701 Minor fixes; remove formatting only changes by Stella Lau · 8 years ago
  34. a6e20e1 Add test for raw content starting with dict header by Stella Lau · 8 years ago
  35. 623e3cd Use ZSTD_dm_rawContent in zstdmt_compress by Stella Lau · 8 years ago
  36. 82d636b Rename applyCCtxParams() by Stella Lau · 8 years ago
  37. 4e83572 Delay creation of ZSTDMT_CCtx by Stella Lau · 8 years ago
  38. c7a18b7 Localize 'dictMode' from cctx to function param by Stella Lau · 8 years ago
  39. d6ddb87 Merge pull request #817 from terrelln/pool-custom-alloc by Yann Collet · 8 years ago
  40. c88fb92 Replace 'byReference' with enum by Stella Lau · 8 years ago
  41. 9822f97 [error] Don't guard undef X with ifdef X by Nick Terrell · 8 years ago
  42. b5b9275 Rename estimateCCtxSize_advanced() and estimateCStreamSize_advanced() by Stella Lau · 8 years ago
  43. 394bdd7 changed license for examples by Yann Collet · 8 years ago
  44. 0e56a84 Fix getting cParams from CCtxParams by Stella Lau · 8 years ago
  45. 02033be [pool] Visual Studios disallows empty structs by Nick Terrell · 8 years ago
  46. 7c365eb [threading] Fix ERROR macro after including windows.h by Nick Terrell · 8 years ago
  47. dffd342 Merge pull request #818 from bmwiedemann/sort by Yann Collet · 8 years ago
  48. cf689b8 Sort input file list by Bernhard M. Wiedemann · 8 years ago
  49. 024098a Fix parameter retrieval from cdict by Stella Lau · 8 years ago
  50. 2adde89 Fix typo with ZSTDMT_parameter by Stella Lau · 8 years ago
  51. 1822460 Remove ZSTD_setCCtxParameter() by Stella Lau · 8 years ago
  52. 0744592 Add function initializing cctxParams from clevel by Stella Lau · 8 years ago
  53. 9911153 Move jobSize and overlapLog in zstdmt to cctxParams by Stella Lau · 8 years ago
  54. de51934 Distinguish between jobParams and cctxParams in zstdmt by Stella Lau · 8 years ago
  55. eb7bbab Remove ZSTD_p_refDictContent and dictContentByRef by Stella Lau · 8 years ago
  56. df08e2e Merge pull request #816 from terrelln/default-level by Yann Collet · 8 years ago
  57. db3f537 [zstdmt] Use POOL_create_advanced() by Nick Terrell · 8 years ago
  58. de6c6bc Fix zstd_internal.h for C++ mode by Nick Terrell · 8 years ago
  59. 26dc040 [pool] Accept custom allocators by Nick Terrell · 8 years ago
  60. 89dc856 [pool] Fix formatting by Nick Terrell · 8 years ago
  61. 15fdeb9 Enforce nbThreads<=1 for estimateCCtxSize by Stella Lau · 8 years ago
  62. 376f435 [dictBuilder] Set default compression level to 3 by Nick Terrell · 8 years ago
  63. 2fbf028 Fix interaction with ZSTD_setCCtxParameter() and cleanup by Stella Lau · 8 years ago
  64. fd9bf42 Fix forceWindow and dictMode setting for zstdmt jobs by Stella Lau · 8 years ago
  65. bf3108f Ensure zstdmt uses 'job version' of cctx parameters by Stella Lau · 8 years ago
  66. 1c81f72 Remove duplicated testing code by Stella Lau · 8 years ago
  67. 64ce494 Fix cstream compression level by Stella Lau · 8 years ago
  68. 5bc2c1e Add prototype support for customMem with cctxParams by Stella Lau · 8 years ago
  69. e9ce120 Merge pull request #812 from facebook/longRangeFix by Yann Collet · 8 years ago
  70. 74cde5a Merge pull request #813 from stellamplau/highbit32fix by Yann Collet · 8 years ago
  71. f7a09dd Merge pull request #814 from dscheg/dev by Yann Collet · 8 years ago
  72. 6f1a21c Remove formatting-only changes by Stella Lau · 8 years ago
  73. 20f715d Fix displayLevel overflow by Dmitriy Titarenko · 8 years ago
  74. 1130377 Add function to make cctxParams from ZSTD_parameters by Stella Lau · 8 years ago
  75. bd9c8ca Merge pull request #811 from terrelln/segmentSize by Yann Collet · 8 years ago
  76. 23fc0e4 Remove 'opaque' naming from internal functions by Stella Lau · 8 years ago
  77. 8fd1636 Remove unused functions by Stella Lau · 8 years ago
  78. 6b2b6a9 fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously by Yann Collet · 8 years ago
  79. e50ed1f Fix undefined behavior when srcSize==1 by Stella Lau · 8 years ago
  80. 60e1bc6 Explicitly create a job cctxParam for multithreading by Stella Lau · 8 years ago
  81. 5b956f4 Comment out CCtx_param versions of CDict functions by Stella Lau · 8 years ago
  82. 29c2d9a [cover] Turn down notification for ZDICT subroutines by Nick Terrell · 8 years ago
  83. 98de3f6 [cover] Add dictionary size to compressed size by Nick Terrell · 8 years ago
  84. 78c3d16 Merge pull request #809 from terrelln/dev by Yann Collet · 8 years ago
  85. 9a54a31 [cover] Convert score to U32 and check for zero by Nick Terrell · 8 years ago
  86. fd8a257 Check parameters are valid in initCCtxParams by Stella Lau · 8 years ago
  87. 1c0dbe8 Add documentation for CCtx_params by Stella Lau · 8 years ago
  88. d49eb40 [cover] Stop when segmentSize is less than d by Nick Terrell · 8 years ago
  89. 939f954 Pass ZSTD_CCtx_params as const ptr when possible by Stella Lau · 8 years ago
  90. 73c73bf Reduce code duplication in zstreamtest by Stella Lau · 8 years ago
  91. 560b34f Return error code when initializing NULL cctxParams by Stella Lau · 8 years ago
  92. 25be09c Set some parameters to zero before initializing cdict by Stella Lau · 8 years ago
  93. 232d62b fixed a few headers that were too hastily copy/pasted during last license change by Yann Collet · 8 years ago
  94. 3587556 [cover] Test small maxdict by Nick Terrell · 8 years ago
  95. f306d40 [cover] Fix divide by zero by Nick Terrell · 8 years ago
  96. 502031c Use cctxParam version of createCDict internally by Stella Lau · 8 years ago
  97. 91b30db Remove test parameter by Stella Lau · 8 years ago
  98. f181f33 Disable tests and refactor by Stella Lau · 8 years ago
  99. 023b24e Add cctx param tests by Stella Lau · 8 years ago
  100. 4912fc2 updated NEWS for v1.3.1 by Yann Collet · 8 years ago