Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.27
Choose a base ref
...
head repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.28
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Aug 26, 2023

  1. Use explicit Default for GzHeaderState enum

    This allows the crate to build with Rust older than 1.62.
    jongiddy committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    68ba8f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #371 from jongiddy/jgiddy/msrv-1.53

    Use explicit Default for GzHeaderState enum.
    
    This resets the minimal required rust version to 1.53.
    Byron authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    20cdcbe View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    82e45fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69972b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Merge pull request #373 from anforowicz/fix-spare-capacity-handling

    Fix spare capacity handling
    Byron authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f285e9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Fix and unify docs of bufread and read types.

    - fix wrong docs of `bufread::GzDecoder`, `bufread::GzEncoder`, `bufread::MultiGzDecoder`
    - make the types of inner reader and exported trait explicit.
    - explicit state the pull model: user initialize the read, then data is
      read from the underlying stream.
    georeth committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    5b23cc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #375 from georeth/fix-read-doc

    Fix and unify docs of `bufread` and `read` types.
    Byron authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f62ff42 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. prepare next patch-release

    Byron committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1260d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7a61ea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Merge pull request #380 from Manishearth/reset-stream

    Reset StreamWrapper after calling mz_inflate / mz_deflate
    Byron authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    223f829 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #378 from Byron/prep-release

    prepare next patch-release
    Byron authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a99b53e View commit details
    Browse the repository at this point in the history
Loading