Commit Graph

  • bde926fce7 removed msan tests Yann Collet 2016-05-18 17:18:48 +0200
  • f33021552b added playTestsMSYS.sh inikep 2016-05-18 16:38:36 +0200
  • d9967436da added memory sanitizer to travis CI Yann Collet 2016-05-18 14:16:49 +0200
  • 236d94fa9a reverted default compression level to 1 Yann Collet 2016-05-18 12:06:33 +0200
  • 5e334be457 AppVeyor tests for mingw32, mingw64, clang inikep 2016-05-18 09:07:28 +0200
  • 78aa05228a fixed Visual warning in debug mode Yann Collet 2016-05-17 14:30:19 +0200
  • c8e9c4046f Merge branch 'dev' of github.com:Cyan4973/zstd into dev Yann Collet 2016-05-17 12:02:35 +0200
  • ea4daa308d added ZSTDv05_getFrameParams() to "zstd_v05.h" Yann Collet 2016-05-17 12:01:55 +0200
  • af3246be2d Merge pull request #187 from ka7/spelling_fix Yann Collet 2016-05-17 00:56:18 +0200
  • 268775dae8 spelling-fixes, as of lintian.debian.org klemens 2016-05-16 22:23:24 +0200
  • e30bac4c4b fixed Win32 in AppVeyor inikep 2016-05-16 15:10:33 +0200
  • 0ba773878f updated .gitignore for Visual Studio inikep 2016-05-16 14:54:48 +0200
  • 7c4d041d3c added Visual Studio 2008 and 2010 projects inikep 2016-05-16 14:48:04 +0200
  • 47222eabd3 Merge pull request #186 from Cyan4973/dev Yann Collet 2016-05-13 14:01:34 +0200
  • 4d9e557f44 Visual Studio: remove MSVC*.DLL dependency from Release executables inikep 2016-05-13 13:04:27 +0200
  • d9b3cca4d3 restore openVMS support (detected by @thatsafunnyname) Yann Collet 2016-05-13 12:43:36 +0200
  • 929f80288d Merge pull request #185 from inikep/dev Yann Collet 2016-05-13 12:40:02 +0200
  • 5c39327912 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-05-13 12:06:36 +0200
  • e6aa23be91 updated NEWS for v0.6.1 Yann Collet 2016-05-13 11:29:38 +0200
  • 63ecd747de added common/entropy_common.c inikep 2016-05-13 11:27:56 +0200
  • ea7e4f0216 Merge pull request #183 from inikep/dev Yann Collet 2016-05-13 11:24:14 +0200
  • 58a1d45aa5 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-05-13 11:05:35 +0200
  • 0bdb6a8118 changed definition of UTIL_createFileList inikep 2016-05-13 10:52:02 +0200
  • 37aba8b1d9 updated zlibWrapper/README.md (2) inikep 2016-05-12 17:32:28 +0200
  • b5e6870bb5 updated zlibWrapper/README.md inikep 2016-05-12 17:28:57 +0200
  • 3eabe9b474 added zlibWrapper - zstd wrapper for zlib inikep 2016-05-12 17:15:41 +0200
  • ccd6e86d45 improved decoding speed by inlining x_isError() functions Yann Collet 2016-05-12 15:55:26 +0200
  • 16871680e3 minor refactor : more accurate variable scope Yann Collet 2016-05-12 14:27:00 +0200
  • b19d5d76ec restored inline for better decompression speed Yann Collet 2016-05-12 14:06:31 +0200
  • 1ceb5a9295 restored DStream init due to strange speed regressions and warnins on gcc 5.3 Yann Collet 2016-05-12 13:50:13 +0200
  • ce27e85209 fixed clang conversion warning Yann Collet 2016-05-11 18:55:27 +0200
  • 1032fbe714 update FSE library Yann Collet 2016-05-11 18:30:24 +0200
  • 249ae0ca99 better big-endian / little-endian r/w support Yann Collet 2016-05-11 16:38:18 +0200
  • 4dbf7f4a3b dynamic memory allocation in UTIL_createFileList inikep 2016-05-11 14:11:00 +0200
  • a96f9fd5bc datagencli uses mem.h Yann Collet 2016-05-11 11:42:51 +0200
  • 3329d98df9 fixed minor asan warning in legacy decoder Yann Collet 2016-05-11 11:07:54 +0200
  • c75e4c25e8 Added : ZSTD_getErrorString(), to get error string from error enum (#168) Yann Collet 2016-05-10 17:47:11 +0200
  • b3a9938d0c Merge pull request #182 from inikep/dev Yann Collet 2016-05-10 17:18:12 +0200
  • b12b369817 fixed : unused argument in printf Yann Collet 2016-05-10 15:30:43 +0200
  • 95459458ed disable Visual Studio code analysis inikep 2016-05-10 14:42:54 +0200
  • 3733797fcd bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L inikep 2016-05-10 14:22:55 +0200
  • bd39d54576 zbuff supports byte-by-byte decompression scenarios Yann Collet 2016-05-10 14:14:19 +0200
  • ed9a08538c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-05-10 13:20:01 +0200
  • 918b934a26 minor comment update Yann Collet 2016-05-10 07:00:07 +0200
  • d693117113 fixed : null-length string roundtrip Yann Collet 2016-05-10 05:56:09 +0200
  • 8b23eea694 minor refactor : more accurate variables scope Added null-length string test Yann Collet 2016-05-10 05:37:43 +0200
  • 349fcf7ea2 fixed Linux compilation inikep 2016-05-09 18:04:07 +0200
  • aaaf923a17 common/util.h moved to programs/util.h inikep 2016-05-09 16:19:25 +0200
  • d44ec48b1c detection of snprintf for Visual <= 2012 inikep 2016-05-09 14:37:41 +0200
  • 03bf5ad6cb added appveyor.yml inikep 2016-05-09 14:04:40 +0200
  • 6e61a842b8 added support for VS 2015 inikep 2016-05-09 14:00:54 +0200
  • d782890576 fixed datagen Yann Collet 2016-05-09 12:28:20 +0200
  • ceca200c77 datagen uses mem.h Yann Collet 2016-05-09 12:20:50 +0200
  • 59b6ba7677 Merge pull request #180 from thatsafunnyname/patch-1 Yann Collet 2016-05-09 11:56:42 +0200
  • 4ff73a2eff added : midipix support (#181) Yann Collet 2016-05-09 11:44:00 +0200
  • d275236e6a Fixed Windows API, as detected by @KrzysFR (#171) Yann Collet 2016-05-09 08:19:27 +0200
  • f6ca09b5ff Reduced console display on loading lots of files with zstd --train. Reported by @KrzysFR, see #177 Yann Collet 2016-05-09 04:44:45 +0200
  • e1a69a88c0 Expose Advanced Streaming API for v0.5.x legacy Yann Collet 2016-05-08 09:13:40 +0200
  • 95af06f6ef fixed legacy dictionary decompression Yann Collet 2016-05-08 08:23:51 +0200
  • 0c0f314550 CLI supports dictionary decompression in legacy mode v0.5.x Yann Collet 2016-05-08 08:11:24 +0200
  • f849462d4c minor refactor : more accurate variable scope Yann Collet 2016-05-07 22:43:40 +0200
  • a5dacdf551 updated fse (minor refactor) Yann Collet 2016-05-06 16:55:27 +0200
  • 18dedece91 Support legacy ZSTD_decompress_usingDict() (starting v0.5+) Yann Collet 2016-05-06 16:43:23 +0200
  • 8283a2f0aa Fixed decoding corruption error with quad-symbols huffman on legacy decoders Yann Collet 2016-05-06 01:51:31 +0200
  • 13c8424ea0 code cleaning inikep 2016-05-05 13:58:56 +0200
  • 0bd0faec32 fixed compatibility issues inikep 2016-05-05 13:10:57 +0200
  • 6d1d25299a fixed Huff0 quad-symbols decoder (#173) Yann Collet 2016-05-05 12:41:36 +0200
  • 9c22e57bfb Compiler Options moved to util.h inikep 2016-05-05 11:53:42 +0200
  • ddb8ebd5b3 Stricter gnu90 tests Yann Collet 2016-05-05 04:59:53 +0200
  • 3f8ed50bf1 Added gnu90 test work-around : disabled automatic selection of huff0 quad-decoder (see #173) Yann Collet 2016-05-05 03:01:13 +0200
  • 3163403855 UTIL_prepareFileList inikep 2016-05-05 00:25:38 +0200
  • b0e5427d1a No stdint.h on OpenVMS. thatsafunnyname 2016-05-04 15:43:42 +0100
  • dca5cf92ac No stdint.h on OpenVMS. thatsafunnyname 2016-05-04 15:42:25 +0100
  • eef5fdb58a No stdint.h on OpenVMS. thatsafunnyname 2016-05-04 15:39:31 +0100
  • f6ac47955b removed BMI tests on Travis CI : incompatible compiler Yann Collet 2016-05-01 10:34:04 +0200
  • 17d35b0bf4 added : BMI x64 test for Travis CI Yann Collet 2016-05-01 10:27:54 +0200
  • 6f9c056662 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) Yann Collet 2016-05-01 10:26:30 +0200
  • cf8584c90a Merge pull request #175 from inikep/dev Yann Collet 2016-04-29 23:07:45 -0700
  • 648d74a604 Sync inikep 2016-04-29 15:25:00 +0200
  • bab4317961 util.h must the the first include to #define _POSIX_C_SOURCE inikep 2016-04-29 15:19:40 +0200
  • 4f832c9f26 util.h must be the first include to #define _POSIX_C_SOURCE inikep 2016-04-29 15:18:50 +0200
  • 55d047aa92 getTotalFileSize moved to common/util.h inikep 2016-04-28 16:50:13 +0200
  • d5ff2c3d9a ordering of #include inikep 2016-04-28 14:40:45 +0200
  • 83c76b4594 bench.c: time functions moved to common/util.h inikep 2016-04-28 13:16:01 +0200
  • 69fcd7c0ae getFileSize moved to common/util.h inikep 2016-04-28 12:23:33 +0200
  • 1007a1fe3d get rid of some Visual C++ warnings inikep 2016-04-25 15:23:09 +0200
  • 6cb083fe3d fixed 64-bit compilation with Visual C++ inikep 2016-04-25 14:42:15 +0200
  • ea4ee3eee0 added compatibility with Visual C++ 2012 inikep 2016-04-25 13:09:06 +0200
  • a8138fd767 updated lib/README.md part 2 inikep 2016-04-25 11:36:44 +0200
  • 49794316c2 updated lib/README.md inikep 2016-04-25 11:31:28 +0200
  • f066816998 fix for g++ compilation inikep 2016-04-22 18:54:05 +0200
  • db3964382c introduced ZSTD_NODECOMPRESS to link only compressor inikep 2016-04-22 18:22:30 +0200
  • a1febea01d Error functions moved to common/zstd_common.c inikep 2016-04-22 17:14:25 +0200
  • d6be2751a8 updated CMakeLists.txt inikep 2016-04-22 13:59:21 +0200
  • 3c7c3527d0 introduced ZSTD_NOCOMPRESS to generate decompressor only inikep 2016-04-22 13:59:05 +0200
  • 23a0889301 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ inikep 2016-04-22 12:43:18 +0200
  • 4699b3be03 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-04-21 12:30:58 +0200
  • 38654988f3 minor speed improvements 2 inikep 2016-04-21 12:18:47 +0200
  • ef51941822 zst_opt.h: minor compression speed improvement inikep 2016-04-21 11:08:43 +0200
  • e02808ffc5 bumped lib version to 0.6.1 added ZSTD_VERSION_STRING Yann Collet 2016-04-20 22:46:16 +0200