Commit Graph

  • 21588e370b changed validateParams() into checkParams() + adjustParams() Yann Collet 2016-03-30 16:50:44 +0200
  • 1c556a3838 ticksPerSecond=0 inikep 2016-03-30 10:59:48 +0200
  • 33ad251236 removed clock_gettime (not portable) inikep 2016-03-30 09:55:37 +0200
  • 4611d11fea added -lrt required by clock_gettime inikep 2016-03-29 15:52:38 +0200
  • 4c12f232ec support for QueryPerformanceCounter and clock_gettime inikep 2016-03-29 14:52:13 +0200
  • 06f793a3ab fix for BMK_clockSpan on Windows inikep 2016-03-29 11:17:58 +0200
  • b44be74244 Fixed zdict more dictionary compression tests Yann Collet 2016-03-26 20:52:14 +0100
  • 74bd11954b fixed ARM compatibility Yann Collet 2016-03-26 17:50:26 +0100
  • b9151406de fixed 32-bits compatibility Yann Collet 2016-03-26 17:18:11 +0100
  • a5b66e34c7 minor variable isolation and remove a goto Yann Collet 2016-03-26 01:48:27 +0100
  • b58c685cf7 fixed : fullbench link to deprecate function (wrong prototype) Yann Collet 2016-03-25 20:29:35 +0100
  • 97c88e716c fix for -Wshorten-64-to-32 warning in ZSTD_statsUpdatePrices inikep 2016-03-25 13:39:14 +0100
  • 5553442376 fixed compilation with ZSTD_NOBENCH inikep 2016-03-25 13:35:33 +0100
  • 433a5cce7e improved decompression speed (680) Yann Collet 2016-03-25 11:43:48 +0100
  • 5cc4efdaf8 created zstd_stats.h inikep 2016-03-25 10:52:25 +0100
  • 646693e3be support for alternate offset (fusion) Yann Collet 2016-03-24 02:31:27 +0100
  • b21ce15efe minor variables isolation Yann Collet 2016-03-24 01:27:55 +0100
  • 7cbe79ab25 fixed write overflow found by fuzzer Yann Collet 2016-03-23 22:31:57 +0100
  • 72d706a020 fixed crash at -O3 with customized block size (wrong alignment) Yann Collet 2016-03-23 20:44:12 +0100
  • eaba91a161 added ZSTD_compressBegin_targetSrcSize inikep 2016-03-23 20:30:26 +0100
  • 862a85976f Added BMI instructions Yann Collet 2016-03-23 18:45:23 +0100
  • 7adceef974 hashLog3 added to ZSTD_CCtx inikep 2016-03-23 15:53:38 +0100
  • 6cf45dac81 shared const BIT_mask Yann Collet 2016-03-23 14:18:37 +0100
  • 3c017867de minor optimization (DSpeed 665) Yann Collet 2016-03-23 14:09:51 +0100
  • 2512597576 minor reordering (DSpeed 665) Yann Collet 2016-03-23 14:00:09 +0100
  • afab02098a improved decoding speed (660) Yann Collet 2016-03-23 13:57:49 +0100
  • 472638c861 added mili_sleep and setHighPriority inikep 2016-03-23 12:28:28 +0100
  • fd69225086 bench : added HIGH_PRIORTY Yann Collet 2016-03-23 02:47:33 +0100
  • 9c34df93b6 new decodeSequence, merging parts Yann Collet 2016-03-23 01:54:25 +0100
  • add08d6f61 minor variation - DSpeed at 640 Yann Collet 2016-03-23 01:32:41 +0100
  • be391438ff first working version with both encoder and decode alternate LL + ML coding scheme. decompression speed highly impacted Yann Collet 2016-03-22 23:19:28 +0100
  • 2872b6f01f Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev inikep 2016-03-22 14:38:34 +0100
  • 5192b3ee65 #define _POSIX_C_SOURCE 199309L inikep 2016-03-22 13:05:26 +0100
  • fadda6c875 first prototype with ML encoding scheme (but not yet decoding scheme) Yann Collet 2016-03-22 12:14:26 +0100
  • 2b942881ac improved 4reps in ZSTD_compressBlock_lazy_generic inikep 2016-03-22 11:56:22 +0100
  • 1dcf930f72 Merge branch 'dev060' into alternateLLcode Yann Collet 2016-03-22 00:29:57 +0100
  • 5a854af006 Fixed #153, reported by @thatsafunnyname Yann Collet 2016-03-22 00:22:50 +0100
  • f2fa0e1198 final repcodes for ZSTD_btopt inikep 2016-03-21 20:14:03 +0100
  • 378be62a9e better repcodes inikep 2016-03-21 19:48:54 +0100
  • fc1d7bd93b changed update logic of repcodes inikep 2016-03-21 19:02:16 +0100
  • e7ec8f2b9b improved ratio inikep 2016-03-21 17:23:02 +0100
  • be4605d851 improved decompression speed Yann Collet 2016-03-21 14:29:26 +0100
  • e91477c171 minor variable isolation Yann Collet 2016-03-21 14:22:38 +0100
  • b0aec17a90 code simplification (but reduce decompression speed ...) Yann Collet 2016-03-21 13:24:16 +0100
  • 5c71491a46 first working version with alternate LL codes Yann Collet 2016-03-21 02:23:34 +0100
  • 6c62b7dfc8 support default LL distribution Yann Collet 2016-03-21 00:39:19 +0100
  • d64f435f63 handles litLength >= 65535 Yann Collet 2016-03-21 00:07:42 +0100
  • 597847a2ae first emulation Yann Collet 2016-03-20 19:14:22 +0100
  • ecabfe3777 Improved index overflow protection Yann Collet 2016-03-20 16:20:06 +0100
  • 5244738046 minor code refactoring Yann Collet 2016-03-20 16:00:00 +0100
  • de406eebcd minor code refactor Yann Collet 2016-03-20 15:46:10 +0100
  • 516ba88022 updated huff0 Yann Collet 2016-03-20 05:40:39 +0100
  • a5c2c08c68 code refactoring Yann Collet 2016-03-20 01:09:18 +0100
  • 70e4577179 minor code refactoring Yann Collet 2016-03-19 18:08:32 +0100
  • c6eea2b2f2 Improved speed for small files Yann Collet 2016-03-19 17:18:00 +0100
  • e74215e3c7 performance fix for small files Yann Collet 2016-03-19 16:09:09 +0100
  • 1269e2f7db working kSlotNew for ZSTD_btopt inikep 2016-03-19 15:32:21 +0100
  • bb604486f1 fixed clang warning Yann Collet 2016-03-19 15:18:42 +0100
  • 37f3d1b2ab minor refactor Yann Collet 2016-03-19 15:11:42 +0100
  • 90a03a95a1 minor performance fix (decompression) Yann Collet 2016-03-19 14:47:31 +0100
  • 01e5b95199 code refactor Yann Collet 2016-03-19 14:14:31 +0100
  • 0d9ce04cd5 minor refactoring Yann Collet 2016-03-19 13:21:08 +0100
  • 546c9b1c02 minor refactoring Yann Collet 2016-03-19 12:47:52 +0100
  • d1d210f3fb minor code refactor Yann Collet 2016-03-19 12:12:07 +0100
  • f3120413cc Fixed : decoder error on erroneous data Yann Collet 2016-03-19 11:40:19 +0100
  • 4db09efde4 simplifications Yann Collet 2016-03-18 22:23:49 +0100
  • 39c596ca58 minor simplifications Yann Collet 2016-03-18 21:40:56 +0100
  • fade9b7ae3 ZSTD_btopt with 4 repcodes inikep 2016-03-18 16:10:35 +0100
  • a3d92aeafa Merge pull request #152 from KrzysFR/fix_vs2013_build_path Yann Collet 2016-03-18 15:28:37 +0100
  • a8e54654bc Made all vs2013 vcxproj build to the same folders Christophe Chevalier 2016-03-18 14:20:33 +0100
  • 1c1e6916e4 improved timer accuracy inikep 2016-03-18 12:49:44 +0100
  • a910dc8238 minor code refactoring Yann Collet 2016-03-18 12:37:45 +0100
  • 5b15865413 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into repcodes inikep 2016-03-18 11:14:58 +0100
  • eca2ec0b3b introduced ZSTD_REP_MOVE and ZSTD_REP_INIT inikep 2016-03-18 11:03:43 +0100
  • c56e32e782 4 repcodes when litLen==0 inikep 2016-03-17 19:53:38 +0100
  • 1d1ae40258 bench.c : implemented single pass mode -i0 Yann Collet 2016-03-17 19:51:02 +0100
  • 699b14db1b bench : changed timer to clock_t, reduced timeloop to 1sec Yann Collet 2016-03-17 19:37:33 +0100
  • 3e743052cd kSlotNew inikep 2016-03-17 17:24:17 +0100
  • 512220a82f fullbench : restored -b31 (decodeLiterals) and -b32 (decodeSeqHeaders) Yann Collet 2016-03-17 16:42:16 +0100
  • cdabd4a2a6 switched fullbench time measurement to clock_t from <time.h> Yann Collet 2016-03-17 16:18:36 +0100
  • ada53330bb Merge branch 'dev060' of github.com:Cyan4973/zstd into dev060 Yann Collet 2016-03-17 13:48:03 +0100
  • 3fd164e656 minor refactoring Yann Collet 2016-03-17 12:56:46 +0100
  • 808fa8ead8 minor refactoring Yann Collet 2016-03-17 12:56:46 +0100
  • b40287aaef Improved decompression speed (by @inikep) Yann Collet 2016-03-17 12:11:16 +0100
  • 7d1742825b support for ZSTD_REP_NUM == 1 and ZSTD_REP_NUM == 4 inikep 2016-03-17 11:21:00 +0100
  • fbc40b82d7 Update NEWS on #147 by @chipturner Yann Collet 2016-03-16 16:53:47 +0100
  • 31922d7931 Added : ability to test direct-streaming functions ZSTD_compressContinue() and ZSTD_decompressContinue() Yann Collet 2016-03-16 16:05:18 +0100
  • 5945308983 working 4 reps inikep 2016-03-16 15:35:14 +0100
  • 569b81adb1 changed BLOCKSIZE into ZSTD_BLOCKSIZE_MAX Yann Collet 2016-03-16 15:26:51 +0100
  • 62d694795d ZSTD_compressBlock_lazy supports more reps inikep 2016-03-16 12:57:07 +0100
  • 0ac4a551b9 ZSTD_REP_NUM removed from ZSTD_storeSeq inikep 2016-03-16 12:03:07 +0100
  • df164e6d35 introduced U32 rep[ZSTD_REP_NUM] inikep 2016-03-16 11:56:59 +0100
  • 4569667c85 ZSTD_REP_NUM inikep 2016-03-16 11:40:09 +0100
  • 69afc716d3 minor refactoring, from char* to const char* Yann Collet 2016-03-15 21:44:39 +0100
  • f141eaa211 fullbench : ZSTD_decompress is now option 2 Yann Collet 2016-03-15 21:13:52 +0100
  • cc5e8f222a fixed fullbench visual project Yann Collet 2016-03-15 21:12:51 +0100
  • 34b20ec2c6 fullbench can measure speed of zbuff Yann Collet 2016-03-15 20:47:23 +0100
  • 6cb41356e8 update doc / comments Yann Collet 2016-03-15 15:47:38 +0100
  • 346bffbc68 Added frame content size test within fuzzer Yann Collet 2016-03-15 15:24:52 +0100
  • 135f319bb2 Merge pull request #151 from Cyan4973/framesize Yann Collet 2016-03-15 14:31:31 +0100