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

Flight session management #14

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Flight session management #14

wants to merge 9 commits into from

Commits on Dec 2, 2022

  1. Add accessors for URI components to Location

    Add methods to easily get the path and query parameters from
    a Location that has been parsed from a URI.
    
    Add a method to return this data as headers that can be
    supplied to FlightCallOptions
    jduo committed Dec 2, 2022
    1 Configuration menu
    Copy the full SHA
    4391ad6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Fix build issue

    jduo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f25b411 View commit details
    Browse the repository at this point in the history
  2. Fix compile issues

    jduo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4f4a111 View commit details
    Browse the repository at this point in the history
  3. Update types.cc

    jduo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9f8a32f View commit details
    Browse the repository at this point in the history
  4. Update types.cc

    jduo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d9c8200 View commit details
    Browse the repository at this point in the history
  5. Update types.cc

    jduo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ce34203 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    35b1f26 View commit details
    Browse the repository at this point in the history
  2. Update server.cc

    jduo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9ebebdd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. client changes

    jduo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    72b41a8 View commit details
    Browse the repository at this point in the history