1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-06 15:45:37 +02:00
Commit Graph

123 Commits

Author SHA1 Message Date
31683c0b28 benchmark can use dictionary 2015-12-18 01:26:48 +01:00
9f5ab1a4f5 fix 32-bits windows decoding on high-compression archives 2015-12-11 00:27:41 +01:00
4bfe415fa7 validated external dictionary 2015-12-06 13:18:37 +01:00
417890cec2 strengthened streaming bufferless compression 2015-12-04 17:16:37 +01:00
44287a3bf4 refactored decompress (#82) 2015-11-30 23:13:56 +01:00
bf7aa3c14e fixed decoder error (rollbuffer mode) 2015-11-28 18:19:44 +01:00
ad50c59bb7 fixed decoder error (32-bits mode, malicious input) 2015-11-28 17:09:28 +01:00
00fd7a2110 protect 32-bits mode 2015-11-28 16:03:22 +01:00
26415d3ff2 fixed leak 2015-11-26 12:43:28 +01:00
e4fdad55dc fixed minor decompression bug in buffered mode 2015-11-25 21:09:17 +01:00
88fcd2916e Added : zstd buffered API 2015-11-25 14:42:45 +01:00
55aa7f94e3 modified format 2015-11-20 12:04:52 +01:00
b3a2af970e refactored decompression 2015-11-19 17:13:19 +01:00
dcac00e7a6 update library builder 2015-11-19 11:23:44 +01:00
b2549846ba more tests 2015-11-18 11:29:32 +01:00
82368cfa1b comment 2015-11-16 19:10:56 +01:00
eaa5f75b99 fixed decompression bug 2015-11-15 11:13:41 +01:00
93a823ccb7 fixed asan warnings 2015-11-13 15:08:43 +01:00
0f366c61ed fixed streaming decoder 2015-11-12 16:19:30 +01:00
5b78d2f20c basic rolling buffer support in decoder 2015-11-12 15:36:05 +01:00
14983e7aed refactored compression code 2015-11-11 21:38:21 +01:00
7f6e91fa98 fixed library compilation 2015-11-11 14:39:50 +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