1. c31ee3c Fix Rep Code Initialization by W. Felix Handte · 7 years ago
  2. b67196f Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff by W. Felix Handte · 7 years ago
  3. 265c286 Split Wrapper Functions to Cause Inlining by W. Felix Handte · 7 years ago
  4. 6929964 Add bounds check in repcode tests by W. Felix Handte · 7 years ago
  5. 70a537d Initial Repcode Check Support for Ext Dict Ctx by W. Felix Handte · 7 years ago
  6. 8d24ff0 Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx by W. Felix Handte · 7 years ago
  7. d18a405 Refer to the Dictionary Match State In-Place (Sometimes) by W. Felix Handte · 7 years ago
  8. 27dc078 Merge pull request #1144 from terrelln/fse-entropy by Yann Collet · 6 years ago
  9. 4a498f0 Merge pull request #1145 from terrelln/spec by Yann Collet · 6 years ago
  10. 73f4c89 Clarify what happens when Number_of_Sequences == 0 by Nick Terrell · 6 years ago
  11. e3959d5 Fixes by Nick Terrell · 6 years ago
  12. 49cf880 Approximate FSE encoding costs for selection by Nick Terrell · 7 years ago
  13. 27af35c Merge pull request #1143 from facebook/tableLevels by Yann Collet · 6 years ago
  14. ade5839 Merge branch 'tableLevels' of github.com:facebook/zstd into tableLevels by Yann Collet · 6 years ago
  15. 5381369 Merge branch 'dev' into tableLevels by Yann Collet · 6 years ago
  16. ca06a1d Merge pull request #1142 from terrelln/better-dict by Yann Collet · 6 years ago
  17. 38c2c46 Merge branch 'dev' into tableLevels by Yann Collet · 6 years ago
  18. b0b3fb5 updated compression levels for blocks of 256KB by Yann Collet · 6 years ago
  19. 7cbb8bb [cover] Small compression ratio improvement by Nick Terrell · 6 years ago
  20. 4430342 Merge pull request #1139 from fbrosson/prefetch by Yann Collet · 6 years ago
  21. 291824f __builtin_prefetch did probably not exist before gcc 3.1. by fbrosson · 6 years ago
  22. bd6417d Merge pull request #1140 from fbrosson/cpu-asm by Yann Collet · 6 years ago
  23. 16bb8f1 Drop colon in asm snippet to make old versions of gcc happy. by fbrosson · 6 years ago
  24. 63eeeaa update table levels for blocks <= 16K by Yann Collet · 7 years ago
  25. 9938b17 Merge pull request #1135 from facebook/frameCSize by Yann Collet · 7 years ago
  26. b14c4bf Merge pull request #1136 from terrelln/fix by Yann Collet · 7 years ago
  27. 30d9c84 Fix failing Travis tests by Nick Terrell · 7 years ago
  28. f372ffc Merge pull request #1127 from facebook/staticDictCost by Yann Collet · 7 years ago
  29. d59cf02 decompress: changed error code when input is too large by Yann Collet · 7 years ago
  30. c8c67f7 Merge branch 'dev' into tableLevels by Yann Collet · 7 years ago
  31. 174bd3d Merge pull request #1131 from facebook/zstdcli by Yann Collet · 7 years ago
  32. 5d76201 Merge pull request #1130 from facebook/man by Yann Collet · 7 years ago
  33. 902db38 Merge pull request #1129 from facebook/paramgrill by Yann Collet · 7 years ago
  34. 3870db1 Merge branch 'dev' into tableLevels by Yann Collet · 7 years ago
  35. 4da0216 Merge pull request #1133 from felixhandte/travis-fix by Yann Collet · 7 years ago
  36. e26be5a Travis CI Runs apt-get Update by W. Felix Handte · 7 years ago
  37. 2c39295 paramgrill: use NB_LEVELS_TRACKED in loop by Yann Collet · 7 years ago
  38. c9227ee update table for 128 KB blocks by Yann Collet · 7 years ago
  39. b425048 update compression levels for large inputs by Yann Collet · 7 years ago
  40. 9cd5c63 cli: control numeric argument overflow by Yann Collet · 7 years ago
  41. 3f89cd1 minor : factor out errorOut() by Yann Collet · 7 years ago
  42. b824d21 fix #1115 by Yann Collet · 7 years ago
  43. 5099390 paramgrill: subtle change in level spacing by Yann Collet · 7 years ago
  44. a3f2e84 added programmable constraints by Yann Collet · 7 years ago
  45. 17c19fb generalized use of readU32FromChar() by Yann Collet · 7 years ago
  46. 7617589 replaced FSE_count by FSE_count_simple by Yann Collet · 7 years ago
  47. 66b8181 Merge pull request #1128 from facebook/libdir by Yann Collet · 7 years ago
  48. 3193d69 minor patch, ensuring LIBDIR is created before installation by Yann Collet · 7 years ago
  49. 99ddca4 fixed wrong assertion by Yann Collet · 7 years ago
  50. 0d76266 fixed c++ conversion warning by Yann Collet · 7 years ago
  51. 09d0fa2 minor adjusting of weights by Yann Collet · 7 years ago
  52. 1a26ec6 opt: init statistics from dictionary by Yann Collet · 7 years ago
  53. 74b1c75 btopt : minor adjustment of update frequencies by Yann Collet · 7 years ago
  54. 498ab7b Merge pull request #1123 from baruchsiach/fix-install-pc by Yann Collet · 7 years ago
  55. ac61054 opt: minor improvements to log traces by Yann Collet · 7 years ago
  56. c39061c fixed declaration-after-statement warning by Yann Collet · 7 years ago
  57. 4d5bd32 added traces to look at symbol costs by Yann Collet · 7 years ago
  58. c0da0f5 switchable bit-approximation / fractional-bit accuracy modes by Yann Collet · 7 years ago
  59. 33dfc54 Merge pull request #1124 from terrelln/playtests-gnu by Yann Collet · 7 years ago
  60. ba2ad9b implemented fractional bit cost evaluation by Yann Collet · 7 years ago
  61. 1aff63b opt: shift all costs by 8 bits (* 256) by Yann Collet · 7 years ago
  62. 6a3c34a opt: estimate cost of both Hufman and FSE symbols by Yann Collet · 7 years ago
  63. 338f738 pass entropy tables to optimal parser by Yann Collet · 7 years ago
  64. a155061 minor code refactor for readability by Yann Collet · 7 years ago
  65. 2dde9d5 Write to /dev/random for test by Nick Terrell · 7 years ago
  66. 9a0643b lib/Makefile: create include directory before headers installation by Baruch Siach · 7 years ago
  67. 87125c2 Merge pull request #1122 from facebook/fixCDictBlock by Yann Collet · 7 years ago
  68. ad4524d fix ZSTD_compressBlock() associated with CDict by Yann Collet · 7 years ago
  69. ef1abd3 Merge pull request #1120 from lamby/897904-libzstd-please-make-the-build-reproducible by Yann Collet · 7 years ago
  70. 2dbe408 Make the build reproducible by Chris Lamb · 7 years ago
  71. 5ec92c4 Merge pull request #1118 from terrelln/playtests-typo by Yann Collet · 7 years ago
  72. 263134c Fix playTests.sh typo by Nick Terrell · 7 years ago
  73. b095bff ignore Windows build/test artefacts by cyan4973 · 7 years ago
  74. 1fc15df Merge pull request #1114 from pseiderer/ps-devel-001 by Yann Collet · 7 years ago
  75. 82ad249 Clarifications of Zstandard format specification by Yann Collet · 7 years ago
  76. 64bfdca Split library install target into pc, static, shared and include only target by Peter Seiderer · 7 years ago
  77. a11f0c6 Merge pull request #1113 from terrelln/dict-fix by Yann Collet · 7 years ago
  78. ca77822 Fix parameter adjustment with dictionary by Nick Terrell · 7 years ago
  79. 12f60b8 clarified documentation related to refPrefix() by Yann Collet · 7 years ago
  80. 449cccf Merge pull request #1112 from facebook/lz4dec by Yann Collet · 7 years ago
  81. ace856a updated documentation of streaming compression api by Yann Collet · 7 years ago
  82. 62487b5 fixed decoding bogus lz4 frame by cyan4973 · 7 years ago
  83. 2c3ad05 Fix the problem that enables DYNAMIC_BMI2 macro by mistake on ARM architecture with Clang (#1110) by taigacon · 7 years ago
  84. 9de03cd Merge pull request #1107 from terrelln/reset-params by Yann Collet · 7 years ago
  85. e8c9dc5 Fix documentation by Nick Terrell · 7 years ago
  86. c098798 Only reset CDict in ZSTD_CCtx_resetParameters() by Nick Terrell · 7 years ago
  87. 9f76eeb Add ZSTD_CCtx_resetParameters() function by Nick Terrell · 7 years ago
  88. 3c3f59e Enforce pledgeSrcSize whenever known (#1106) by Nick Terrell · 7 years ago
  89. 1f25b17 Merge pull request #1105 from terrelln/get-param by Yann Collet · 7 years ago
  90. 280a236 Add ZSTD_CCtx(Param)?_getParameter() function by Nick Terrell · 7 years ago
  91. 0421217 doc : clarified advanced API usage by Yann Collet · 7 years ago
  92. ad5ba6c updated comment on parameters that can be changed during compression by Yann Collet · 7 years ago
  93. 1da629f Merge pull request #1104 from terrelln/fast-train by Yann Collet · 7 years ago
  94. 569e2ab Allow negative compression levels in training by Nick Terrell · 7 years ago
  95. 77e373b Merge pull request #1103 from kilobyte/dev by Yann Collet · 7 years ago
  96. 00d5228 Use -pthread rather than -lpthread. by Adam Borowski · 7 years ago
  97. 4195b36 Merge pull request #1100 from bket/stable_sort by Yann Collet · 7 years ago
  98. f35b8ba updated ZSTD_p_chainLog description by Yann Collet · 7 years ago
  99. b1e4d89 Merge pull request #1099 from bket/fix_typo by Yann Collet · 7 years ago
  100. 462aed6 zstd requires a stable sort. by Björn Ketelaars · 7 years ago