1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-05 15:09:03 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
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
ecd651bd91 added ZSTD_duplicateCCtx() 2016-01-07 15:35:18 +01:00
188b6ed6c7 fixed g++ warning 2015-12-12 12:44:44 +01:00
3a061a4c9f extended static dictionary to buffered mode 2015-12-12 11:17:42 +01:00
31d1806a77 zbuff properly supports small dst buffers 2015-11-27 14:07:36 +01:00
944042ab7d coalesce block+header size (buffered mode) 2015-11-27 13:26:38 +01:00
d248aa1c62 fixed hang bug (infinite loop) in decoder, buffered mode, malicious input 2015-11-26 22:39:29 +01:00
661b94fb5d fixed potential warning on undefine, reported by Maciej Adamczyk 2015-11-26 16:42:06 +01:00
26415d3ff2 fixed leak 2015-11-26 12:43:28 +01:00
6bcdeac954 fixed asan warning 2015-11-26 11:43:00 +01:00
5f2ec63852 fixed decompression bug (buffered mode) 2015-11-26 10:32:17 +01:00
e4fdad55dc fixed minor decompression bug in buffered mode 2015-11-25 21:09:17 +01:00
d3cb690156 fixed leak issue 2015-11-25 15:26:55 +01:00
377b9e8b94 fixed : potential malloc error 2015-11-25 15:04:37 +01:00
7b2c31043c fixed : potential malloc error 2015-11-25 15:02:46 +01:00
88fcd2916e Added : zstd buffered API 2015-11-25 14:42:45 +01:00