1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-04 06:40:29 +02:00
Commit Graph

45 Commits

Author SHA1 Message Date
0d9ce04cd5 minor refactoring 2016-03-19 13:21:08 +01:00
546c9b1c02 minor refactoring 2016-03-19 12:47:52 +01:00
d1d210f3fb minor code refactor 2016-03-19 12:12:07 +01:00
f3120413cc Fixed : decoder error on erroneous data 2016-03-19 11:40:19 +01:00
346bffbc68 Added frame content size test within fuzzer 2016-03-15 15:24:52 +01:00
dd54bbc184 Fixed large NbSeq > 32 K
Added a test in Fuzzer to check NbSeq > 32 K
2016-03-08 02:35:34 +01:00
370b08e840 fix compression ratio for blocks <= 16 KB 2016-03-08 00:03:59 +01:00
4ba85344e3 added test to generate lots of small sequences (3-bytes) 2016-03-07 20:01:45 +01:00
4ec2998b1f Added zeroes test (#137) 2016-03-04 19:09:28 +01:00
e93add0439 Removed if (matchIndex >= current) return 0; as recommended by @inikep 2016-02-15 17:44:14 +01:00
cefef8cde7 Change : zstd_opt_bt => zstd_btopt 2016-02-15 07:21:54 +01:00
464fa996e9 added v0.4 legacy support 2016-02-03 01:09:46 +01:00
1c8e194297 modified streaming compression API 2016-01-26 16:31:22 +01:00
7b51a2948f modified streaming decompression API 2016-01-26 15:58:49 +01:00
977f1f3600 modified error system, following suggestions by @nemequ 2016-01-21 15:38:47 +01:00
b012510d9f dictionary with block API 2016-01-09 02:00:10 +01:00
bf42c8e5d8 block-level API 2016-01-09 01:08:23 +01:00
600962711d added duplication tests 2016-01-08 17:27:50 +01:00
ecd651bd91 added ZSTD_duplicateCCtx() 2016-01-07 15:35:18 +01:00
5835e1b5ba updated xxhash source 2016-01-05 01:44:36 +01:00
4bfe415fa7 validated external dictionary 2015-12-06 13:18:37 +01:00
e47c4e5f8e strengthened bufferless streaming decompression 2015-12-05 09:23:53 +01:00
1c2ddba469 use time limited fuzzer tests in CI 2015-12-04 17:45:35 +01:00
553cf6a926 time-limited fuzzer tests 2015-12-04 17:25:26 +01:00
417890cec2 strengthened streaming bufferless compression 2015-12-04 17:16:37 +01:00
dc5e3e96f8 minor memsave 2015-11-20 09:23:56 +01:00
110cc14bab fixed bug #73 notified by @nemequ 2015-11-19 12:02:28 +01:00
5be2dd25f2 Changed Library source tree
- no more zstdhc ; zstd.h is enough
- ZSTD_compress() now needs a compressionLevel
- separated zstd_compress.c and zstd_decompress.c
- updated zstdcli, fullbench, fuzzer with new API
2015-11-11 13:43:58 +01:00
43e0cd512a small blocks params 2015-11-09 16:38:17 +01:00
4c7aae3a36 fuzzer tests more HC levels 2015-11-08 14:24:59 +01:00
3e3582719c Fixed issue #62, reported by @luben 2015-11-04 18:19:39 +01:00
2f648e54ff hc fuzzer tests 2015-10-29 18:23:38 +01:00
353c5d26cf unified ctx naming convention 2015-10-21 14:39:26 +01:00
1c00dc3e24 Added block size to bench 2015-10-21 08:22:25 +01:00
b1f3f4b565 update huff0 2015-10-18 22:18:32 +01:00
d5d9bc3f82 Added : ZSTD decompression : ability to resist to noisy/faulty data source 2015-08-23 23:13:49 +01:00
997f9ee2ef Added : fuzzer tests : decompressing noisy src 2015-08-21 02:44:20 +01:00
602834f794 Fixed : bug in compression in specific conditions (too small dst size) 2015-08-20 07:46:10 +01:00
f3cb79b58f Fixed : g++ link error within fullbench 2015-08-20 00:02:43 +01:00
f4ce8913a3 Added more strigent tests : compresson into too small buffer 2015-08-11 14:18:45 +01:00
e9853b2cdb Fixed : ZSTD_compress() can attempt compression on a too small buffer 2015-08-07 19:07:32 +01:00
b5e06dc7c3 Fixed a few minor visual analyzer warnings 2015-07-04 23:20:56 -08:00
94f998b1fc Fixed a few visual analyzer warnings 2015-07-04 23:10:40 -08:00
213089c078 Updated FSE
Added clang and g++ tests
2015-06-18 07:43:16 -08:00
4856a00164 Initial release 2015-01-24 01:58:16 +01:00