1. d9c7e67 Assert that Dict and Current Window are Adjacent in Index Space by W. Felix Handte · 6 years ago
  2. 298d24f Make loadedDictEnd an Index, not the Dict Len by W. Felix Handte · 6 years ago
  3. 7ef85e0 Fixes in re Comments by W. Felix Handte · 6 years ago
  4. 582b7f8 Don't Attach Empty Dict Contents by W. Felix Handte · 7 years ago
  5. 9c92223 Avoid Undefined Behavior in Match Ptr Calculation by W. Felix Handte · 7 years ago
  6. a44ab3b Remove Out-of-Date Comment by W. Felix Handte · 7 years ago
  7. 95bdf20 Moar Renames by W. Felix Handte · 7 years ago
  8. 7e0402e Also Attach Dict When Source Size is Unknown by W. Felix Handte · 7 years ago
  9. 3ba70cc Clear the Dictionary When Sliding the Window by W. Felix Handte · 7 years ago
  10. b05ae9b Refine ip Initialization to Avoid ARM Weirdness by W. Felix Handte · 7 years ago
  11. 1a7b34e Use New Index Invariant to Simplify Conditionals by W. Felix Handte · 7 years ago
  12. 2d598e6 Force Working Context Indices Greater than Dict Indices by W. Felix Handte · 7 years ago
  13. d005e5d Whitespace Fix by W. Felix Handte · 7 years ago
  14. 154eb09 Switch to Original Match Calc for noDict Repcode Check by W. Felix Handte · 7 years ago
  15. 191fc74 Rename 'hasDict' to 'dictMode' by W. Felix Handte · 7 years ago
  16. ae4fcf7 Respond to PR Comments; Formatting/Style/Lint Fixes by W. Felix Handte · 7 years ago
  17. ca26cec Rename and Reformat by W. Felix Handte · 7 years ago
  18. 66bc1ca Change Cut-Off to 8 KB by W. Felix Handte · 7 years ago
  19. c31ee3c Fix Rep Code Initialization by W. Felix Handte · 7 years ago
  20. b67196f Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff by W. Felix Handte · 7 years ago
  21. 265c286 Split Wrapper Functions to Cause Inlining by W. Felix Handte · 7 years ago
  22. 6929964 Add bounds check in repcode tests by W. Felix Handte · 7 years ago
  23. 70a537d Initial Repcode Check Support for Ext Dict Ctx by W. Felix Handte · 7 years ago
  24. 8d24ff0 Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx by W. Felix Handte · 7 years ago
  25. d18a405 Refer to the Dictionary Match State In-Place (Sometimes) by W. Felix Handte · 7 years ago
  26. 27dc078 Merge pull request #1144 from terrelln/fse-entropy by Yann Collet · 6 years ago
  27. 4a498f0 Merge pull request #1145 from terrelln/spec by Yann Collet · 6 years ago
  28. 73f4c89 Clarify what happens when Number_of_Sequences == 0 by Nick Terrell · 6 years ago
  29. e3959d5 Fixes by Nick Terrell · 6 years ago
  30. 49cf880 Approximate FSE encoding costs for selection by Nick Terrell · 7 years ago
  31. 27af35c Merge pull request #1143 from facebook/tableLevels by Yann Collet · 6 years ago
  32. ade5839 Merge branch 'tableLevels' of github.com:facebook/zstd into tableLevels by Yann Collet · 6 years ago
  33. 5381369 Merge branch 'dev' into tableLevels by Yann Collet · 6 years ago
  34. ca06a1d Merge pull request #1142 from terrelln/better-dict by Yann Collet · 6 years ago
  35. 38c2c46 Merge branch 'dev' into tableLevels by Yann Collet · 6 years ago
  36. b0b3fb5 updated compression levels for blocks of 256KB by Yann Collet · 6 years ago
  37. 7cbb8bb [cover] Small compression ratio improvement by Nick Terrell · 6 years ago
  38. 4430342 Merge pull request #1139 from fbrosson/prefetch by Yann Collet · 6 years ago
  39. 291824f __builtin_prefetch did probably not exist before gcc 3.1. by fbrosson · 6 years ago
  40. bd6417d Merge pull request #1140 from fbrosson/cpu-asm by Yann Collet · 6 years ago
  41. 16bb8f1 Drop colon in asm snippet to make old versions of gcc happy. by fbrosson · 6 years ago
  42. 63eeeaa update table levels for blocks <= 16K by Yann Collet · 6 years ago
  43. 9938b17 Merge pull request #1135 from facebook/frameCSize by Yann Collet · 7 years ago
  44. b14c4bf Merge pull request #1136 from terrelln/fix by Yann Collet · 7 years ago
  45. 30d9c84 Fix failing Travis tests by Nick Terrell · 7 years ago
  46. f372ffc Merge pull request #1127 from facebook/staticDictCost by Yann Collet · 7 years ago
  47. d59cf02 decompress: changed error code when input is too large by Yann Collet · 7 years ago
  48. c8c67f7 Merge branch 'dev' into tableLevels by Yann Collet · 7 years ago
  49. 174bd3d Merge pull request #1131 from facebook/zstdcli by Yann Collet · 7 years ago
  50. 5d76201 Merge pull request #1130 from facebook/man by Yann Collet · 7 years ago
  51. 902db38 Merge pull request #1129 from facebook/paramgrill by Yann Collet · 7 years ago
  52. 3870db1 Merge branch 'dev' into tableLevels by Yann Collet · 7 years ago
  53. 4da0216 Merge pull request #1133 from felixhandte/travis-fix by Yann Collet · 7 years ago
  54. e26be5a Travis CI Runs apt-get Update by W. Felix Handte · 7 years ago
  55. 2c39295 paramgrill: use NB_LEVELS_TRACKED in loop by Yann Collet · 7 years ago
  56. c9227ee update table for 128 KB blocks by Yann Collet · 7 years ago
  57. b425048 update compression levels for large inputs by Yann Collet · 7 years ago
  58. 9cd5c63 cli: control numeric argument overflow by Yann Collet · 7 years ago
  59. 3f89cd1 minor : factor out errorOut() by Yann Collet · 7 years ago
  60. b824d21 fix #1115 by Yann Collet · 7 years ago
  61. 5099390 paramgrill: subtle change in level spacing by Yann Collet · 7 years ago
  62. a3f2e84 added programmable constraints by Yann Collet · 7 years ago
  63. 17c19fb generalized use of readU32FromChar() by Yann Collet · 7 years ago
  64. 7617589 replaced FSE_count by FSE_count_simple by Yann Collet · 7 years ago
  65. 66b8181 Merge pull request #1128 from facebook/libdir by Yann Collet · 7 years ago
  66. 3193d69 minor patch, ensuring LIBDIR is created before installation by Yann Collet · 7 years ago
  67. 99ddca4 fixed wrong assertion by Yann Collet · 7 years ago
  68. 0d76266 fixed c++ conversion warning by Yann Collet · 7 years ago
  69. 09d0fa2 minor adjusting of weights by Yann Collet · 7 years ago
  70. 1a26ec6 opt: init statistics from dictionary by Yann Collet · 7 years ago
  71. 74b1c75 btopt : minor adjustment of update frequencies by Yann Collet · 7 years ago
  72. 498ab7b Merge pull request #1123 from baruchsiach/fix-install-pc by Yann Collet · 7 years ago
  73. ac61054 opt: minor improvements to log traces by Yann Collet · 7 years ago
  74. c39061c fixed declaration-after-statement warning by Yann Collet · 7 years ago
  75. 4d5bd32 added traces to look at symbol costs by Yann Collet · 7 years ago
  76. c0da0f5 switchable bit-approximation / fractional-bit accuracy modes by Yann Collet · 7 years ago
  77. 33dfc54 Merge pull request #1124 from terrelln/playtests-gnu by Yann Collet · 7 years ago
  78. ba2ad9b implemented fractional bit cost evaluation by Yann Collet · 7 years ago
  79. 1aff63b opt: shift all costs by 8 bits (* 256) by Yann Collet · 7 years ago
  80. 6a3c34a opt: estimate cost of both Hufman and FSE symbols by Yann Collet · 7 years ago
  81. 338f738 pass entropy tables to optimal parser by Yann Collet · 7 years ago
  82. a155061 minor code refactor for readability by Yann Collet · 7 years ago
  83. 2dde9d5 Write to /dev/random for test by Nick Terrell · 7 years ago
  84. 9a0643b lib/Makefile: create include directory before headers installation by Baruch Siach · 7 years ago
  85. 87125c2 Merge pull request #1122 from facebook/fixCDictBlock by Yann Collet · 7 years ago
  86. ad4524d fix ZSTD_compressBlock() associated with CDict by Yann Collet · 7 years ago
  87. ef1abd3 Merge pull request #1120 from lamby/897904-libzstd-please-make-the-build-reproducible by Yann Collet · 7 years ago
  88. 2dbe408 Make the build reproducible by Chris Lamb · 7 years ago
  89. 5ec92c4 Merge pull request #1118 from terrelln/playtests-typo by Yann Collet · 7 years ago
  90. 263134c Fix playTests.sh typo by Nick Terrell · 7 years ago
  91. b095bff ignore Windows build/test artefacts by cyan4973 · 7 years ago
  92. 1fc15df Merge pull request #1114 from pseiderer/ps-devel-001 by Yann Collet · 7 years ago
  93. 82ad249 Clarifications of Zstandard format specification by Yann Collet · 7 years ago
  94. 64bfdca Split library install target into pc, static, shared and include only target by Peter Seiderer · 7 years ago
  95. a11f0c6 Merge pull request #1113 from terrelln/dict-fix by Yann Collet · 7 years ago
  96. ca77822 Fix parameter adjustment with dictionary by Nick Terrell · 7 years ago
  97. 12f60b8 clarified documentation related to refPrefix() by Yann Collet · 7 years ago
  98. 449cccf Merge pull request #1112 from facebook/lz4dec by Yann Collet · 7 years ago
  99. ace856a updated documentation of streaming compression api by Yann Collet · 7 years ago
  100. 62487b5 fixed decoding bogus lz4 frame by cyan4973 · 7 years ago