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

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    82d53db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f1ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    81ceb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ffe094 View commit details
    Browse the repository at this point in the history
  3. Fix parsing of long host with no scheme (#351)

    This change fixes an issue where an URI with no scheme, a host
    part with a length greater than the max for a scheme, while only
    consisting of valid characters for a scheme would fail to parse.
    
    Rather than assuming the string being parsed is meant to contain
    a scheme and returning an error if the max length for a scheme is
    met, we instead extract the scheme part if it exists and validate
    its length.
    
    The trade-off is worse performance in the error case of a scheme
    that is too long.
    avitex authored and seanmonstar committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d3cae7c View commit details
    Browse the repository at this point in the history
  4. Fix docs indentation (#347)

    erickt authored and seanmonstar committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6856193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b07ee4 View commit details
    Browse the repository at this point in the history
  6. v0.1.20

    seanmonstar committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4a5b64d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Fix Method::is_idempotent

    XAMPPRocky authored and seanmonstar committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    0cbcc1e View commit details
    Browse the repository at this point in the history
  2. v0.1.21

    seanmonstar committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6443bdb View commit details
    Browse the repository at this point in the history
Loading