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

Don't call into unsupported APIs on build targets which don't support quic #49261

Merged
merged 20 commits into from
Apr 15, 2021

Commits on Mar 6, 2021

  1. Don't call into unsupported APIs on build targets which don't support…

    … quic
    
    The code could be extracted to HttpConnectionPool.quick.cs but not sure
    it's worth the split as that would move the majority of the code.
    
    Fixes dotnet#49201
    Fixes dotnet#49187
    marek-safar committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    ba66ddb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. if-def less version

    marek-safar committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    90b4e11 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    308b2f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de703d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 26, 2021

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

Commits on Apr 2, 2021

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

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    a12fa4a View commit details
    Browse the repository at this point in the history
  2. Reverted Quic changes.

    ManickaP committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2dd36e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Unsupported to Supported

    ManickaP committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f32aeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4831c4c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Addressed comments.

    ManickaP committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b737eca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Analyzer fixed, macOS fixed.

    ManickaP committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    5c98140 View commit details
    Browse the repository at this point in the history
  2. Trimming test.

    ManickaP committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1362cf0 View commit details
    Browse the repository at this point in the history
  3. Removed test.

    ManickaP committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    7304863 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    62323da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb4cd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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

Commits on Apr 15, 2021

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