1. f6ac479 removed BMI tests on Travis CI : incompatible compiler by Yann Collet · 8 years ago
  2. 17d35b0 added : BMI x64 test for Travis CI by Yann Collet · 8 years ago
  3. 6f9c056 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) by Yann Collet · 8 years ago
  4. cf8584c Merge pull request #175 from inikep/dev by Yann Collet · 8 years ago
  5. 648d74a Sync by inikep · 8 years ago
  6. bab4317 util.h must the the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  7. 4f832c9 util.h must be the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  8. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  9. d5ff2c3 ordering of #include by inikep · 8 years ago
  10. 83c76b4 bench.c: time functions moved to common/util.h by inikep · 8 years ago
  11. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  12. 1007a1f get rid of some Visual C++ warnings by inikep · 8 years ago
  13. 6cb083f fixed 64-bit compilation with Visual C++ by inikep · 8 years ago
  14. ea4ee3e added compatibility with Visual C++ 2012 by inikep · 8 years ago
  15. a8138fd updated lib/README.md part 2 by inikep · 8 years ago
  16. 4979431 updated lib/README.md by inikep · 8 years ago
  17. f066816 fix for g++ compilation by inikep · 8 years ago
  18. db39643 introduced ZSTD_NODECOMPRESS to link only compressor by inikep · 8 years ago
  19. a1febea Error functions moved to common/zstd_common.c by inikep · 8 years ago
  20. d6be275 updated CMakeLists.txt by inikep · 8 years ago
  21. 3c7c352 introduced ZSTD_NOCOMPRESS to generate decompressor only by inikep · 8 years ago
  22. 23a0889 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ by inikep · 8 years ago
  23. 4699b3b Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  24. 3865498 minor speed improvements 2 by inikep · 8 years ago
  25. ef51941 zst_opt.h: minor compression speed improvement by inikep · 8 years ago
  26. e02808f bumped lib version to 0.6.1 added ZSTD_VERSION_STRING by Yann Collet · 8 years ago
  27. c5e1d29 bench.c: force at least one compression and decompression loop by inikep · 8 years ago
  28. 6d157f1 bench.c: fixed rare compression and decompression speed bug by inikep · 8 years ago
  29. 2c5eeea introduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0) by inikep · 8 years ago
  30. 4b3c5ee removed ZSTD_compressBegin_targetSrcSize by inikep · 8 years ago
  31. c70c90e Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  32. c0d5f4e bench.c: ignore directories from a file list for benchmark by inikep · 8 years ago
  33. d040778 Merge pull request #167 from Cyan4973/dev by Yann Collet · 8 years ago
  34. ae800f9 updated readme for 0.6.0 by Yann Collet · 8 years ago
  35. 1674872 Updated DICT_MAGIC, since internal dictionary format has changed (length encoding) by Yann Collet · 8 years ago
  36. c5b6d97 Added : zbuff.c to library; reported by Yipei Zhang by Yann Collet · 8 years ago
  37. 389648c Fixed : contentSize + copyCCtx() by Yann Collet · 8 years ago
  38. 541dc7c Added : fuzzer test, checking contentLength value after copyCCtx() usage by Yann Collet · 8 years ago
  39. 6236eba removed headerBuffer by Yann Collet · 8 years ago
  40. 0085cd3 created ZSTD_writeFrameHeader() by Yann Collet · 8 years ago
  41. abb5c65 minor speed improvement for ZSTD_copyCCtx() by Yann Collet · 8 years ago
  42. 887e7da Fixed copyCCtx() on uninitialized cctx (reported by Oliver Lange) by Yann Collet · 8 years ago
  43. 8844e21 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  44. f7d210b cache literal prices for ZSTD_btopt by inikep · 8 years ago
  45. 582933f fixed round-trip corruption, reported by Oliver Lange by Yann Collet · 8 years ago
  46. 125d817 fixed uninitialization error, reported by Maciej Adamczyk by Yann Collet · 8 years ago
  47. d673d4c fixed uninitialization error, reported by Maciej Adamczyk by Yann Collet · 8 years ago
  48. 81e4936 Fixed minor conversion warning by Yann Collet · 8 years ago
  49. c51aa6c minor refactor by Yann Collet · 8 years ago
  50. c456077 fixed : minor warning on return value by Yann Collet · 8 years ago
  51. 7928f6f Fixed : cli error on stdin + stdout, as detected by Alexey Spiridonov by Yann Collet · 8 years ago
  52. ccbba29 Fix infinite loop with invalid data (fuzzer test) by Yann Collet · 8 years ago
  53. c018b03 Merge pull request #165 from Cyan4973/dev060 by Yann Collet · 8 years ago
  54. 793c649 updated cLevels by Yann Collet · 8 years ago
  55. 4d00808 fixed fullbench link stage by Yann Collet · 8 years ago
  56. b144bc3 Fixed uninitialized warning, reported by Maciej Adamczyk by Yann Collet · 8 years ago
  57. 9990986 fixed minor warnings when compiling with `gcc -g` (aka `-std=gnu90`) by Yann Collet · 8 years ago
  58. b5a3cbd fixed Visual project by Yann Collet · 8 years ago
  59. 029267a Integrated Legacy v0.5.x decoder (provided by @inikep) by Yann Collet · 8 years ago
  60. 7eff39f fixed decoding error by Yann Collet · 8 years ago
  61. 1fce6e0 Fixed : minor variable isolation by Yann Collet · 8 years ago
  62. 1eeddde clock() is default timer for all platforms except Windows by inikep · 8 years ago
  63. ea63bb7 converted fuzzer timer to clock_t by Yann Collet · 8 years ago
  64. 78267d1 updated cLevel for block <= 256K by Yann Collet · 8 years ago
  65. 72cc704 Merge branch 'dev060' of github.com:Cyan4973/zstd into dev060 by Yann Collet · 8 years ago
  66. 0dbf287 faster level 1 at 256 KB by Yann Collet · 8 years ago
  67. 04a4fd6 Merge pull request #164 from inikep/dev by Yann Collet · 8 years ago
  68. afe1f79 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev by inikep · 8 years ago
  69. 9e8b09a Fixed memory initialization issue, reported by Maciej Adamczyk by Yann Collet · 8 years ago
  70. 2bf79f9 use extDict only when needed by inikep · 8 years ago
  71. 64d7bcb only repcode 0 for lazy, lazy2 and btlazy2 strategies by inikep · 8 years ago
  72. a69640c Revert "removed void ZSTD_compressBlock_greedy" by inikep · 8 years ago
  73. d7bee33 Fixed make install (reported by Oliver Lange) by Yann Collet · 8 years ago
  74. 5d39357 minor compression speed optimization by Yann Collet · 8 years ago
  75. 9296400 removed void ZSTD_compressBlock_greedy by inikep · 8 years ago
  76. 4853716 Implemented default coding table for lengths and offset by Yann Collet · 8 years ago
  77. 79459da Merge pull request #163 from inikep/dev by Yann Collet · 8 years ago
  78. 91f2519 Merge branch 'refs/heads/lazy_MML3' into dev by inikep · 8 years ago
  79. 81a345b minor speed improvements by inikep · 8 years ago
  80. e47f33f reordered code by inikep · 8 years ago
  81. 2db1eb7 reordered functions by inikep · 8 years ago
  82. e5b6e9e fixed support for searchLength=4 by inikep · 8 years ago
  83. 7571685 MINMATCH=3 for lazy strategy by inikep · 8 years ago
  84. 7bc19b6 MINMATCH=3 by inikep · 8 years ago
  85. f8a339d working ZSTD_compressBlock_opt_extDict_generic by inikep · 8 years ago
  86. 83417bb code formatting by inikep · 8 years ago
  87. 5ce00ae ZSTD_compressBlock_opt_extDict_generic in progress by inikep · 8 years ago
  88. faa8d8a introduced ZSTD_compressBlock_greedy by inikep · 8 years ago
  89. 908fcb3 3 repcodes with ZSTD_compressBlock_lazy_extDict_generic by inikep · 8 years ago
  90. a4385aa ZSTD_REP_NUM=3 only by inikep · 8 years ago
  91. d5359b2 Merge remote-tracking branch 'refs/remotes/origin/repcodes' into dev by inikep · 8 years ago
  92. ba73d1b support for ZSTD_REP_NUM=3 by inikep · 8 years ago
  93. 74e3a7b removed kSlotNew by inikep · 8 years ago
  94. b353279 experiments with ZSTD_decodeSequence by inikep · 8 years ago
  95. 46bdb62 Merge pull request #161 from inikep/dev by Yann Collet · 8 years ago
  96. 2ec2698 working 4 reps by inikep · 8 years ago
  97. 19140cd zstd_stats.h moved to .debug/ by inikep · 8 years ago
  98. d6f208b improved logging by inikep · 8 years ago
  99. 78e5204 Merge remote-tracking branch 'refs/remotes/origin/dev' into repcodes by inikep · 8 years ago
  100. cb70c8a fixed -Werror,-Wconversion warning by inikep · 8 years ago