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/tonic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-alpha.3
Choose a base ref
...
head repository: hyperium/tonic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0-alpha.4
Choose a head ref
  • 14 commits
  • 55 files changed
  • 8 contributors

Commits on Oct 10, 2019

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

Commits on Oct 17, 2019

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

Commits on Oct 18, 2019

  1. fix(transport): Rename server tls config method (#73)

    BREAKING CHANGE: `rustls_client_config` for the server has been renamed to `rustls_server_config`.
    jen20 authored and LucioFranco committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2a4bdb2 View commit details
    Browse the repository at this point in the history
  2. Add rustfmt.toml with edition=2018 (#74)

    * Ignore all target/ directories
    
    * Add rustfmt.toml with an edition
    Phillip Cloud authored and LucioFranco committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    6210103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0a795 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. fix(codec): Properly decode partial DATA frames (#83)

    Phillip Cloud authored and LucioFranco committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    9079e0f View commit details
    Browse the repository at this point in the history
  2. feat(transport): Add support client mTLS (#77)

    This commit adds a simple API for specifying the TLS certificate a GRPC
    client will present (via the same `Identity` wrapper as a server cert is
    configured). It also adds an API to specify which CA certificate client
    TLS certificates will be validated against for servers.
    jen20 authored and LucioFranco committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    335a373 View commit details
    Browse the repository at this point in the history
  3. chore: Add initial benchmarks (#53)

    blittable authored and LucioFranco committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    9b0613a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ebedcd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. chore(readme): Remove readme examples (#79)

    * chore(readme): Remove readme examples
    
    This swaps out the readme example to use instead a link to the
    routeguide tutorial.
    
    * Add helloworld tutorial
    LucioFranco authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    18c20a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580aa41 View commit details
    Browse the repository at this point in the history
  3. Fix small spelling mistakes (#88)

    mattsre authored and LucioFranco committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    50424a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dbde95 View commit details
    Browse the repository at this point in the history
  5. chore: Prepare alpha.4 release (#91)

    * chore: Prepare alpha.4 release
    
    * Update changelog
    LucioFranco authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    77fc740 View commit details
    Browse the repository at this point in the history
Loading