Sean Purcell
|
7d37ca1d5b
|
Merge remote-tracking branch 'origin/dev' into splittable
|
2017-04-21 14:18:39 -07:00 |
|
Sean Purcell
|
0f7bd772e6
|
Update seekable API to simplify IO
|
2017-04-18 16:48:30 -07:00 |
|
Sean Purcell
|
5ee1135f30
|
s/chunk/frame/
|
2017-04-12 11:15:50 -07:00 |
|
Yann Collet
|
20d5e03893
|
content size is controlled at bufferless level
so it's active for all entry points
Also : added relevant test (wrong content size) in fuzzer
|
2017-04-11 18:34:02 -07:00 |
|
Sean Purcell
|
c3ba15e48f
|
Seekable compression demo
|
2017-04-11 13:53:09 -07:00 |
|
Yann Collet
|
f332ece468
|
dictBuilder fails to create dictionary on certain input
Properly expressed with an error code (see zstd_errors.h)
and a cli return code != 0
|
2017-03-23 16:24:02 -07:00 |
|
Yann Collet
|
5d919e7ac3
|
added ZSTD_error_frameParameter_windowTooLarge (#403)
|
2016-10-12 17:29:24 -07:00 |
|
Yann Collet
|
ef2357d0d3
|
created error_private.c, so that a single list of error strings get included
|
2016-10-11 17:24:50 -07:00 |
|