1. abb5c65 minor speed improvement for ZSTD_copyCCtx() by Yann Collet · 8 years ago
  2. 887e7da Fixed copyCCtx() on uninitialized cctx (reported by Oliver Lange) by Yann Collet · 8 years ago
  3. 582933f fixed round-trip corruption, reported by Oliver Lange by Yann Collet · 8 years ago
  4. 793c649 updated cLevels by Yann Collet · 9 years ago
  5. ea63bb7 converted fuzzer timer to clock_t by Yann Collet · 9 years ago
  6. 78267d1 updated cLevel for block <= 256K by Yann Collet · 9 years ago
  7. 72cc704 Merge branch 'dev060' of github.com:Cyan4973/zstd into dev060 by Yann Collet · 9 years ago
  8. 0dbf287 faster level 1 at 256 KB by Yann Collet · 9 years ago
  9. afe1f79 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 9 years ago
  10. 2bf79f9 use extDict only when needed by inikep · 9 years ago
  11. 64d7bcb only repcode 0 for lazy, lazy2 and btlazy2 strategies by inikep · 9 years ago
  12. a69640c Revert "removed void ZSTD_compressBlock_greedy" by inikep · 9 years ago
  13. 5d39357 minor compression speed optimization by Yann Collet · 9 years ago
  14. 9296400 removed void ZSTD_compressBlock_greedy by inikep · 9 years ago
  15. 4853716 Implemented default coding table for lengths and offset by Yann Collet · 9 years ago
  16. 79459da Merge pull request #163 from inikep/dev by Yann Collet · 9 years ago
  17. 81a345b minor speed improvements by inikep · 9 years ago
  18. e47f33f reordered code by inikep · 9 years ago
  19. 2db1eb7 reordered functions by inikep · 9 years ago
  20. e5b6e9e fixed support for searchLength=4 by inikep · 9 years ago
  21. 7571685 MINMATCH=3 for lazy strategy by inikep · 9 years ago
  22. 7bc19b6 MINMATCH=3 by inikep · 9 years ago
  23. f8a339d working ZSTD_compressBlock_opt_extDict_generic by inikep · 9 years ago
  24. 83417bb code formatting by inikep · 9 years ago
  25. 5ce00ae ZSTD_compressBlock_opt_extDict_generic in progress by inikep · 9 years ago
  26. faa8d8a introduced ZSTD_compressBlock_greedy by inikep · 9 years ago
  27. 908fcb3 3 repcodes with ZSTD_compressBlock_lazy_extDict_generic by inikep · 9 years ago
  28. a4385aa ZSTD_REP_NUM=3 only by inikep · 9 years ago
  29. ba73d1b support for ZSTD_REP_NUM=3 by inikep · 9 years ago
  30. 74e3a7b removed kSlotNew by inikep · 9 years ago
  31. 46bdb62 Merge pull request #161 from inikep/dev by Yann Collet · 9 years ago
  32. d6f208b improved logging by inikep · 9 years ago
  33. 78e5204 Merge remote-tracking branch 'refs/remotes/origin/dev' into repcodes by inikep · 9 years ago
  34. 0c7456c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 9 years ago
  35. b59bf96 fixed Visual conversion warnings by Yann Collet · 9 years ago
  36. 8a57b92 changed `contentLog` -> `chainLog` by Yann Collet · 9 years ago
  37. 1005fc1 reduced memory usage of very hich compression levels in 32-bits mode by Yann Collet · 9 years ago
  38. 19bd48f Merge from Cyan4973/dev060 by inikep · 9 years ago
  39. 1535414 Fixed 32-bits windowLog limitation Fixed some macro errors in zbufftest by Yann Collet · 9 years ago
  40. ef36390 refined exception for hashlog < min by Yann Collet · 9 years ago
  41. 40358d0 Fix : rare bugs when hashLog < min in bt mode by Yann Collet · 9 years ago
  42. efb1830 fixed minor visual 32-64bits conversion warning by Yann Collet · 9 years ago
  43. 27caf2a minor variable isolation by Yann Collet · 9 years ago
  44. 9bb87e5 fixed harmless comparison warning by Yann Collet · 9 years ago
  45. 51d5004 fixed paramgrill by Yann Collet · 9 years ago
  46. dd6466a fixed clang conversion warning by Yann Collet · 9 years ago
  47. 3b71925 separate params into compressionParams and frameParams by Yann Collet · 9 years ago
  48. 21588e3 changed validateParams() into checkParams() + adjustParams() by Yann Collet · 9 years ago
  49. b44be74 Fixed zdict more dictionary compression tests by Yann Collet · 9 years ago
  50. b915140 fixed 32-bits compatibility by Yann Collet · 9 years ago
  51. 433a5cc improved decompression speed (680) by Yann Collet · 9 years ago
  52. 5cc4efd created zstd_stats.h by inikep · 9 years ago
  53. 646693e support for alternate offset (fusion) by Yann Collet · 9 years ago
  54. 7cbe79a fixed write overflow found by fuzzer by Yann Collet · 9 years ago
  55. 72d706a fixed crash at -O3 with customized block size (wrong alignment) by Yann Collet · 9 years ago
  56. eaba91a added ZSTD_compressBegin_targetSrcSize by inikep · 9 years ago
  57. 7adceef hashLog3 added to ZSTD_CCtx by inikep · 9 years ago
  58. 2512597 minor reordering (DSpeed 665) by Yann Collet · 9 years ago
  59. 472638c added mili_sleep and setHighPriority by inikep · 9 years ago
  60. add08d6 minor variation - DSpeed at 640 by Yann Collet · 9 years ago
  61. be39143 first working version with both encoder and decode alternate LL + ML coding scheme. by Yann Collet · 9 years ago
  62. 2872b6f Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 9 years ago
  63. fadda6c first prototype with ML encoding scheme (but not yet decoding scheme) by Yann Collet · 9 years ago
  64. 2b94288 improved 4reps in ZSTD_compressBlock_lazy_generic by inikep · 9 years ago
  65. b0aec17 code simplification (but reduce decompression speed ...) by Yann Collet · 9 years ago
  66. 6c62b7d support default LL distribution by Yann Collet · 9 years ago
  67. d64f435 handles litLength >= 65535 by Yann Collet · 9 years ago
  68. 597847a first emulation by Yann Collet · 9 years ago
  69. ecabfe3 Improved index overflow protection by Yann Collet · 9 years ago
  70. 5244738 minor code refactoring by Yann Collet · 9 years ago
  71. de406ee minor code refactor by Yann Collet · 9 years ago
  72. a5c2c08 code refactoring by Yann Collet · 9 years ago
  73. 70e4577 minor code refactoring by Yann Collet · 9 years ago
  74. c6eea2b Improved speed for small files by Yann Collet · 9 years ago
  75. e74215e performance fix for small files by Yann Collet · 9 years ago
  76. bb60448 fixed clang warning by Yann Collet · 9 years ago
  77. 37f3d1b minor refactor by Yann Collet · 9 years ago
  78. fade9b7 ZSTD_btopt with 4 repcodes by inikep · 9 years ago
  79. a910dc8 minor code refactoring by Yann Collet · 9 years ago
  80. 5b15865 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into repcodes by inikep · 9 years ago
  81. eca2ec0 introduced ZSTD_REP_MOVE and ZSTD_REP_INIT by inikep · 9 years ago
  82. c56e32e 4 repcodes when litLen==0 by inikep · 9 years ago
  83. 3e74305 kSlotNew by inikep · 9 years ago
  84. 7d17428 support for ZSTD_REP_NUM == 1 and ZSTD_REP_NUM == 4 by inikep · 9 years ago
  85. 5945308 working 4 reps by inikep · 9 years ago
  86. 569b81a changed `BLOCKSIZE` into `ZSTD_BLOCKSIZE_MAX` by Yann Collet · 9 years ago
  87. 62d6947 ZSTD_compressBlock_lazy supports more reps by inikep · 9 years ago
  88. 0ac4a55 ZSTD_REP_NUM removed from ZSTD_storeSeq by inikep · 9 years ago
  89. 4569667 ZSTD_REP_NUM by inikep · 9 years ago
  90. d700a1a ZSTD_setAdditionalParam by inikep · 9 years ago
  91. 1c2c2bc minor refactoring by Yann Collet · 9 years ago
  92. d1b2684 Frame content size supported by Yann Collet · 9 years ago
  93. fb79735 minor comments update by Yann Collet · 9 years ago
  94. 0e491c0 created ZSTD_frameParams by Yann Collet · 9 years ago
  95. cc6c283 removed hashLog3 from ZSTD_parameters by inikep · 9 years ago
  96. da5be72 update compression level parameters by Yann Collet · 9 years ago
  97. e3193c4 update compresson levels by Yann Collet · 9 years ago
  98. 95cd0c2 frame format can support window sizes up to 128 MB by Yann Collet · 9 years ago
  99. d3a6660 Update clevel table for <= 128K by Yann Collet · 9 years ago
  100. 2e91dde improved memory size evaluation by paramgrill by Yann Collet · 9 years ago