Commit Graph

  • 1c9521fec3 zlibWrapper: improved memory deallocation in case of error inikep 2016-06-13 12:00:46 +0200
  • 3eb52578f3 Merge pull request #208 from inikep/dev Yann Collet 2016-06-13 11:17:40 +0200
  • 1e375f1964 fixed test-zstd-speed.py default "--message" parameter inikep 2016-06-13 10:50:09 +0200
  • 7eda5f7c97 Moved versionsTest on Travis to Ubuntu Server VM Yann Collet 2016-06-12 23:19:14 +0200
  • 18c8f79f3e fixed gcc warning on uninitialized structure variable Yann Collet 2016-06-12 22:51:52 +0200
  • 3a2c329e4b re-enable versionsTest on Travis Yann Collet 2016-06-12 22:31:47 +0200
  • 2a18fc8cde Merge pull request #207 from KrzysFR/msbuild_scripts Yann Collet 2016-06-12 16:05:53 +0200
  • 2a87a9154d Renamed vs_ prefix to msuild_, added SETLOCAL Christophe Chevalier 2016-06-12 15:20:40 +0200
  • cd98f93cff Fixed decompression issue with invalid data Yann Collet 2016-06-11 23:26:22 +0200
  • 37fece22e8 enable repeat-entropic-stats mode Yann Collet 2016-06-11 02:52:42 +0200
  • d60a5bf900 Literal decompression builds Huffman tables within shared space (for later re-use) Yann Collet 2016-06-11 02:35:31 +0200
  • 237ad4beb3 Added single-stream decompression variant using external DTable Yann Collet 2016-06-11 01:46:03 +0200
  • 289bbd52e5 Updated huff0 Yann Collet 2016-06-11 00:23:43 +0200
  • 1869f7966e Merge pull request #205 from inikep/dev Yann Collet 2016-06-10 17:13:07 +0200
  • 2c0932a89b Merge remote-tracking branch 'refs/remotes/origin/legacy' into dev inikep 2016-06-10 15:46:35 +0200
  • 0974f681a4 completed .gitignore Yann Collet 2016-06-10 14:44:16 +0200
  • 5b119ae17f Merge pull request #203 from inikep/dev Yann Collet 2016-06-10 14:32:44 +0200
  • f169029622 Additional remarks for tests\README.md inikep 2016-06-10 13:59:08 +0200
  • b06c3e7d6c added how to run test-zstd-speed.py in background inikep 2016-06-10 13:02:38 +0200
  • 2c07b977ea added tests\README.md inikep 2016-06-10 12:53:39 +0200
  • c1b154a8e8 improved test-zstd-speed.py inikep 2016-06-10 12:53:12 +0200
  • 9dd12742f3 litBlockType_t is an enum Yann Collet 2016-06-10 00:12:26 +0200
  • b09b12ce10 Added command --rm : remove source file after successful de/compression Yann Collet 2016-06-09 22:59:51 +0200
  • 4923222412 fixed warnings from Travis inikep 2016-06-09 20:03:30 +0200
  • 4000945a1d project updated for legacy decoder zstd_v06.c inikep 2016-06-09 18:12:06 +0200
  • bf853d5510 added legacy decoder for v0.6 format inikep 2016-06-09 17:59:18 +0200
  • 348a53a842 test-zstd-speed.py: fixed git clone inikep 2016-06-09 13:14:21 +0200
  • bf0b4b034c update python scripts permissions inikep 2016-06-09 12:57:18 +0200
  • 9470b872c0 added test-zstd-speed.py inikep 2016-06-09 12:54:06 +0200
  • c5c4de9888 "versionsTest" renamed to "tests" inikep 2016-06-09 11:42:36 +0200
  • 14947ed15c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-06-09 11:33:08 +0200
  • 39f6779874 Merge branch 'dev' of github.com:Cyan4973/zstd into dev Yann Collet 2016-06-08 11:12:07 +0200
  • 662a541431 updated huff0 - now generates a common HUF_DTable type for all decoding tables Yann Collet 2016-06-08 11:11:02 +0200
  • 1c77b79f56 Merge pull request #202 from KrzysFR/msbuild_scripts Yann Collet 2016-06-07 17:33:12 +0200
  • f1510489bd Simplified and reordered the arguments to build.generic.cmd and added default values - always Clean,Rebuild - output folder is now build/bin/{CONFIGURATION}/{ARCH} Christophe Chevalier 2016-06-07 14:32:05 +0200
  • 0faabe43f8 Use Rebuild target instead of Clean+Build Christophe Chevalier 2016-06-07 14:00:02 +0200
  • 302fb53a76 Removed ZSTD_*_usingPrepared?Ctx() declaration from public space Yann Collet 2016-06-07 12:16:49 +0200
  • dea76e1db0 Added build commands for various versions of Visual Studio - For people who want to build the library without opening it in VS Christophe Chevalier 2016-06-07 11:36:13 +0200
  • ee1a084852 Integrated new dictionary API into bench module Yann Collet 2016-06-07 01:40:49 +0200
  • 81e13ef7cf first implementation of the new dictionary API (untested) Yann Collet 2016-06-07 00:51:51 +0200
  • 9d504ae85b Added decoding of RLE blocks Yann Collet 2016-06-06 19:52:35 +0200
  • f72dc6091b removed msan tests, due to issues with datagen.c Yann Collet 2016-06-06 19:42:47 +0200
  • c28f9e2713 attempt to re-enable msan tests Yann Collet 2016-06-06 18:00:00 +0200
  • 2cc72f1fd3 fixed initialization issue in bench Yann Collet 2016-06-06 17:50:07 +0200
  • 9c86db00d4 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-06-06 16:21:49 +0200
  • c44785be57 Merge pull request #200 from Cyan4973/dev070 Yann Collet 2016-06-06 12:12:28 +0200
  • e3d529403d fixed initialization mismatch in ZSTD_copyCCtx() Yann Collet 2016-06-06 11:07:33 +0200
  • 142acbdea7 fixed minor visual conversion warning Yann Collet 2016-06-06 00:46:56 +0200
  • 673f0d7cdc new frame format, allowing custom window size Yann Collet 2016-06-06 00:26:38 +0200
  • 89703d20fb reduced dependencies Yann Collet 2016-06-05 01:50:33 +0200
  • 51778b7cca updated README following merging of *_static.h Yann Collet 2016-06-05 01:38:10 +0200
  • a91ca620cf removed HUF_readStats() from public space Yann Collet 2016-06-05 01:33:55 +0200
  • f3a1a84c9a fixed cmake project Yann Collet 2016-06-05 01:05:01 +0200
  • d0e2cd15cb Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-05 00:58:01 +0200
  • 130fe11394 merged huf_static.h into huf.h . Requires HUF_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-05 00:42:28 +0200
  • dc048d18d3 minor comment (detailing an #include motivation) Yann Collet 2016-06-05 00:32:23 +0200
  • 068a8c1b10 commented out versionTests, which can not work while waiting for legacy decoder v0.6 Yann Collet 2016-06-05 00:23:20 +0200
  • f938ad5406 fixed cmake project Yann Collet 2016-06-04 21:59:56 +0200
  • 49bb0041af removed ZSTD_highbit() from zstd_internal.h, as it is only used by zstd_compress.c Yann Collet 2016-06-04 20:17:38 +0200
  • 16f729957f fixed zlib wrapper for new .h strategy Yann Collet 2016-06-04 19:52:06 +0200
  • d3b7f8d21f Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro Yann Collet 2016-06-04 19:47:02 +0200
  • ac110a1f21 Removed ZBUFF internal util function from public area Yann Collet 2016-06-04 19:16:49 +0200
  • 5347aee8f7 merged zbuff_static.h into zbuff.h . Now requires ZBUFF_STATIC_LINKING_ONLY macro Yann Collet 2016-06-04 19:12:48 +0200
  • e69b8ccceb merged zdict_static.h into zdict.h. Now requires ZDICT_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-04 18:56:23 +0200
  • 198d127b35 minor comment change (unfinished description of new header format) Yann Collet 2016-06-04 18:40:55 +0200
  • 0d31160b4e better dynamic memory adaptation when using CLI Yann Collet 2016-06-04 00:09:02 +0200
  • f4f5affdf7 restore ZBUFF full-block-size, for better performance on small input Yann Collet 2016-06-03 23:09:28 +0200
  • a49c1f1782 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 Yann Collet 2016-06-03 23:08:04 +0200
  • ab7b6f1ece Merge pull request #198 from inikep/dev070 Yann Collet 2016-06-03 21:37:49 +0200
  • de2c92f6e0 zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL inikep 2016-06-03 19:44:03 +0200
  • 4af2c9de0c zlibWrapper: improved error handling inikep 2016-06-03 17:39:31 +0200
  • a5ad5279a5 minor decoder code refactoring Yann Collet 2016-06-03 15:41:51 +0200
  • 3640396b1a fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx inikep 2016-06-03 16:36:50 +0200
  • f040be9850 zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions inikep 2016-06-03 16:31:57 +0200
  • fe48775868 minor decoder code refactoring Yann Collet 2016-06-03 15:41:51 +0200
  • 441f5d61fd dictionary size objective can be described in Megabytes Yann Collet 2016-06-03 15:15:47 +0200
  • 1dd7961557 minor code refactoring Yann Collet 2016-06-03 15:14:09 +0200
  • 2a74609b90 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions inikep 2016-06-03 14:53:51 +0200
  • 3763c77f6b defaultCustomNULL replaced with defaultCustomMem inikep 2016-06-03 13:28:20 +0200
  • 36fac00149 removed calloc calls from lib/ inikep 2016-06-03 13:23:04 +0200
  • db2f540414 added defaultCustomNULL inikep 2016-06-03 12:56:56 +0200
  • c7f008b069 Travis cmaketest will also run "make install" and "make uninstall" inikep 2016-06-03 11:40:15 +0200
  • d36ee9b845 cmake project: added "make clean-all" inikep 2016-06-03 10:24:00 +0200
  • 764deea5f8 cmake project: fixed "make install" inikep 2016-06-03 10:11:26 +0200
  • aa224c0205 VS projects: remove duplicated xxhash.c and xxhash.h inikep 2016-06-02 22:24:29 +0200
  • ff2d18928d zlibWrapper: added gcc flag -Wdeclaration-after-statement inikep 2016-06-02 22:15:09 +0200
  • b74a468fad Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 inikep 2016-06-02 22:09:09 +0200
  • 614fddee6a zlibWrapper: support for stricter gcc warnings inikep 2016-06-02 18:40:41 +0200
  • 7cab86f647 ZWRAP_allocFunction and ZWRAP_freeFunction are static inikep 2016-06-02 18:24:07 +0200
  • 923938edde Added -Wdeclaration-after-statement compilation flag Yann Collet 2016-06-02 17:56:00 +0200
  • 2c4acdabdc Changed command name to --check , -C, following xz convention Yann Collet 2016-06-02 17:05:50 +0200
  • ff9114aee3 zlibWrapper: added support for custom memory allocation functions inikep 2016-06-02 16:52:36 +0200
  • c4807f4d2f default custom allocation functions moved to zstd_internal.h inikep 2016-06-02 15:11:39 +0200
  • 2866951558 opaque parameter for custom memory allocation functions inikep 2016-06-02 13:04:18 +0200
  • e02bf99fa4 zlibWrapper: fixed memory deallocation bug with zstd decompression inikep 2016-06-02 12:00:32 +0200
  • bf25d7ac57 zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 inikep 2016-06-02 10:19:35 +0200
  • 87cfbe3e5f checksum generation can be selected from command line (--checksum) Yann Collet 2016-06-01 19:22:15 +0200
  • eb70043e59 Fixed paramgrill Yann Collet 2016-06-01 18:59:55 +0200
  • 9242816b56 fparamsPtr->windowLog==0 means that a frame is skippable inikep 2016-06-01 18:47:04 +0200
  • 70d1301d6e Changed ZSTD_adjustCParams() prototype ZSTD_adjustCParams() is now automatically invoked at the end of ZSTD_getCParams() Yann Collet 2016-06-01 18:45:34 +0200