Lines Matching refs:fix

13 cli : fix : stdin input no longer confused as user prompt
19 api : fix : multithreaded compression has predictable output even in special cases (see #2327) (iss…
20 api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (iss…
21 build: fix cmake script when using path with spaces, by @terrelln
28 fix : Always return dstSize_tooSmall when that is the case
29 fix : Fix ZSTD_initCStream_advanced() with static allocation and no dictionary
63 fix : Compression ratio regression on huge files (> 3 GB) using high levels (--ultra) and multithre…
80 build: Meson multi-thread build fix on windows
104 cli: fix command `-D dictionary` on Windows, reported by @artyompetrov
105 cli: fix rare deadlock condition within dictionary builder, by @terrelln
109 build: fix compilation on old gcc versions, by @cemeyer
128 bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595)
150 build: Meson: fix build by @lzutao (#1602)
152 build: Visual Studio: fix linking by @absotively (#1639)
200 build: fix compilation on MIPS32, reported by @clbr (#1441)
201 build: fix compilation with multiple -arch flags, by @ryandesign
204 build: fix cmake script : can create debug build, by @pitrou
217 fix : performance of dictionary compression for small input < 4 KB at levels 9 and 10
226 cli : fix : does no longer overwrite destination when source does not exist (#1082)
228 api : fix : block api can be streamed with > 4 GB, reported by @catid
241 cli : fix : overlapLog can be manually set
242 cli : fix : decoding invalid lz4 frames
243 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
258 cli : fix crash when not overwriting existing files, by Pádraig Brady (@pixelb)
271 fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen
272 cli : fix : content size written in header by default
273 cli : fix : improved LZ4 format support, by @felixhandte
275 api : fix : support large skippable frames, by @terrelln
276 api : fix : streaming interface was adding a useless 3-bytes null block to small frames
278 build: fix : compilation under rhel6 and centos6, reported by @pixelb
285 fix : multi-threading compression works with custom allocators
286 fix : ZSTD_sizeof_CStream() was over-evaluating memory usage
287 fix : a rare compression bug when compression generates very large distances and bunch of other con…
288 fix : 32-bits build can now decode large offsets (levels 21+)
293 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
294 cli : fix : write file size in header in multiple-files mode
297 api : fix : sizeof_CCtx() used to over-estimate
298 build: fix : no-multithread variant compiles without pool.c dependency, reported by Mitchell Blank …
302 license : fix a few header files to reflect new license (#825)
311 build : fix Visual compilation for non x86/x64 targets, reported by Greg Slazinski (@GregSlazinski)…
342 cli : fix : does not output compressed data on console
343 cli : fix : ignore symbolic links unless --force specified,
347 API : fix : ZSTDMT_compressCCtx() now provides srcSize in header (#634)
348 API : fix : src size stored in frame header is controlled at end of frame
349 API : fix : enforced consistent rules for pledgedSrcSize==0 (#641)
350 API : fix : error code "GENERIC" replaced by "dstSizeTooSmall" when appropriate
359 cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
360 cli : fix : --rm remains silent when input is stdin
377 cli : fix zstdless on Mac OS-X, by Andrew Janke
378 cli : fix #232 "compress non-files"
383 API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szor…
384 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
538 fix : bt search bug
541 fix : fast compression mode on Windows
606 fix uninitialization warning, reported by Evan Nemerson
612 fix compression bug