Lines Matching full:reported
201 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
209 cli: fix command `-D dictionary` on Windows, reported by @artyompetrov
212 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
213 build: fixed deprecation warning for certain gcc version, reported by @jasonma163
305 build: fix compilation on MIPS32, reported by @clbr (#1441)
333 api : fix : block api can be streamed with > 4 GB, reported by @catid
376 fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen
383 build: fix : compilation under rhel6 and centos6, reported by @pixelb
398 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
403 build: fix : no-multithread variant compiles without pool.c dependency, reported by Mitchell Blank …
415 build : fixed binary variants, reported by @svenha (#788)
416 build : fix Visual compilation for non x86/x64 targets, reported by Greg Slazinski (@GregSlazinski)…
530 Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skib…
531 Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319)
533 Fixed : zstd-pgo, reported by octoploid (#329)
541 Fixed : compression fails on certain huge files, reported by Jesse McGrew
548 Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell
558 Fixed : premature end of frame when zero-sized raw block, reported by Eric Biggers
559 Fixed : large dictionaries (> 384 KB), reported by Ilona Papava
561 Fixed : combined --test amd --rm, reported by Andreas M. Nilsson
572 Fixed : segfault when using small dictionaries, reported by Felix Handte
582 fixed : dictBuilder using HC levels, reported by Bartosz Taudul
583 fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte
584 fixed : multi-blocks decoding with intermediate uncompressed blocks, reported by Greg Slazinski
589 fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.
590 fixed : potential segfault on very large files (many gigabytes). Reported by Chip Turner.
591 fixed : CLI displays system error message when destination file cannot be created (#231). Reported …
594 fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christop…
595 fixed : dictBuilder fails if first sample is too small, reported by Руслан Ковалёв
596 fixed : corruption issue, reported by cj
669 Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)
711 fix uninitialization warning, reported by Evan Nemerson