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

12 Commits

Author SHA1 Message Date
32fb407c9d updated a bunch of headers
for the new license
2017-08-18 16:52:05 -07:00
3b0cff3c33 fixed clang's -Wdocumentation 2017-07-13 18:58:30 -07:00
2bd6440be0 pinned down error code enum values
Note : all error codes are changed by this new version,
but it's expected to be the last change for existing codes.

Codes are now grouped by category, and receive a manually attributed value.
The objective is to guarantee that
error code values will not change in the future
when introducing new codes.
Intentionnal empty spaces and ranges are defined
in order to keep room for potential new codes.
2017-07-13 17:12:16 -07:00
559ee82e90 fixed : calling ZSTD_compress_generic() to end-flush a stream in multiple steps 2017-06-16 11:58:21 -07:00
a1280406b0 [libzstd] Allow users to define custom visibility 2017-05-19 18:01:59 -07:00
0f7bd772e6 Update seekable API to simplify IO 2017-04-18 16:48:30 -07:00
5ee1135f30 s/chunk/frame/ 2017-04-12 11:15:50 -07:00
c3ba15e48f Seekable compression demo 2017-04-11 13:53:09 -07:00
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
8de46ab51a Export all API functions 2016-12-16 13:27:30 -08:00
5d919e7ac3 added ZSTD_error_frameParameter_windowTooLarge (#403) 2016-10-12 17:29:24 -07:00
a17fd7312a changed error_public.h into zstd_errors.h 2016-10-11 16:41:09 -07:00