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.2.9
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.2.11
Choose a head ref
  • 15 commits
  • 12 files changed
  • 8 contributors

Commits on Feb 17, 2023

  1. v0.2.9

    seanmonstar committed Feb 17, 2023
    Copy the full SHA
    24bbec2 View commit details

Commits on Apr 13, 2023

  1. Copy the full SHA
    dd4c15c View commit details
  2. Copy the full SHA
    3a2f3e0 View commit details

Commits on May 15, 2023

  1. Copy the full SHA
    7b3c506 View commit details

Commits on May 19, 2023

  1. docs: remove references to defunct build method

    For Response and Request `Builder::body` is the consuming method, not `Builder::build`.
    
    `Builder::build` was removed from request in commit #4bc29fb and response never had it (ref #4bc29fb).
    IsaacCloos authored and seanmonstar committed May 19, 2023
    Copy the full SHA
    20633e5 View commit details

Commits on Jun 12, 2023

  1. Copy the full SHA
    746fce8 View commit details
  2. When parsing Uri authority, check that the square brackets are in the…

    … correct order.
    
    This avoids panic when attempting to parse odd strings like `]o[`.
    
    Signed-off-by: Michael Rodler <mrodler@amazon.de>
    Reviewed-by: Daniele Ahmed <ahmeddan@amazon.de>
    Michael Rodler authored and seanmonstar committed Jun 12, 2023
    Copy the full SHA
    4756547 View commit details
  3. early reject URI authority if too many ":" chars

    Signed-off-by: Michael Rodler <mrodler@amazon.de>
    Michael Rodler authored and seanmonstar committed Jun 12, 2023
    Copy the full SHA
    4f28cbd View commit details

Commits on Jul 13, 2023

  1. make miri happy

    discord9 authored and seanmonstar committed Jul 13, 2023
    Copy the full SHA
    78e3d37 View commit details

Commits on Sep 24, 2023

  1. docs: fix some spelling mistakes (#630)

    Closes #629
    mxsm authored Sep 24, 2023
    Copy the full SHA
    1a04e71 View commit details

Commits on Nov 6, 2023

  1. chore: fix typos (#633)

    xiaolou86 authored Nov 6, 2023
    Copy the full SHA
    25c1803 View commit details

Commits on Nov 10, 2023

  1. Copy the full SHA
    b41d0b9 View commit details
  2. v0.2.10

    seanmonstar committed Nov 10, 2023
    Copy the full SHA
    818269d View commit details

Commits on Nov 13, 2023

  1. Copy the full SHA
    03c6e74 View commit details
  2. v0.2.11

    seanmonstar committed Nov 13, 2023
    Copy the full SHA
    bf26ad5 View commit details
Loading