zstd/lib/common
Yann Collet e8093dde09 fixed #304
Pathological samples may result in literal section being incompressible.
This case is now detected,
and literal distribution is replaced by one that can be written into the dictionary.
2018-01-11 11:16:32 -08:00
..
bitstream.h no longer supported starting C++17 2017-12-04 18:00:53 -08:00
compiler.h updated license header 2017-09-08 00:09:23 -07:00
entropy_common.c minor code refactor in HUF module 2017-03-05 21:07:20 -08:00
error_private.c changed error code when pos<=size condition is not respected 2017-09-27 10:35:56 -07:00
error_private.h updated license header 2017-09-08 00:09:23 -07:00
fse.h fix proper naming on FSE_createCTable() arguments in fse.h 2017-09-30 11:08:50 -07:00
fse_decompress.c Merge pull request #796 from terrelln/is-error 2017-08-15 12:37:28 -07:00
huf.h fixed #304 2018-01-11 11:16:32 -08:00
mem.h fixed one UB pointer arithmetic 2017-11-17 11:40:08 -08:00
pool.c removed direct call to malloc() from pool.c 2017-10-31 17:43:24 -07:00
pool.h updated license header 2017-09-08 00:09:23 -07:00
threading.c [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -07:00
threading.h [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -07:00
xxhash.c [libzstd] Fix FORCE_INLINE macro 2017-08-14 21:12:05 -07:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c merged repcode search into BT match search 2017-11-13 02:23:48 -08:00
zstd_errors.h changed error code when pos<=size condition is not respected 2017-09-27 10:35:56 -07:00
zstd_internal.h fix a subtle issue in continue mode 2017-12-19 09:43:03 +01:00