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

http: Use GURL as HTTP URL parser utility #10599

Closed
wants to merge 25 commits into from
Closed

http: Use GURL as HTTP URL parser utility #10599

wants to merge 25 commits into from

Commits on Apr 1, 2020

  1. http, utility: Use GURL

    Use GURL as HTTP URL parser utility.
    
    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ee612de View commit details
    Browse the repository at this point in the history
  2. Fix build vs BUILD

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    003bc93 View commit details
    Browse the repository at this point in the history
  3. Revert name

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    553d357 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    499e330 View commit details
    Browse the repository at this point in the history
  5. Make it compiles on osx

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2b89e1a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. clang-tidy

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2dfff67 View commit details
    Browse the repository at this point in the history
  2. Introduce url_utility

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f7f35f0 View commit details
    Browse the repository at this point in the history
  3. Fix quic

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2214afe View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    76c618f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. gurl on windows please

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    380c24e View commit details
    Browse the repository at this point in the history
  2. win: Try again

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    73e399d View commit details
    Browse the repository at this point in the history
  3. string16

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b27f6ea View commit details
    Browse the repository at this point in the history
  4. Don't include string16.cc on windows

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    815063c View commit details
    Browse the repository at this point in the history
  5. Fix MSVC error C4067

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    2c1c201 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into use-gurl

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fca16d6 View commit details
    Browse the repository at this point in the history
  7. Use foreign_cc

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c3b01da View commit details
    Browse the repository at this point in the history
  8. Fix osx

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d802953 View commit details
    Browse the repository at this point in the history
  9. mingw

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    0154933 View commit details
    Browse the repository at this point in the history
  10. Faster build

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    87f112f View commit details
    Browse the repository at this point in the history
  11. CLeanup

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6e190bc View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5875ef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Update

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    747bcc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f21a57 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

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

Commits on Apr 15, 2020

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