zstd/lib/common
Yann Collet cbc5e9dc19 fixes oob read 2016-07-24 18:02:04 +02:00
..
bitstream.h fixed gcc warning on uninitialized structure variable 2016-06-12 22:51:52 +02:00
entropy_common.c fixes oob read 2016-07-24 18:02:04 +02:00
error_private.h decompression validates frame content checksum 2016-06-01 00:18:28 +02:00
error_public.h removed "error_public.h" dependency from "zstd.h" 2016-07-07 14:17:40 +02:00
fse.h minor comment change 2016-06-16 16:39:55 +02:00
fse_decompress.c Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro. 2016-06-05 00:58:01 +02:00
huf.h minor compression level corrections 2016-07-17 16:21:37 +02:00
mem.h cBlockSize uses little-endian convention 2016-07-22 14:37:09 +02:00
xxhash.c moved xxhash to lib/common 2016-05-29 01:06:30 +02:00
xxhash.h moved xxhash to lib/common 2016-05-29 01:06:30 +02:00
zbuff.h removed `mem.h` dependency from `zbuff.h` (experimental section) 2016-07-07 13:17:37 +02:00
zstd_common.c Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro 2016-06-04 19:47:02 +02:00
zstd_internal.h unified encoding types 2016-07-23 16:31:49 +02:00