GitHub / Frommi/miniz_oxide issues and pull requests
#178 - chore: Do not force `std` with `serde` feature
Pull Request -
State: closed - Opened by clabby about 1 month ago
#177 - Fix Typos in Comments: "hierachy" → "hierarchy", "udpating" → "updating"
Pull Request -
State: closed - Opened by leopardracer about 1 month ago
- 1 comment
#176 - Update cbindgen URL
Pull Request -
State: closed - Opened by atouchet about 2 months ago
#175 - Fix link in Readme
Pull Request -
State: closed - Opened by atouchet about 2 months ago
- 1 comment
#174 - Regression in decompressing bad data after 0.8.5 w/ small input
Issue -
State: open - Opened by milesgranger about 2 months ago
- 4 comments
#173 - Remove `compiler-builtins` from `rustc-dep-of-std` dependencies
Pull Request -
State: closed - Opened by tgross35 about 2 months ago
- 1 comment
#172 - fix(inflate): fix possible `attempt to subtract with overflow`
Pull Request -
State: closed - Opened by tkubicz 4 months ago
- 4 comments
#171 - Block boundary test and cleanup
Pull Request -
State: closed - Opened by philiptaylor 4 months ago
- 2 comments
#170 - Add API to support random access at block boundaries
Pull Request -
State: closed - Opened by philiptaylor 5 months ago
- 2 comments
#169 - `miniz_oxide` decompression differs from other zlib backends
Issue -
State: closed - Opened by jorgehermo9 5 months ago
- 5 comments
#168 - README: note that no_std also works with provided memory slices
Pull Request -
State: closed - Opened by orangecms 5 months ago
- 1 comment
#167 - fix: remove loop_len from DictOxide - for loop unwind black_box
Pull Request -
State: closed - Opened by dishmaker 5 months ago
- 2 comments
#166 - add derive(Serialize, Deserialize) to DecompressorOxide
Pull Request -
State: closed - Opened by dishmaker 6 months ago
- 8 comments
#165 - DecompressorOxide: Serialize state with serde
Issue -
State: closed - Opened by dishmaker 6 months ago
- 1 comment
#164 - Avoid stack overflow when initializing HashBuffers.
Pull Request -
State: closed - Opened by anforowicz 6 months ago
- 2 comments
#163 - Massive performance regression in deflate compression between rust 1.81 and 1.82 due to upstream rust compiler optimization issue
Issue -
State: closed - Opened by oyvindln 6 months ago
- 2 comments
#162 - fix(doc): typo on example code
Pull Request -
State: closed - Opened by ivanizag 6 months ago
#161 - panic in `miniz_oxide::inflate::core::decompress` - range end index 80 out of range for slice of length 56
Issue -
State: closed - Opened by moxian 6 months ago
- 1 comment
#160 - Crash on macOS Rust 1.84.0
Issue -
State: closed - Opened by karip 6 months ago
- 3 comments
#159 - fix(core): Update from `memset` to `.fill`
Pull Request -
State: closed - Opened by mdeville 8 months ago
- 2 comments
#158 - miniz_oxide::inflate::stream::inflate consumes more bytes than it actually used
Issue -
State: open - Opened by link2xt 10 months ago
- 6 comments
Labels: bug
#157 - Derive Clone for InflateState to allow random-access reads
Pull Request -
State: closed - Opened by phord 10 months ago
#156 - Compression level zero is very slow
Issue -
State: open - Opened by fintelia 10 months ago
- 1 comment
Labels: bug, performance
#155 - InflateState::new_boxed() uses large stack allocation
Issue -
State: open - Opened by weirddan455 12 months ago
- 3 comments
#154 - chore: fix some comments
Pull Request -
State: closed - Opened by wangcundashang about 1 year ago
- 1 comment
#153 - Investigate whether we can avoid a 1k lookup table in init_tree without reducing performance
Issue -
State: open - Opened by oyvindln about 1 year ago
- 3 comments
#152 - Remove lookup table from rustc-std builds
Pull Request -
State: closed - Opened by GnomedDev about 1 year ago
- 2 comments
#151 - Fix clippy lints
Pull Request -
State: closed - Opened by GnomedDev about 1 year ago
#150 - fix(miniz_oxide): Fix version specification for simd-adler32
Pull Request -
State: closed - Opened by d-e-s-o over 1 year ago
- 1 comment
#149 - Missing tags for versions 0.7.1 and 0.7.2
Issue -
State: closed - Opened by paolobarbolini over 1 year ago
- 2 comments
#148 - `adler` is archived
Issue -
State: closed - Opened by smoelius over 1 year ago
- 5 comments
#147 - Avoid using default in HashBuffers::reset
Pull Request -
State: closed - Opened by Lonami over 1 year ago
- 17 comments
#146 - Optimize match_len == 3
Pull Request -
State: closed - Opened by kornelski over 1 year ago
- 1 comment
#145 - Code size reduction from panic reduction
Pull Request -
State: closed - Opened by kornelski over 1 year ago
- 2 comments
#144 - Parameters to lower memory consumption
Issue -
State: open - Opened by bnjjj over 1 year ago
- 11 comments
Labels: enhancement
#143 - Zlib succes while miniz_oxide fails
Issue -
State: closed - Opened by catenacyber over 1 year ago
- 5 comments
#142 - docs: fix typo
Pull Request -
State: closed - Opened by eventualbuddha almost 2 years ago
#141 - deflate64
Issue -
State: open - Opened by oyvindln about 2 years ago
- 1 comment
#140 - Feature Request: decompress from input `Iterator` to output `Iterator` (for low RAM usage in embedded Rust)
Issue -
State: open - Opened by neil-morrison44 about 2 years ago
- 2 comments
#139 - Feature request: `set_dictionary`
Issue -
State: open - Opened by torokati44 about 2 years ago
- 2 comments
#138 - Add a roundtrip fuzz target
Pull Request -
State: closed - Opened by Shnatsel over 2 years ago
- 1 comment
#137 - miniz_oxide accepts invalid literal/length trees
Issue -
State: open - Opened by fintelia over 2 years ago
- 1 comment
#136 - Fix for older version of Rust
Pull Request -
State: closed - Opened by jasonish over 2 years ago
- 1 comment
#135 - v0.6.4 doesn't build in rust 1.59
Issue -
State: closed - Opened by Pascal-So over 2 years ago
- 7 comments
#134 - move debug assert condition to if stmt
Pull Request -
State: closed - Opened by connorskees over 2 years ago
#133 - feat: Optimize core inflation tree
Pull Request -
State: closed - Opened by notgull over 2 years ago
#132 - optimize `inflate::core::init_tree` by precomputing reversed bits
Pull Request -
State: closed - Opened by connorskees over 2 years ago
- 3 comments
#131 - optimize `inflate::core::transfer`
Pull Request -
State: closed - Opened by connorskees over 2 years ago
- 1 comment
#130 - miniz_oxide doesn't validate HLIT
Issue -
State: closed - Opened by fintelia over 2 years ago
- 6 comments
#129 - README.md
Pull Request -
State: closed - Opened by jarede-dev over 2 years ago
- 1 comment
#128 - Integration with oss-fuzz fuzzing service
Issue -
State: closed - Opened by manunio almost 3 years ago
- 2 comments
#127 - Update actions/checkout in GitHub Actions workflows to v3
Pull Request -
State: closed - Opened by striezel almost 3 years ago
- 1 comment
#126 - Fix some typos
Pull Request -
State: closed - Opened by striezel almost 3 years ago
#125 - Remove #[inline(always)] from CompressorOxide::default()
Pull Request -
State: closed - Opened by jrmuizel almost 3 years ago
#124 - Spelling and grammar edits for the readmes.
Pull Request -
State: closed - Opened by LollipopFt almost 3 years ago
- 1 comment
#123 - impl Display for DecompressError
Pull Request -
State: closed - Opened by Shnatsel almost 3 years ago
- 1 comment
#122 - Make `DecompressError` implement the `Error` trait
Issue -
State: closed - Opened by Shnatsel almost 3 years ago
- 3 comments
#121 - Fix output size limit handling
Pull Request -
State: closed - Opened by Shnatsel almost 3 years ago
- 6 comments
#120 - Add a basic test for decompression limits
Pull Request -
State: closed - Opened by Shnatsel almost 3 years ago
- 1 comment
#119 - `decompress_to_vec_zlib_with_limit` returns an error even when given the correct output size (bug?)
Issue -
State: closed - Opened by johannesvollmer almost 3 years ago
- 1 comment
#118 - `println!()` can cause panic outside `catch_unwind()`
Issue -
State: open - Opened by LegionMammal978 about 3 years ago
- 1 comment
Labels: C API
#117 - Allow for running without allocator (inflate-only)
Pull Request -
State: closed - Opened by mkeeter about 3 years ago
- 1 comment
#116 - fix some clippy lints
Pull Request -
State: closed - Opened by hellow554 about 3 years ago
- 1 comment
#115 - Fix typos
Pull Request -
State: closed - Opened by MichaelMcDonnell over 3 years ago
#114 - Fix readme example
Pull Request -
State: closed - Opened by MichaelMcDonnell over 3 years ago
- 2 comments
#113 - Make decompressed data from decompress_to_vec accessible on failure
Issue -
State: closed - Opened by RazrFalcon over 3 years ago
- 9 comments
Labels: enhancement
#112 - Add decompress_slice_iter_to_slice function.
Pull Request -
State: closed - Opened by Lokathor over 3 years ago
- 1 comment
#111 - dependency on the alloc crate should be optional.
Issue -
State: closed - Opened by Lokathor over 3 years ago
- 8 comments
Labels: enhancement
#110 - decompression logic error edge case prevents clean decompression into an exact sized buffer.
Issue -
State: closed - Opened by Lokathor over 3 years ago
- 5 comments
#109 - Docs of `miniz_oxide::inflate::core::decompress` seem slightly stale
Issue -
State: closed - Opened by Lokathor over 3 years ago
- 2 comments
#108 - Attempt to add some documentation to external API's.
Pull Request -
State: closed - Opened by fullermd over 3 years ago
- 1 comment
#107 - Readd CI
Issue -
State: closed - Opened by oyvindln over 3 years ago
#106 - Cannot build in `-Z build-std` with `#![no_std]`
Issue -
State: closed - Opened by nbdd0121 almost 4 years ago
- 5 comments
#105 - Clarification on sync behaviour
Issue -
State: open - Opened by uazu about 4 years ago
- 5 comments
#104 - feature(simd): add simd-adler32 behind simd feature flag
Pull Request -
State: closed - Opened by mcountryman over 4 years ago
- 1 comment
#103 - Create a cleaner/easier API
Issue -
State: open - Opened by oyvindln over 4 years ago
- 1 comment
Labels: enhancement
#102 - Allow disabling checksum test for zlib
Issue -
State: closed - Opened by HeroicKatora over 4 years ago
- 4 comments
#101 - Switch to SIMD adler32
Issue -
State: closed - Opened by Ben-Lichtman over 4 years ago
- 7 comments
#100 - Improve block type selection algorithm
Issue -
State: open - Opened by claudiosdc over 4 years ago
- 2 comments
Labels: enhancement, performance
#99 - Bump adler to a 1.0 version
Pull Request -
State: closed - Opened by Xanewok over 4 years ago
- 4 comments
#98 - Add forbid unsafe code to build
Pull Request -
State: closed - Opened by ralpha almost 5 years ago
#97 - Compilation of libstd broken when using miniz_oxide 0.4.2
Issue -
State: closed - Opened by bjorn3 almost 5 years ago
- 5 comments
#96 - Add missing pub to FullReset's data format
Pull Request -
State: closed - Opened by DoumanAsh almost 5 years ago
#95 - Automatic alloc detection
Pull Request -
State: closed - Opened by Plecra almost 5 years ago
- 2 comments
#94 - Automatic detection of the alloc crate
Issue -
State: closed - Opened by Plecra almost 5 years ago
#93 - Improve Documentation
Issue -
State: open - Opened by Plecra almost 5 years ago
- 2 comments
#92 - Allow resetting the Inflate state without zeroing the output buffer
Pull Request -
State: closed - Opened by Byron almost 5 years ago
- 1 comment
#91 - Introduce reset policy to control InflateState::reset
Pull Request -
State: closed - Opened by DoumanAsh almost 5 years ago
- 5 comments
#90 - CI doesn't check the crate using 1.34.0
Issue -
State: closed - Opened by Lokathor almost 5 years ago
- 1 comment
#89 - [Q&A] InflateState reset has measurable costs when decompressing millions of objects
Issue -
State: closed - Opened by Byron almost 5 years ago
- 3 comments
#88 - Add support for limiting output size when decompressing to Vec
Pull Request -
State: closed - Opened by Shnatsel almost 5 years ago
- 1 comment
#87 - Increase the license options.
Pull Request -
State: closed - Opened by Lokathor about 5 years ago
- 25 comments
#86 - Is TINFL_FLAG_HAS_MORE_INPUT necessary?
Issue -
State: open - Opened by Plecra about 5 years ago
- 1 comment
Labels: question
#85 - alloc implementation raised MSRV
Issue -
State: closed - Opened by Plecra about 5 years ago
- 2 comments
#84 - Add an optional feature for 1.34.2 backwards compatibility
Pull Request -
State: closed - Opened by HeroicKatora about 5 years ago
- 5 comments
#83 - Switch from adler32 to adler crate
Pull Request -
State: closed - Opened by jonas-schievink about 5 years ago
- 10 comments
#82 - inflate::core::init_tree() is slow
Issue -
State: closed - Opened by Shnatsel about 5 years ago
- 1 comment
Labels: performance
#81 - Flag `miniz_oxide` as a `#![no_std]` library
Pull Request -
State: closed - Opened by alexcrichton about 5 years ago
- 8 comments
#80 - 0.3.7 on crates.io
Issue -
State: closed - Opened by tblah about 5 years ago
- 2 comments
#79 - Make C API layout-compatible with miniz
Issue -
State: open - Opened by Shnatsel about 5 years ago
- 2 comments
Labels: C API