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: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.17
Choose a base ref
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.18
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 15, 2022

  1. docs(client): Add tcp feature for Client::new docs

    added cfg attr to denote required tcp feature in docs for Client::new method
    
    Closes: #2759
    ilyatrefilov authored and seanmonstar committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4fcfe1f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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

Commits on Feb 25, 2022

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

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    ce2bfa9 View commit details
    Browse the repository at this point in the history
  2. feat(client): add HttpInfo::local_addr() method

    This adds `local_addr` information from `TcpStream` to the `HttpInfo` struct
    
    Closes #2767
    kubuzetto authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    055b4e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix(ffi): don't build C libraries by default

    Remove unconditional building of FFI libraries: now
    that nightly supports --crate-type, it can be opted into.
    This fixes cargo's pipelining both for dependencies and
    for dependent crates, resulting in faster from-scratch builds.
    lqd authored and seanmonstar committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1c66370 View commit details
    Browse the repository at this point in the history
  2. chore(ci): test FFI on CI using nightly

    Now that FFI is opt-in using cargo's --crate-type, nightly needs to be used
    on CI: this flag is still unstable and requires a nightly to enable -Z unstable options.
    lqd authored and seanmonstar committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    bd591f4 View commit details
    Browse the repository at this point in the history
  3. docs(ffi): document nightly requirement for FFI

    Update the command to use `--crate-type`.
    lqd authored and seanmonstar committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1e9cd4f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

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

Commits on Mar 22, 2022

  1. v0.14.18

    seanmonstar committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    53f15e5 View commit details
    Browse the repository at this point in the history
Loading