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