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

Update hyper to version 0.12. #303

Merged
merged 8 commits into from
Sep 27, 2018
Merged

Commits on Sep 15, 2018

  1. Update hyper to version 0.12.

    * Replace `tokio_core` with `tokio`.
    
    * `server_utils::reactor::Remote` has been renamed to `Executor`.
      The `Shared` variant now contains a `tokio::runtime::TaskExecutor`.
      This may need to be changed to a trait object (of
      `tokio::executor::Executor`) or be otherwise abstracted to conceal the
      type in the public API.
    
    * Bump crate versions to 0.9
    c0gent committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    82b3686 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

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

Commits on Sep 26, 2018

  1. Update hyper to version 0.12.

    * Replace `tokio_core` with `tokio`.
    
    * `server_utils::reactor::Remote` has been renamed to `Executor`.
      The `Shared` variant now contains a `tokio::runtime::TaskExecutor`.
      This may need to be changed to a trait object (of
      `tokio::executor::Executor`) or be otherwise abstracted to conceal the
      type in the public API.
    
    * Bump crate versions to 0.9
    c0gent committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    29a194e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Fix compilation of hyper-0.2

    tomusdrw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    f93c731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cff0ab View commit details
    Browse the repository at this point in the history
  3. Address grumbles.

    tomusdrw committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    6b486b5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from tomusdrw/td-fixcompilation

    Address grumbles and refactor cors headers
    c0gent committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    f8c30a8 View commit details
    Browse the repository at this point in the history
  5. Re-export AllowCors from http.

    c0gent committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    60ea199 View commit details
    Browse the repository at this point in the history