1. 6f1a21c Remove formatting-only changes by Stella Lau · 7 years ago
  2. 1130377 Add function to make cctxParams from ZSTD_parameters by Stella Lau · 7 years ago
  3. 23fc0e4 Remove 'opaque' naming from internal functions by Stella Lau · 7 years ago
  4. 8fd1636 Remove unused functions by Stella Lau · 7 years ago
  5. 60e1bc6 Explicitly create a job cctxParam for multithreading by Stella Lau · 7 years ago
  6. 5b956f4 Comment out CCtx_param versions of CDict functions by Stella Lau · 7 years ago
  7. fd8a257 Check parameters are valid in initCCtxParams by Stella Lau · 7 years ago
  8. 1c0dbe8 Add documentation for CCtx_params by Stella Lau · 7 years ago
  9. 939f954 Pass ZSTD_CCtx_params as const ptr when possible by Stella Lau · 7 years ago
  10. 73c73bf Reduce code duplication in zstreamtest by Stella Lau · 7 years ago
  11. 560b34f Return error code when initializing NULL cctxParams by Stella Lau · 7 years ago
  12. 25be09c Set some parameters to zero before initializing cdict by Stella Lau · 7 years ago
  13. 502031c Use cctxParam version of createCDict internally by Stella Lau · 7 years ago
  14. 91b30db Remove test parameter by Stella Lau · 7 years ago
  15. f181f33 Disable tests and refactor by Stella Lau · 7 years ago
  16. 023b24e Add cctx param tests by Stella Lau · 7 years ago
  17. 6cee6e0 Add internal createCDict function by Stella Lau · 7 years ago
  18. d775519 Add cctxParam versions of internal functions by Stella Lau · 7 years ago
  19. 63b8c98 Pass cctx parameters to MTCtx by Stella Lau · 7 years ago
  20. 399ae01 Add function to apply cctx params by Stella Lau · 7 years ago
  21. 81d89d8 Move nbThreads to cctx params by Stella Lau · 7 years ago
  22. 2300c58 Move dictContentByRef to cctx params by Stella Lau · 7 years ago
  23. b6cb2ed Move dictMode to cctxParams by Stella Lau · 7 years ago
  24. 97e27af Move compression level to cctx params by Stella Lau · 7 years ago
  25. c022112 Add function to set opaque parameters by Stella Lau · 7 years ago
  26. 4169f49 Add initialization/allocation functions for opaque params by Stella Lau · 7 years ago
  27. ade95b8 Add opaque interfaces for static initialization by Stella Lau · 7 years ago
  28. 699f11b Create opaque parameter structure by Stella Lau · 7 years ago
  29. 6466fd3 Merge pull request #776 from terrelln/dev by Yann Collet · 7 years ago
  30. ae20d41 [libzstd] Fix CHECK_V_F macros by Nick Terrell · 7 years ago
  31. 38ba700 fixed minor warning on unused variable in shell function by Yann Collet · 7 years ago
  32. a90b16e Visual blind fix 2 by Yann Collet · 7 years ago
  33. 4542d71 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  34. 5e6c520 fixed fuzzer test for non OS-X platforms by Yann Collet · 7 years ago
  35. 57251f5 Merge pull request #773 from terrelln/lk-v3 by Yann Collet · 7 years ago
  36. 7d3ac07 [linux] Update patches for v3 by Nick Terrell · 7 years ago
  37. b4d460f pool.c : blindfix for Visual warnings by Yann Collet · 7 years ago
  38. 1ca1288 added --memtest=# command to fuzzer by Yann Collet · 7 years ago
  39. 3974d2b blind fix for Windows Multithreading module by Yann Collet · 7 years ago
  40. b71363b check pthread_*_init() success condition by Yann Collet · 7 years ago
  41. 44b0838 Merge pull request #770 from terrelln/test-mode by Yann Collet · 7 years ago
  42. 2aba13b Merge pull request #769 from terrelln/real-block-split by Yann Collet · 7 years ago
  43. d0b2748 [zstdcli] Fix -t in streaming mode by Nick Terrell · 7 years ago
  44. cc15223 [libzstd] Fix bug in Huffman encoding by Nick Terrell · 7 years ago
  45. 77d67fb Merge pull request #766 from terrelln/real-block-split by Yann Collet · 7 years ago
  46. 14c83b0 Merge pull request #765 from terrelln/real-block-split by Yann Collet · 7 years ago
  47. 7a28b9e [libzstd] Pull optimal parser state out of seqStore_t by Nick Terrell · 7 years ago
  48. 3381bf4 Merge pull request #764 from terrelln/real-block-split by Yann Collet · 7 years ago
  49. e198230 [libzstd] Remove ZSTD_CCtx* argument of ZSTD_compressSequences() by Nick Terrell · 7 years ago
  50. 634f012 [libzstd] Refactor ZSTD_compressSequences() by Nick Terrell · 7 years ago
  51. fa3aa04 Merge pull request #761 from paulcruz74/file-rename by Yann Collet · 7 years ago
  52. 3841ee6 Merge pull request #762 from facebook/errorCodes by Yann Collet · 7 years ago
  53. 3b0cff3 fixed clang's -Wdocumentation by Yann Collet · 7 years ago
  54. 2bd6440 pinned down error code enum values by Yann Collet · 7 years ago
  55. 3502426 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  56. 6733c07 updated NEWS regarding #760 by Yann Collet · 7 years ago
  57. 830ef41 [libzstd] Increase granularity of FSECTable repeat mode by Nick Terrell · 7 years ago
  58. d985319 Merge pull request #759 from terrelln/real-block-split by Yann Collet · 7 years ago
  59. 3a60efd policy change : ZSTDMT automatically caps nbThreads to ZSTDMT_NBTHREADS_MAX (#760) by Yann Collet · 7 years ago
  60. 132e6ef switched ZSTDMT_compress_advanced() last argument to overlapLog by Yann Collet · 7 years ago
  61. 4e77f77 clarified comment on ZSTD_p_contentSizeFlag by Yann Collet · 7 years ago
  62. de0414b [libzstd] Pull CTables into sub-structure by Nick Terrell · 7 years ago
  63. d679963 Merge pull request #756 from facebook/memOpt by Yann Collet · 7 years ago
  64. 33cecaa Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  65. 8ef666c slightly increased buffer pool, to cover normal "full load" scenarios by Yann Collet · 7 years ago
  66. 052a95f fix : ZSTDMT_compress_advanced() correctly generates checksum by Yann Collet · 7 years ago
  67. 2a62f48 release input buffers from inside worker thread by Yann Collet · 7 years ago
  68. 5723618 buffer pool : all buffers have same size by Yann Collet · 7 years ago
  69. 34b2b95 zstdmt : intermediate outBuffer allocated from within worker by Yann Collet · 7 years ago
  70. 16261e6 buffer pool can be invoked from multiple threads by Yann Collet · 7 years ago
  71. fe80d45 Merge pull request #755 from jacquesg/solaris by Yann Collet · 7 years ago
  72. c325c8d fix missing symbol 'nanosleep' for Solaris by Jacques Germishuys · 7 years ago
  73. ef0ff7f zstdmt: removed margin for improved memory usage by Yann Collet · 7 years ago
  74. 4616fad improved ZSTDMT_compress() memory usage by Yann Collet · 7 years ago
  75. 670b1fc optimized memory usage for ZSTDMT_compress() by Yann Collet · 7 years ago
  76. 3510efb fix : custom allocator correctly propagated to child contexts by Yann Collet · 7 years ago
  77. ee3423d extended fuzzer MT memory tests by Yann Collet · 7 years ago
  78. 88da8f1 fix : propagate custom allocator to ZSTDMT though ZSTD_CCtx_setParameter() by Yann Collet · 7 years ago
  79. f9524cf added --memtest to fuzzer by Yann Collet · 7 years ago
  80. e32fb0c added ZSTD_sizeof_CCtx() test by Yann Collet · 7 years ago
  81. 89190ef renamed pool.c to poolTests.c by Paul Cruz · 7 years ago
  82. 40156a4 bumped version nb to v1.3.1 by Yann Collet · 7 years ago
  83. 0f4fc6c fixed several conversion warnings by Yann Collet · 7 years ago
  84. ed0243a removed zbufftest from list of `all` tests by Yann Collet · 7 years ago
  85. 9bde061 fixed minor Visual compilation limitation by Yann Collet · 7 years ago
  86. 593d517 fixed minor cast warning by Yann Collet · 7 years ago
  87. 842644e target gpptest uses CXX environment variable by Yann Collet · 7 years ago
  88. d4dcace Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  89. ead4dd4 new field frameHeader.headerSize by Yann Collet · 7 years ago
  90. 4639652 ZSTD_getFrameHeader : control of windowSize limits is delegated to caller by Yann Collet · 7 years ago
  91. 990449b new field : ZSTD_frameHeader.frameType by Yann Collet · 7 years ago
  92. e622330 extended frameHeader.windowSize to unsigned long long by Yann Collet · 7 years ago
  93. 49d3d4f Merge pull request #751 from ivuk/fix-typo by Yann Collet · 7 years ago
  94. e6e25c9 Fix typos in README.md by Igor Vuk · 7 years ago
  95. 7758ed8 fixed fullbench, part 2 by Yann Collet · 7 years ago
  96. 9b2c1ac fixed fullbench by Yann Collet · 7 years ago
  97. f04deff fixed #718, reported by @GregSlazinski, solution suggested by @mcmilk by Yann Collet · 7 years ago
  98. d75c0e7 minor code refactoring by Yann Collet · 7 years ago
  99. 3345a91 cli : use new advanced API by default by Yann Collet · 7 years ago
  100. 49af418 clarified status of zstdmt_compress.h API by Yann Collet · 7 years ago