Lines Matching full:fixed
65 build: Fixed Meson build (#2548, @SupervisedThinking @kloczek)
200 api: fixed decoding of magic-less frames, by @terrelln
201 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
212 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
213 build: fixed deprecation warning for certain gcc version, reported by @jasonma163
218 misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro
311 build: fixed zstd-pgo, by @bmwiedemann
317 misc: fixed zstdgrep, returns 1 on failure, by @lzutao
371 misc: all /contrib projects fixed
413 cli : improved and fixed --list command, by @ib (#772)
415 build : fixed binary variants, reported by @svenha (#788)
419 doc : fixed huffman example, by Ulrich Kunitz (@ulikunitz)
500 lib : fixed : several corner case bugs, by Nick Terrell
504 cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (li…
505 cli : fixed : zstdcat
519 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets
527 Fixed : CLI -d output to stdout by default when input is stdin (#322)
528 Fixed : CLI correctly detects console on Mac OS-X
529 Fixed : CLI supports recursive mode `-r` on Mac OS-X
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)
532 Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
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
549 Fixed : speed regression on specific patterns (#272)
550 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
551 Fixed : ICC compilation, by Przemyslaw Skibinski
557 Fixed : legacy mode with ZSTD_HEAPMODE=0, by Christopher Bergqvist
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
560 Fixed : checksum correctly checked in single-pass mode
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
616 Fixed : Legacy codec v0.5 compatible with dictionary decompression
617 Fixed : Decoder corruption error (#173)
618 Fixed : null-string roundtrip (#176)
626 Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, than…
656 Fixed : high compression modes for Windows 32 bits
666 Fixed : big-endian compatibility, by Peter Harris (#85)
669 Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)
691 Fixed Visual Studio