Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example(bindings): add async ConfigResolver #4477

Merged
merged 12 commits into from
Jun 21, 2024

Commits on Mar 27, 2024

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

Commits on May 22, 2024

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

Commits on May 24, 2024

  1. Update bindings/rust-examples/client-hello-config-resolution/src/bin/…

    …async_load_server.rs
    
    Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
    jmayclin and goatgoose committed May 24, 2024
    Configuration menu
    Copy the full SHA
    eabba83 View commit details
    Browse the repository at this point in the history
  2. address pr feedback

    - make server config consume self
    jmayclin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    af80989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    403c33d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. address pr feedback

    - remove unused struct
    jmayclin committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    41992bd View commit details
    Browse the repository at this point in the history
  2. address lint errors

    - remove unused imports. Need to add this check to CI
    jmayclin committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    25ef8d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. address pr feedback

    - add contribute from lindsay refacoring cert loading to take in owned
      string
    jmayclin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1b21e3a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. address pr feedback

    - move server_config method out of struct impl
    jmayclin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dd785c6 View commit details
    Browse the repository at this point in the history
  2. ci: shallow clone musl repo

    jmayclin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fb9e7bd View commit details
    Browse the repository at this point in the history
  3. Revert "ci: shallow clone musl repo"

    This reverts commit fb9e7bd.
    jmayclin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d3ec302 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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