zstd/lib/common
Nick Terrell 6c41adfb28 [libzstd] pthread function prefixed with ZSTD_
* `sed -i 's/pthread_/ZSTD_pthread_/g' lib/{,common,compress,decompress,dictBuilder}/*.[hc]`
* Fix up `lib/common/threading.[hc]`
* `sed -i s/PTHREAD_MUTEX_LOCK/ZSTD_PTHREAD_MUTEX_LOCK/g lib/compress/zstdmt_compress.c`
2017-09-27 11:48:48 -07:00
..
bitstream.h [bitstream] Allow adding 31 bits at a time 2017-09-19 13:57:33 -07: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 updated license header 2017-09-08 00:09:23 -07:00
error_private.h updated license header 2017-09-08 00:09:23 -07:00
fse_decompress.c Merge pull request #796 from terrelln/is-error 2017-08-15 12:37:28 -07:00
fse.h [libzstd] Increase granularity of FSECTable repeat mode 2017-07-13 12:45:39 -07:00
huf.h [libzstd] Pull CTables into sub-structure 2017-07-12 19:49:19 -07:00
mem.h updated license header 2017-09-08 00:09:23 -07:00
pool.c [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -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 updated license header 2017-09-08 00:09:23 -07:00
zstd_errors.h updated license header 2017-09-08 00:09:23 -07:00
zstd_internal.h Increase maximum window size 2017-09-26 14:00:01 -07:00