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

use Hyper as a HTTP backend #6110

Closed
wants to merge 10 commits into from
Closed

use Hyper as a HTTP backend #6110

wants to merge 10 commits into from

Commits on Dec 17, 2020

  1. configure: add --with-hyper

    As the first (optional) HTTP backend alternative instead of native
    bagder committed Dec 17, 2020
    Copy the full SHA
    a6ac4b4 View commit details
    Browse the repository at this point in the history
  2. docs: add HYPER.md

    bagder committed Dec 17, 2020
    Copy the full SHA
    e66122c View commit details
    Browse the repository at this point in the history
  3. version: include hyper version

    bagder committed Dec 17, 2020
    Copy the full SHA
    1ede2fc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4cd5a34 View commit details
    Browse the repository at this point in the history
  5. rtsp: disable if Hyper is used

    bagder committed Dec 17, 2020
    Copy the full SHA
    7730260 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ab7e479 View commit details
    Browse the repository at this point in the history
  7. tool_setopt: provide helper output in debug builds

    ... for when setopt() returns error.
    bagder committed Dec 17, 2020
    Copy the full SHA
    5365eb3 View commit details
    Browse the repository at this point in the history
  8. lib: introduce c-hyper for using Hyper

    ... as an alternative HTTP backend within libcurl.
    bagder committed Dec 17, 2020
    Copy the full SHA
    47f43e0 View commit details
    Browse the repository at this point in the history
  9. tests: updated tests for Hyper

    bagder committed Dec 17, 2020
    Copy the full SHA
    3abb6ab View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0a7f9bc View commit details
    Browse the repository at this point in the history