1. 2db1eb7 reordered functions by inikep · 9 years ago
  2. e5b6e9e fixed support for searchLength=4 by inikep · 9 years ago
  3. 7571685 MINMATCH=3 for lazy strategy by inikep · 9 years ago
  4. 7bc19b6 MINMATCH=3 by inikep · 9 years ago
  5. f8a339d working ZSTD_compressBlock_opt_extDict_generic by inikep · 9 years ago
  6. 83417bb code formatting by inikep · 9 years ago
  7. 5ce00ae ZSTD_compressBlock_opt_extDict_generic in progress by inikep · 9 years ago
  8. faa8d8a introduced ZSTD_compressBlock_greedy by inikep · 9 years ago
  9. 908fcb3 3 repcodes with ZSTD_compressBlock_lazy_extDict_generic by inikep · 9 years ago
  10. a4385aa ZSTD_REP_NUM=3 only by inikep · 9 years ago
  11. d5359b2 Merge remote-tracking branch 'refs/remotes/origin/repcodes' into dev by inikep · 9 years ago
  12. ba73d1b support for ZSTD_REP_NUM=3 by inikep · 9 years ago
  13. 74e3a7b removed kSlotNew by inikep · 9 years ago
  14. b353279 experiments with ZSTD_decodeSequence by inikep · 9 years ago
  15. 2ec2698 working 4 reps by inikep · 9 years ago
  16. 19140cd zstd_stats.h moved to .debug/ by inikep · 9 years ago
  17. d6f208b improved logging by inikep · 9 years ago
  18. 78e5204 Merge remote-tracking branch 'refs/remotes/origin/dev' into repcodes by inikep · 9 years ago
  19. cb70c8a fixed -Werror,-Wconversion warning by inikep · 9 years ago
  20. 0c7456c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 9 years ago
  21. 227dd4b changed price estimation for optimal parser by inikep · 9 years ago
  22. 8a57b92 changed `contentLog` -> `chainLog` by Yann Collet · 9 years ago
  23. 1005fc1 reduced memory usage of very hich compression levels in 32-bits mode by Yann Collet · 9 years ago
  24. 19bd48f Merge from Cyan4973/dev060 by inikep · 9 years ago
  25. 1535414 Fixed 32-bits windowLog limitation Fixed some macro errors in zbufftest by Yann Collet · 9 years ago
  26. 9bf7016 minor variable isolation by Yann Collet · 9 years ago
  27. fd265ca minor cli correction (arguments are `const char*`) by Yann Collet · 9 years ago
  28. 3846108 code refactorization, for better clarity and reliability by Yann Collet · 9 years ago
  29. 541cf19 minor variable isolation by Yann Collet · 9 years ago
  30. 15bc943 stronger zbuff synchronization tests by Yann Collet · 9 years ago
  31. 3f73a27 Merge pull request #159 from Cyan4973/alternate3 by Yann Collet · 9 years ago
  32. 5a88a70 fixed buffer sync error in zbuff by Yann Collet · 9 years ago
  33. ef36390 refined exception for hashlog < min by Yann Collet · 9 years ago
  34. 40358d0 Fix : rare bugs when hashLog < min in bt mode by Yann Collet · 9 years ago
  35. fe56eb9 removed unwanted files by Yann Collet · 9 years ago
  36. 31feb74 Merge pull request #158 from Cyan4973/alternate3 by Yann Collet · 9 years ago
  37. 1d803d8 fixed zbuff error 775-3 (internal buffer management) by Yann Collet · 9 years ago
  38. efb1830 fixed minor visual 32-64bits conversion warning by Yann Collet · 9 years ago
  39. afa60e0 fixed decoding error, reported by Maciej Adamczyk by Yann Collet · 9 years ago
  40. 27caf2a minor variable isolation by Yann Collet · 9 years ago
  41. 9bb87e5 fixed harmless comparison warning by Yann Collet · 9 years ago
  42. 51d5004 fixed paramgrill by Yann Collet · 9 years ago
  43. dd6466a fixed clang conversion warning by Yann Collet · 9 years ago
  44. 3b71925 separate params into compressionParams and frameParams by Yann Collet · 9 years ago
  45. 21588e3 changed validateParams() into checkParams() + adjustParams() by Yann Collet · 9 years ago
  46. 1c556a3 ticksPerSecond=0 by inikep · 9 years ago
  47. 33ad251 removed clock_gettime (not portable) by inikep · 9 years ago
  48. 4611d11 added -lrt required by clock_gettime by inikep · 9 years ago
  49. 4c12f23 support for QueryPerformanceCounter and clock_gettime by inikep · 9 years ago
  50. 06f793a fix for BMK_clockSpan on Windows by inikep · 9 years ago
  51. b44be74 Fixed zdict more dictionary compression tests by Yann Collet · 9 years ago
  52. 74bd119 fixed ARM compatibility by Yann Collet · 9 years ago
  53. b915140 fixed 32-bits compatibility by Yann Collet · 9 years ago
  54. a5b66e3 minor variable isolation and remove a goto by Yann Collet · 9 years ago
  55. b58c685 fixed : fullbench link to deprecate function (wrong prototype) by Yann Collet · 9 years ago
  56. 97c88e7 fix for -Wshorten-64-to-32 warning in ZSTD_statsUpdatePrices by inikep · 9 years ago
  57. 5553442 fixed compilation with ZSTD_NOBENCH by inikep · 9 years ago
  58. 433a5cc improved decompression speed (680) by Yann Collet · 9 years ago
  59. 5cc4efd created zstd_stats.h by inikep · 9 years ago
  60. 646693e support for alternate offset (fusion) by Yann Collet · 9 years ago
  61. b21ce15 minor variables isolation by Yann Collet · 9 years ago
  62. 7cbe79a fixed write overflow found by fuzzer by Yann Collet · 9 years ago
  63. 72d706a fixed crash at -O3 with customized block size (wrong alignment) by Yann Collet · 9 years ago
  64. eaba91a added ZSTD_compressBegin_targetSrcSize by inikep · 9 years ago
  65. 862a859 Added BMI instructions by Yann Collet · 9 years ago
  66. 7adceef hashLog3 added to ZSTD_CCtx by inikep · 9 years ago
  67. 6cf45da shared const BIT_mask by Yann Collet · 9 years ago
  68. 3c01786 minor optimization (DSpeed 665) by Yann Collet · 9 years ago
  69. 2512597 minor reordering (DSpeed 665) by Yann Collet · 9 years ago
  70. afab020 improved decoding speed (660) by Yann Collet · 9 years ago
  71. 472638c added mili_sleep and setHighPriority by inikep · 9 years ago
  72. fd69225 bench : added HIGH_PRIORTY by Yann Collet · 9 years ago
  73. 9c34df9 new decodeSequence, merging parts by Yann Collet · 9 years ago
  74. add08d6 minor variation - DSpeed at 640 by Yann Collet · 9 years ago
  75. be39143 first working version with both encoder and decode alternate LL + ML coding scheme. by Yann Collet · 9 years ago
  76. 2872b6f Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 9 years ago
  77. 5192b3e #define _POSIX_C_SOURCE 199309L by inikep · 9 years ago
  78. fadda6c first prototype with ML encoding scheme (but not yet decoding scheme) by Yann Collet · 9 years ago
  79. 2b94288 improved 4reps in ZSTD_compressBlock_lazy_generic by inikep · 9 years ago
  80. 1dcf930 Merge branch 'dev060' into alternateLLcode by Yann Collet · 9 years ago
  81. 5a854af Fixed #153, reported by @thatsafunnyname by Yann Collet · 9 years ago
  82. f2fa0e1 final repcodes for ZSTD_btopt by inikep · 9 years ago
  83. 378be62 better repcodes by inikep · 9 years ago
  84. fc1d7bd changed update logic of repcodes by inikep · 9 years ago
  85. e7ec8f2 improved ratio by inikep · 9 years ago
  86. be4605d improved decompression speed by Yann Collet · 9 years ago
  87. e91477c minor variable isolation by Yann Collet · 9 years ago
  88. b0aec17 code simplification (but reduce decompression speed ...) by Yann Collet · 9 years ago
  89. 5c71491 first working version with alternate LL codes by Yann Collet · 9 years ago
  90. 6c62b7d support default LL distribution by Yann Collet · 9 years ago
  91. d64f435 handles litLength >= 65535 by Yann Collet · 9 years ago
  92. 597847a first emulation by Yann Collet · 9 years ago
  93. ecabfe3 Improved index overflow protection by Yann Collet · 9 years ago
  94. 5244738 minor code refactoring by Yann Collet · 9 years ago
  95. de406ee minor code refactor by Yann Collet · 9 years ago
  96. 516ba88 updated huff0 by Yann Collet · 9 years ago
  97. a5c2c08 code refactoring by Yann Collet · 9 years ago
  98. 70e4577 minor code refactoring by Yann Collet · 9 years ago
  99. c6eea2b Improved speed for small files by Yann Collet · 9 years ago
  100. e74215e performance fix for small files by Yann Collet · 9 years ago