]> git.ipfire.org Git - thirdparty/zstd.git/commit
Deprecated bufferless and block level APIs
authorNick Terrell <terrelln@fb.com>
Tue, 24 Jan 2023 20:21:49 +0000 (12:21 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Thu, 16 Mar 2023 17:04:15 +0000 (10:04 -0700)
commitfbd97f305a521272601fe6394460287294c2406c
tree7e4fb55b1816d976b9178d06e2cd96e2c10b2a54
parent53bad103ce61fd2c170bf49bf335201a8a51f72f
Deprecated bufferless and block level APIs

* Mark all bufferless and block level functions as deprecated
* Update documentation to suggest not using these functions
* Add `_deprecated()` wrappers for functions that we use internally and
  call those instead
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstdmt_compress.c
lib/decompress/zstd_decompress_block.c
lib/decompress/zstd_decompress_block.h
lib/dictBuilder/zdict.c
lib/zstd.h
tests/decodecorpus.c