zstd/lib/common
Yann Collet 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
..
bitstream.h updated ZSTDMT streaming API 2017-06-03 01:15:02 -07:00
entropy_common.c minor code refactor in HUF module 2017-03-05 21:07:20 -08:00
error_private.c pinned down error code enum values 2017-07-13 17:12:16 -07:00
error_private.h created error_private.c, so that a single list of error strings get included 2016-10-11 17:24:50 -07:00
fse_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
fse.h [libzstd] Pull CTables into sub-structure 2017-07-12 19:49:19 -07:00
huf.h [libzstd] Pull CTables into sub-structure 2017-07-12 19:49:19 -07:00
mem.h fixed several conversion warnings 2017-07-07 17:13:12 -07:00
pool.c buffer pool can be invoked from multiple threads 2017-07-11 14:14:07 -07:00
pool.h buffer pool can be invoked from multiple threads 2017-07-11 14:14:07 -07:00
threading.c Whitespace only: tabs to spaces 2017-03-09 12:51:33 -08:00
threading.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
xxhash.c solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c zlib_wrapper's uncompress() uses ZSTD_isFrame() for routing 2017-06-02 14:27:11 -07:00
zstd_errors.h pinned down error code enum values 2017-07-13 17:12:16 -07:00
zstd_internal.h [libzstd] Pull CTables into sub-structure 2017-07-12 19:49:19 -07:00