-
ceca200c77
datagen uses
mem.h
Yann Collet
2016-05-09 12:20:50 +02:00
-
59b6ba7677
Merge pull request #180 from thatsafunnyname/patch-1
Yann Collet
2016-05-09 11:56:42 +02:00
-
-
4ff73a2eff
added : midipix support (#181)
Yann Collet
2016-05-09 11:44:00 +02:00
-
d275236e6a
Fixed Windows API, as detected by @KrzysFR (#171)
Yann Collet
2016-05-09 08:19:27 +02:00
-
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 +02:00
-
e1a69a88c0
Expose Advanced Streaming API for v0.5.x legacy
Yann Collet
2016-05-08 09:13:40 +02:00
-
95af06f6ef
fixed legacy dictionary decompression
Yann Collet
2016-05-08 08:23:51 +02:00
-
0c0f314550
CLI supports dictionary decompression in legacy mode v0.5.x
Yann Collet
2016-05-08 08:11:24 +02:00
-
f849462d4c
minor refactor : more accurate variable scope
Yann Collet
2016-05-07 22:43:40 +02:00
-
a5dacdf551
updated fse (minor refactor)
Yann Collet
2016-05-06 16:55:27 +02:00
-
18dedece91
Support legacy ZSTD_decompress_usingDict() (starting v0.5+)
Yann Collet
2016-05-06 16:43:23 +02:00
-
8283a2f0aa
Fixed decoding corruption error with quad-symbols huffman on legacy decoders
Yann Collet
2016-05-06 01:51:31 +02:00
-
13c8424ea0
code cleaning
inikep
2016-05-05 13:58:56 +02:00
-
0bd0faec32
fixed compatibility issues
inikep
2016-05-05 13:10:57 +02:00
-
6d1d25299a
fixed Huff0 quad-symbols decoder (#173)
Yann Collet
2016-05-05 12:41:36 +02:00
-
9c22e57bfb
Compiler Options moved to util.h
inikep
2016-05-05 11:53:42 +02:00
-
ddb8ebd5b3
Stricter gnu90 tests
Yann Collet
2016-05-05 04:59:53 +02:00
-
3f8ed50bf1
Added gnu90 test work-around : disabled automatic selection of huff0 quad-decoder (see #173)
Yann Collet
2016-05-05 03:01:13 +02:00
-
3163403855
UTIL_prepareFileList
inikep
2016-05-05 00:25:38 +02:00
-
b0e5427d1a
No stdint.h on OpenVMS.
thatsafunnyname
2016-05-04 15:43:42 +01:00
-
dca5cf92ac
No stdint.h on OpenVMS.
thatsafunnyname
2016-05-04 15:42:25 +01:00
-
eef5fdb58a
No stdint.h on OpenVMS.
thatsafunnyname
2016-05-04 15:39:31 +01:00
-
-
f6ac47955b
removed BMI tests on Travis CI : incompatible compiler
Yann Collet
2016-05-01 10:34:04 +02:00
-
17d35b0bf4
added : BMI x64 test for Travis CI
Yann Collet
2016-05-01 10:27:54 +02:00
-
6f9c056662
Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178)
Yann Collet
2016-05-01 10:26:30 +02:00
-
cf8584c90a
Merge pull request #175 from inikep/dev
Yann Collet
2016-04-29 23:07:45 -07:00
-
-
648d74a604
Sync
inikep
2016-04-29 15:25:00 +02:00
-
-
bab4317961
util.h must the the first include to #define _POSIX_C_SOURCE
inikep
2016-04-29 15:19:40 +02:00
-
4f832c9f26
util.h must be the first include to #define _POSIX_C_SOURCE
inikep
2016-04-29 15:18:50 +02:00
-
-
55d047aa92
getTotalFileSize moved to common/util.h
inikep
2016-04-28 16:50:13 +02:00
-
d5ff2c3d9a
ordering of #include
inikep
2016-04-28 14:40:45 +02:00
-
83c76b4594
bench.c: time functions moved to common/util.h
inikep
2016-04-28 13:16:01 +02:00
-
69fcd7c0ae
getFileSize moved to common/util.h
inikep
2016-04-28 12:23:33 +02:00
-
1007a1fe3d
get rid of some Visual C++ warnings
inikep
2016-04-25 15:23:09 +02:00
-
6cb083fe3d
fixed 64-bit compilation with Visual C++
inikep
2016-04-25 14:42:15 +02:00
-
ea4ee3eee0
added compatibility with Visual C++ 2012
inikep
2016-04-25 13:09:06 +02:00
-
a8138fd767
updated lib/README.md part 2
inikep
2016-04-25 11:36:44 +02:00
-
49794316c2
updated lib/README.md
inikep
2016-04-25 11:31:28 +02:00
-
f066816998
fix for g++ compilation
inikep
2016-04-22 18:54:05 +02:00
-
db3964382c
introduced ZSTD_NODECOMPRESS to link only compressor
inikep
2016-04-22 18:22:30 +02:00
-
a1febea01d
Error functions moved to common/zstd_common.c
inikep
2016-04-22 17:14:25 +02:00
-
d6be2751a8
updated CMakeLists.txt
inikep
2016-04-22 13:59:21 +02:00
-
3c7c3527d0
introduced ZSTD_NOCOMPRESS to generate decompressor only
inikep
2016-04-22 13:59:05 +02:00
-
23a0889301
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
inikep
2016-04-22 12:43:18 +02:00
-
4699b3be03
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep
2016-04-21 12:30:58 +02:00
-
-
-
-
38654988f3
minor speed improvements 2
inikep
2016-04-21 12:18:47 +02:00
-
ef51941822
zst_opt.h: minor compression speed improvement
inikep
2016-04-21 11:08:43 +02:00
-
e02808ffc5
bumped lib version to 0.6.1 added ZSTD_VERSION_STRING
Yann Collet
2016-04-20 22:46:16 +02:00
-
c5e1d295ee
bench.c: force at least one compression and decompression loop
inikep
2016-04-19 09:37:59 +02:00
-
6d157f1fbe
bench.c: fixed rare compression and decompression speed bug
inikep
2016-04-15 16:54:11 +02:00
-
2c5eeea635
introduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0)
inikep
2016-04-15 13:44:46 +02:00
-
4b3c5eed99
removed ZSTD_compressBegin_targetSrcSize
inikep
2016-04-14 13:43:51 +02:00
-
c70c90e8a3
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep
2016-04-13 10:48:26 +02:00
-
-
-
-
c0d5f4eb2e
bench.c: ignore directories from a file list for benchmark
inikep
2016-04-13 10:48:04 +02:00
-
d0407789f6
Merge pull request #167 from Cyan4973/dev
v0.6.0
Yann Collet
2016-04-13 01:28:41 +02:00
-
-
ae800f9fc5
updated readme for 0.6.0
Yann Collet
2016-04-12 23:58:52 +02:00
-
16748729c9
Updated DICT_MAGIC, since internal dictionary format has changed (length encoding)
Yann Collet
2016-04-12 23:26:23 +02:00
-
c5b6d9741a
Added : zbuff.c to library; reported by Yipei Zhang
Yann Collet
2016-04-12 21:46:18 +02:00
-
389648cc6d
Fixed : contentSize + copyCCtx()
Yann Collet
2016-04-12 19:13:08 +02:00
-
541dc7c7d4
Added : fuzzer test, checking contentLength value after copyCCtx() usage
Yann Collet
2016-04-12 18:00:20 +02:00
-
6236eba991
removed headerBuffer
Yann Collet
2016-04-12 15:52:33 +02:00
-
0085cd3138
created ZSTD_writeFrameHeader()
Yann Collet
2016-04-12 14:14:10 +02:00
-
abb5c653f1
minor speed improvement for ZSTD_copyCCtx()
Yann Collet
2016-04-11 20:42:31 +02:00
-
887e7da785
Fixed copyCCtx() on uninitialized cctx (reported by Oliver Lange)
Yann Collet
2016-04-11 20:12:27 +02:00
-
8844e21dff
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep
2016-04-11 16:49:27 +02:00
-
-
-
-
f7d210b2e9
cache literal prices for ZSTD_btopt
inikep
2016-04-11 16:35:13 +02:00
-
582933fde5
fixed round-trip corruption, reported by Oliver Lange
Yann Collet
2016-04-11 16:25:56 +02:00
-
125d81774f
fixed uninitialization error, reported by Maciej Adamczyk
Yann Collet
2016-04-11 14:22:56 +02:00
-
d673d4cf66
fixed uninitialization error, reported by Maciej Adamczyk
Yann Collet
2016-04-11 14:10:23 +02:00
-
81e493651a
Fixed minor conversion warning
Yann Collet
2016-04-11 01:47:10 +02:00
-
c51aa6ccce
minor refactor
Yann Collet
2016-04-11 01:20:14 +02:00
-
c456077066
fixed : minor warning on return value
Yann Collet
2016-04-11 01:12:32 +02:00
-
7928f6f024
Fixed : cli error on stdin + stdout, as detected by Alexey Spiridonov Added : relevant test case
Yann Collet
2016-04-10 20:40:26 +02:00
-
ccbba296e1
Fix infinite loop with invalid data (fuzzer test)
Yann Collet
2016-04-10 14:42:26 +02:00
-
c018b03e78
Merge pull request #165 from Cyan4973/dev060
Yann Collet
2016-04-10 00:23:32 +02:00
-
-
793c649ead
updated cLevels
Yann Collet
2016-04-09 20:32:00 +02:00
-
4d008083e6
fixed fullbench link stage
Yann Collet
2016-04-09 17:38:53 +02:00
-
b144bc3e1c
Fixed uninitialized warning, reported by Maciej Adamczyk
Yann Collet
2016-04-09 17:26:22 +02:00
-
9990986bdc
fixed minor warnings when compiling with
gcc -g (aka -std=gnu90)
Yann Collet
2016-04-09 16:17:18 +02:00
-
b5a3cbd96d
fixed Visual project
Yann Collet
2016-04-09 15:44:38 +02:00
-
029267ab3f
Integrated Legacy v0.5.x decoder (provided by @inikep)
Yann Collet
2016-04-09 09:42:27 +02:00
-
7eff39f7ea
fixed decoding error
Yann Collet
2016-04-09 01:51:36 +02:00
-
1fce6e0baa
Fixed : minor variable isolation
Yann Collet
2016-04-08 20:26:33 +02:00
-
1eeddde625
clock() is default timer for all platforms except Windows
inikep
2016-04-08 16:55:17 +02:00
-
ea63bb7b5e
converted fuzzer timer to clock_t
Yann Collet
2016-04-08 15:25:32 +02:00
-
78267d1abe
updated cLevel for block <= 256K
Yann Collet
2016-04-08 12:36:19 +02:00
-
72cc704514
Merge branch 'dev060' of github.com:Cyan4973/zstd into dev060
Yann Collet
2016-04-08 02:02:31 +02:00
-
-
0dbf2874ee
faster level 1 at 256 KB
Yann Collet
2016-04-08 02:02:12 +02:00
-
04a4fd638b
Merge pull request #164 from inikep/dev
Yann Collet
2016-04-07 20:46:13 +02:00
-
-
-
afe1f7994b
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
inikep
2016-04-07 19:50:03 +02:00
-
-
9e8b09a7bd
Fixed memory initialization issue, reported by Maciej Adamczyk
Yann Collet
2016-04-07 19:35:23 +02:00
-
-
-
2bf79f9bff
use extDict only when needed
inikep
2016-04-07 19:24:33 +02:00
-
64d7bcb0dc
only repcode 0 for lazy, lazy2 and btlazy2 strategies
inikep
2016-04-07 19:14:09 +02:00
-
a69640cca1
Revert "removed void ZSTD_compressBlock_greedy"
inikep
2016-04-07 18:22:29 +02:00
-
d7bee33caf
Fixed make install (reported by Oliver Lange)
Yann Collet
2016-04-07 18:16:42 +02:00
-
5d39357bc4
minor compression speed optimization
Yann Collet
2016-04-07 17:19:00 +02:00
-
9296400a69
removed void ZSTD_compressBlock_greedy
inikep
2016-04-07 16:58:04 +02:00
-
485371600a
Implemented default coding table for lengths and offset
Yann Collet
2016-04-07 15:24:29 +02:00
-
79459da14b
Merge pull request #163 from inikep/dev
Yann Collet
2016-04-07 14:37:30 +02:00
-
-
91f2519647
Merge branch 'refs/heads/lazy_MML3' into dev
inikep
2016-04-07 11:35:41 +02:00
-