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