1. 9f6b7b6 Merge pull request #1049 from facebook/contrib by Yann Collet · 7 years ago
  2. f2562c0 Merge pull request #1053 from Varunram/cmakelists by Yann Collet · 7 years ago
  3. d932fb6 Merge pull request #1045 from terrelln/mt-single by Yann Collet · 7 years ago
  4. 90c598f Add missing checks to CMakeLists;closes #1023 by Varunram · 7 years ago
  5. ec0959e Merge branch 'dev' into mt-single by Yann Collet · 7 years ago
  6. d796a78 Merge pull request #1050 from terrelln/restore-loadedDictEnd by Yann Collet · 7 years ago
  7. 4af1faf Restore setting loadedDictEnd by Nick Terrell · 7 years ago
  8. 5373e44 fixed contrib/adaptive-compression by Yann Collet · 7 years ago
  9. 9781640 added /contrib projects to `make all` by Yann Collet · 7 years ago
  10. 355cb64 fixed seekable format example by Yann Collet · 7 years ago
  11. 38cbcb5 removed LRM exploratory experiment by Yann Collet · 7 years ago
  12. f15a17e Use a single buffer in zstdmt by Nick Terrell · 8 years ago
  13. 192542b Merge pull request #1047 from facebook/hufCompress by Yann Collet · 7 years ago
  14. 55bb8bb Merge pull request #1037 from terrelln/extern-seq by Yann Collet · 7 years ago
  15. a271399 Expose reference external sequence API by Nick Terrell · 7 years ago
  16. 1908c92 Merge remote-tracking branch 'upstream/dev' into extern-seq by Nick Terrell · 7 years ago
  17. 49ce7a0 Merge pull request #1035 from terrelln/31-overflow by Yann Collet · 7 years ago
  18. a909c29 Merge branch 'dev' into hufCompress by Yann Collet · 7 years ago
  19. a9a6dcb Expose reference external sequence API by Nick Terrell · 8 years ago
  20. 33fb966 Fix overflow protection with wlog=31 by Nick Terrell · 8 years ago
  21. 4c5cbac Merge pull request #1041 from facebook/fasterFast by Yann Collet · 8 years ago
  22. 50f763e fixed several comments are underlined by @terrelln by Yann Collet · 8 years ago
  23. a95a88a removed huf_compress_impl.h by Yann Collet · 8 years ago
  24. bd7bb94 Merge pull request #1044 from baldurk/remove-utf8-characters by Yann Collet · 8 years ago
  25. 430a2fe Remove non-ASCII characters in header file comments by Baldur Karlsson · 8 years ago
  26. 6e388ee Merge pull request #1042 from JesseTG/jtg/t0-printout by Yann Collet · 8 years ago
  27. 530eeb4 Merge pull request #1039 from facebook/zstd_decompress by Yann Collet · 8 years ago
  28. 2f70fbf Made -H's printout specify the semantics of -T0 by Jesse Talavera-Greenberg · 8 years ago
  29. 2291b85 changed ZSTD_p_literalCompression into ZSTD_p_compressLiterals by Yann Collet · 8 years ago
  30. a57d43d updated documentation of targetLength by Yann Collet · 8 years ago
  31. f24566b minor bench improvements by Yann Collet · 8 years ago
  32. 6a9b41b create command --fast[=#] by Yann Collet · 8 years ago
  33. a146ee0 added negative compression levels by Yann Collet · 8 years ago
  34. facc09a minor compression level adaptation by Yann Collet · 8 years ago
  35. e0ba7cc Merge pull request #1038 from HaydnTrigg/dev by Yann Collet · 8 years ago
  36. c635102 Visual Studio 2017 build scripts by Haydn Trigg · 8 years ago
  37. fe321f9 re-integrate ZSTD_decompressSequencesLong() into zstd_decompress.c by Yann Collet · 8 years ago
  38. 89a2ebb incorporated ZSTD_decompressSequences() into zstd_decompress() by Yann Collet · 8 years ago
  39. cdb1f14 incorporated ZSTD_initFseState() inside zstd_decompress.c by Yann Collet · 8 years ago
  40. a166eae incorporate ZSTD_decodeSequenceLong() within zstd_decompress.c by Yann Collet · 8 years ago
  41. 17626ba restored ZSTD_decodeSequence() into zstd_decompress.c by Yann Collet · 8 years ago
  42. 8c6dbf4 updated NEWS in preparation for v1.3.4 by Yann Collet · 8 years ago
  43. 5414b8e Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  44. e916b90 gen_html: changed CFLAGS for CXXFLAGS by Yann Collet · 8 years ago
  45. 5116957 Merge pull request #1036 from terrelln/thread-void by Yann Collet · 8 years ago
  46. 0379d83 Merge pull request #1034 from facebook/longOffsetMode by Yann Collet · 8 years ago
  47. 7e103cd [threading] Cast unused arguments to void by Nick Terrell · 8 years ago
  48. db147ea improved comments by Yann Collet · 8 years ago
  49. 51262bd Merge pull request #1033 from facebook/benchDecode by Yann Collet · 8 years ago
  50. 06ca9c7 fixed 0-seq blocks in block-decompression mode by Yann Collet · 8 years ago
  51. 9a91afe long offset mode : new default threshold for 32-bit by Yann Collet · 8 years ago
  52. 7bd7a3a long offset mode : new default threshold for 64-bits mode by Yann Collet · 8 years ago
  53. c0393a5 fixed counting long distance weights by Yann Collet · 8 years ago
  54. a70f7e1 Merge branch 'benchDecode' into longOffsetMode by Yann Collet · 8 years ago
  55. 03e7e14 fix benchmark issue when measuring only decoding speed by Yann Collet · 8 years ago
  56. 41bd104 Merge branch 'dev' into longOffsetMode by Yann Collet · 8 years ago
  57. cb789d2 re-inserted offset evaluation by Yann Collet · 8 years ago
  58. 99afe72 Merge pull request #1032 from facebook/bmi2 by Yann Collet · 8 years ago
  59. b91ddf0 Merge branch 'dev' into longOffsetMode by Yann Collet · 8 years ago
  60. 4037411 Merge pull request #1029 from cemeyer/dev by Yann Collet · 8 years ago
  61. d02b44c DYNAMIC_BMI2 enabled for clang by Yann Collet · 8 years ago
  62. 3ba307b Merge pull request #1031 from facebook/inline48 by Yann Collet · 8 years ago
  63. 45b09e7 limit DYNAMIC_BMI2 to gcc >= 4.8 by Yann Collet · 8 years ago
  64. b01552a force inlining of HUF_decodeSymbol*() functions by Yann Collet · 8 years ago
  65. 6063742 FIO_addFInfo: Fully initialize output 'total' struct by Conrad Meyer · 8 years ago
  66. 564cb1b update doc/README.md on provided tools to test 3rd party implementations by Yann Collet · 8 years ago
  67. ccb7184 Merge pull request #1026 from terrelln/lrm-window by Yann Collet · 8 years ago
  68. 0a0e64c LDM manages its own window round buffer by Nick Terrell · 8 years ago
  69. 2c4d3f3 Merge pull request #1025 from facebook/huf by Yann Collet · 8 years ago
  70. 33a3f18 fixed wrong size test by Yann Collet · 8 years ago
  71. d18d43a Merge pull request #1024 from terrelln/window-split by Yann Collet · 8 years ago
  72. 8974165 added error code workSpace_tooSmall by Yann Collet · 8 years ago
  73. 6cdf690 minor cleaning of huff0 by Yann Collet · 8 years ago
  74. 6b88d59 Reduce ZSTD_CHAINLOG_MAX to 29 in 32-bit mode by Nick Terrell · 8 years ago
  75. 7e5e226 Split the window state into substructure by Nick Terrell · 8 years ago
  76. 50bc2ce Merge pull request #1021 from terrelln/lrm-split by Yann Collet · 8 years ago
  77. 653383f minor nit from Mac XCode by Yann Collet · 8 years ago
  78. 7e2bf4e Remove long range matcher immediate repcode check by Nick Terrell · 8 years ago
  79. af866b3 Split block compresser out of long range matcher by Nick Terrell · 8 years ago
  80. 4fb071e Merge pull request #1022 from facebook/bmi2IntoC by Yann Collet · 8 years ago
  81. 0fd4df6 Implemented BMI2 functions directly within huf_decompress.c by Yann Collet · 8 years ago
  82. 4d6632c Merge pull request #1020 from facebook/betterBench by Yann Collet · 8 years ago
  83. 6e48150 fullbench includes assert.h by Yann Collet · 8 years ago
  84. 9c5a804 fixed huf_compress workspace size by Yann Collet · 8 years ago
  85. 364ce19 update fullbench measurement methodology by Yann Collet · 8 years ago
  86. 993ffff Merge pull request #1019 from facebook/betterBench by Yann Collet · 8 years ago
  87. 25d00d1 fixed minor conversion warning by Yann Collet · 8 years ago
  88. 010ba5f Merge pull request #1017 from terrelln/c-bmi2 by Yann Collet · 8 years ago
  89. 3538a53 use TIMELOOP_NANOSEC by Yann Collet · 8 years ago
  90. d3364aa improve benchmark measurement for small inputs by Yann Collet · 8 years ago
  91. 6e128d3 [BMI2] Add comments to the bmi2 variable in the contexts by Nick Terrell · 8 years ago
  92. 70163bf added clarification comments in zstd_errors.h by Yann Collet · 8 years ago
  93. 7117ea8 Merge pull request #1011 from terrelln/bmi2 by Yann Collet · 8 years ago
  94. b58f015 [compress] Support BMI2 by Nick Terrell · 8 years ago
  95. 4319132 [decompress] Support BMI2 by Nick Terrell · 8 years ago
  96. 5cb1144 fixed --single-thread by Yann Collet · 8 years ago
  97. 9716250 Merge pull request #1014 from facebook/fasterDec by Yann Collet · 8 years ago
  98. 9b18435 pretify last unit test output by Yann Collet · 8 years ago
  99. 2524cbd added code comment on how to generate default tables by Yann Collet · 8 years ago
  100. 71c0796 added SEQSYMBOL_TABLE_SIZE() by Yann Collet · 8 years ago