Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / image-rs/inflate issues and pull requests

#60 - Update crate to 2018 edition

Pull Request - State: closed - Opened by JohnTitor almost 5 years ago

#59 - Run rustfmt

Pull Request - State: closed - Opened by JohnTitor almost 5 years ago

#58 - Fix clippy warnings

Pull Request - State: closed - Opened by JohnTitor almost 5 years ago

#57 - Point to image-rs

Pull Request - State: closed - Opened by JohnTitor almost 5 years ago

#56 - Add benchmarks with Criterion

Pull Request - State: open - Opened by Shnatsel almost 5 years ago

#55 - Big slow-down in WebAssembly (wasm)

Issue - State: open - Opened by mpizenberg about 5 years ago - 4 comments

#54 - code modernization

Pull Request - State: closed - Opened by martinlindhe about 5 years ago - 1 comment

#53 - Move to image-rs

Issue - State: closed - Opened by bvssvni about 5 years ago - 4 comments
Labels: discussion

#52 - Publish 0.4.5

Pull Request - State: closed - Opened by bvssvni over 5 years ago

#51 - Fix Checksum Endianness

Pull Request - State: closed - Opened by CryZe over 5 years ago - 2 comments

#50 - Bump to 0.4.4

Pull Request - State: closed - Opened by bvssvni over 5 years ago

#49 - Publish 0.5.0

Pull Request - State: closed - Opened by bvssvni over 5 years ago - 1 comment

#48 - Handle end of input between uncompressed len and nlen

Pull Request - State: closed - Opened by philipc over 5 years ago - 1 comment

#46 - DeflateDecoder truncates output when underlying reader returns single bytes

Issue - State: open - Opened by programmerjake almost 6 years ago - 3 comments

#45 - Valgrind finds problems in tests in release mode

Issue - State: open - Opened by purpleposeidon almost 6 years ago

#44 - Published 0.4.3

Pull Request - State: closed - Opened by bvssvni about 6 years ago

#43 - Drop some `unsafe`s - the compiler now optimizes equivalent safe code

Pull Request - State: closed - Opened by Shnatsel about 6 years ago - 15 comments

#42 - Fixed index out of bounds bug

Pull Request - State: closed - Opened by bvssvni about 6 years ago - 1 comment

#41 - Index out of bounds

Issue - State: closed - Opened by bvssvni about 6 years ago - 3 comments
Labels: bug, help wanted, discussion

#40 - Published 0.4.1

Pull Request - State: closed - Opened by bvssvni about 6 years ago

#39 - Add test cases and fix for issue #38

Pull Request - State: closed - Opened by philipc about 6 years ago

#38 - Data is silently corrupted

Issue - State: closed - Opened by evanw over 6 years ago - 7 comments
Labels: bug

#37 - Published 0.4.0

Pull Request - State: closed - Opened by bvssvni over 6 years ago - 7 comments

#36 - Update adler32 to 1.0.2

Pull Request - State: closed - Opened by ferjm over 6 years ago - 2 comments

#35 - Use dynamic huffman tables to reduse the crate size.

Pull Request - State: closed - Opened by RazrFalcon over 6 years ago - 2 comments

#34 - Huge size of the InflateStream::next_state method

Issue - State: closed - Opened by RazrFalcon over 6 years ago - 10 comments

#33 - Big functions makes it difficult to parallelize compilation

Issue - State: open - Opened by JordiPolo over 6 years ago - 9 comments

#32 - Published 0.3.3

Pull Request - State: closed - Opened by bvssvni over 6 years ago

#31 - Add a fix and test-cases for issue #30

Pull Request - State: closed - Opened by potocpav over 6 years ago - 1 comment

#30 - Panic: Subtract with overflow

Issue - State: closed - Opened by potocpav almost 7 years ago - 1 comment

#29 - Published 0.3.2

Pull Request - State: closed - Opened by bvssvni almost 7 years ago

#28 - Fix reading CRC when there is a full byte still in the BitStream

Pull Request - State: closed - Opened by philipc almost 7 years ago - 1 comment

#27 - Poor handling of truncated streams

Issue - State: open - Opened by philipc almost 7 years ago - 4 comments

#26 - Error on valid input

Issue - State: closed - Opened by potocpav almost 7 years ago - 2 comments

#25 - Published 0.3.1

Pull Request - State: closed - Opened by bvssvni almost 7 years ago

#24 - Fix a panic on non-existent checksum

Pull Request - State: closed - Opened by potocpav almost 7 years ago - 1 comment

#23 - Published 0.3.0

Pull Request - State: closed - Opened by bvssvni almost 7 years ago - 1 comment

#22 - Implement readers and zlib checksum validation

Pull Request - State: closed - Opened by oyvindln almost 7 years ago - 3 comments

#21 - Is supporting rust 1.0 still needed?

Issue - State: closed - Opened by oyvindln almost 7 years ago - 3 comments

#20 - Published 0.2.0

Pull Request - State: closed - Opened by bvssvni about 7 years ago - 1 comment

#19 - Update package on crates.io

Issue - State: closed - Opened by demurgos about 7 years ago - 1 comment

#18 - Another overflow fix on invalid code lengths

Pull Request - State: closed - Opened by oyvindln over 7 years ago - 2 comments

#17 - [fuzz] add with overflow (2)

Issue - State: closed - Opened by nagisa over 7 years ago - 1 comment

#16 - [fuzz] Add with overflow

Issue - State: closed - Opened by nagisa over 7 years ago

#15 - Fix overflow bug on bogus code lengths

Pull Request - State: closed - Opened by oyvindln over 7 years ago - 5 comments

#14 - Add with overflow when decoding a malformed png image

Issue - State: closed - Opened by nagisa over 7 years ago - 1 comment

#13 - Un-pub the writer module and expose InflateWriter

Pull Request - State: closed - Opened by edvbld over 7 years ago - 1 comment

#12 - Update documentation for both README and crate

Pull Request - State: closed - Opened by edvbld over 7 years ago - 5 comments

#11 - Fixes inflate for 1.0

Pull Request - State: closed - Opened by nwin over 7 years ago

#9 - Add convenience functions for inflating data

Pull Request - State: closed - Opened by edvbld over 7 years ago - 5 comments

#8 - Add support for zlib headers and trailers for InflateWriter

Pull Request - State: closed - Opened by edvbld over 7 years ago - 3 comments

#7 - Implement std::io::Writer

Pull Request - State: closed - Opened by edvbld over 7 years ago - 12 comments

#6 - No way to get a Vec of the decompressed bytes

Issue - State: closed - Opened by nox over 7 years ago - 1 comment

#5 - Add some documentation + fix two clippy issues

Pull Request - State: closed - Opened by oyvindln over 7 years ago - 6 comments

#4 - Is this usable, what's the API?

Issue - State: closed - Opened by J-F-Liu over 7 years ago - 3 comments

#3 - Updated crates.io

Pull Request - State: closed - Opened by bvssvni about 8 years ago

#2 - Correctly skip to the next byte on an uncompressed block.

Pull Request - State: closed - Opened by peterhj about 8 years ago - 1 comment

#1 - Moved stuff from image-png

Pull Request - State: closed - Opened by bvssvni over 8 years ago