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-util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c4e062
Choose a base ref
...
head repository: hyperium/hyper-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8805922
Choose a head ref
  • 14 commits
  • 25 files changed
  • 8 contributors

Commits on Apr 2, 2025

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

Commits on Apr 3, 2025

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

Commits on Apr 4, 2025

  1. docs(service): document service utilities (#180)

    this commit introduces some additional documentation to the `service`
    submodule, and the glue types like `TowerToHyperService` and
    `TowerToHyperServiceFuture`.
    
    links to relevant related documentation like `hyper::service`, and the
    documentation of `tower::Service`.
    
    this is closely related to hyperium/hyper#3869, which proposes a similar
    documentation pass over `hyper`'s own `service` facilities.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    3fdf672 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

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

Commits on Apr 17, 2025

  1. feat(server): add graceful::Watcher type (#182)

    This allows creating an owned type that can be passed to another task before watching the connection.
    
    Closes #136
    seanmonstar authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    8610b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39da45 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

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

Commits on Apr 20, 2025

  1. docs(client): Include .pool_timer() in the Client builder example (#186)

    The example (/doctest) uses a pool idle timeout, which according to the
    docs doesn't actually do anything without a pool timer.
    
    Including a timer makes this example less misleading.
    sulami authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    9ac0dfe View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

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

Commits on Apr 29, 2025

  1. feat(client): add proxy::matcher utilities (#171)

    A builder for configuring a matcher, as well as the ability to create
    one from standard environment variables.
    seanmonstar authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    6c29abb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

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

Commits on May 19, 2025

  1. feat(client): add proxy::SocksV4 and proxy::SocksV5 connectors (#187)

    Adds SocksV4 and SocksV5 connectors with simple configuration for local and remote DNS. Supports SOCKSv5 user/pass authentication and allows optimistic message sending (not in RFC but supported by most servers) to reduce number of round-trips in SOCKSv5 handshake.
    
    cc hyperium/hyper#3851,  #173
    
    Closes hyperium/hyper#3877
    JPDye authored May 19, 2025
    Configuration menu
    Copy the full SHA
    7e34375 View commit details
    Browse the repository at this point in the history
  2. v0.1.12

    seanmonstar committed May 19, 2025
    Configuration menu
    Copy the full SHA
    8805922 View commit details
    Browse the repository at this point in the history
Loading