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

feat: Implement HTTP spec #2438

Merged
merged 72 commits into from
Aug 29, 2023
Merged

feat: Implement HTTP spec #2438

merged 72 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    deef00e View commit details
    Browse the repository at this point in the history
  2. Initial libp2phttp work

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d92727b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e814a07 View commit details
    Browse the repository at this point in the history
  4. Initial self review

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9d9426b View commit details
    Browse the repository at this point in the history
  5. Add client for PingHTTP

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    de3cdd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61957ef View commit details
    Browse the repository at this point in the history
  7. Add WIP auth support

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    587839f View commit details
    Browse the repository at this point in the history
  8. Revert "Add WIP auth support"

    This reverts commit 8a648d9. Since
    current spec doesn't use libp2p-noise-?X auth anymore.
    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4baeba3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89e78fe View commit details
    Browse the repository at this point in the history
  10. wip notes

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    30d348a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4642050 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2555502 View commit details
    Browse the repository at this point in the history
  13. Add options

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f183e2e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aeeaeac View commit details
    Browse the repository at this point in the history
  15. Nits

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b7ab538 View commit details
    Browse the repository at this point in the history
  16. Add AddPeerMetadata

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    44f330a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f18bdb View commit details
    Browse the repository at this point in the history
  18. Remove old todos

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    63cfaf1 View commit details
    Browse the repository at this point in the history
  19. Undo Noise changes

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8753458 View commit details
    Browse the repository at this point in the history
  20. Add comments

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5070407 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b7b3a1a View commit details
    Browse the repository at this point in the history
  22. Add todo

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67cd05e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b60680d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9dad142 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    24d61f3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c53875f View commit details
    Browse the repository at this point in the history
  27. Hide internal constants

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6ca42d9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f2a2914 View commit details
    Browse the repository at this point in the history
  29. Add https test

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8156bbb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5e2e19e View commit details
    Browse the repository at this point in the history
  31. Add flag for insecure http

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5b5db88 View commit details
    Browse the repository at this point in the history
  32. Return after error

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5857757 View commit details
    Browse the repository at this point in the history
  33. Rename Rm to Remove

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eee5836 View commit details
    Browse the repository at this point in the history
  34. Rename

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a6cadd9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1ce1915 View commit details
    Browse the repository at this point in the history
  36. Rename

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    37c79a6 View commit details
    Browse the repository at this point in the history
  37. Rename

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e05ea11 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    17c08ed View commit details
    Browse the repository at this point in the history
  39. Hide streamHostListen

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b1fc4c1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d56ee6e View commit details
    Browse the repository at this point in the history
  41. Fix interface rename

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6cb071d View commit details
    Browse the repository at this point in the history
  42. Remove debug

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    00e8f17 View commit details
    Browse the repository at this point in the history
  43. PR comments

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7eaadb4 View commit details
    Browse the repository at this point in the history
  44. Add examples

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b5417c3 View commit details
    Browse the repository at this point in the history
  45. Fix example name

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c3873dd View commit details
    Browse the repository at this point in the history
  46. Cleanup unused example

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b5dcff1 View commit details
    Browse the repository at this point in the history
  47. Add more examples

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6906148 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    eea1710 View commit details
    Browse the repository at this point in the history
  49. Handle empty path

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e756bad View commit details
    Browse the repository at this point in the history
  50. Fix typo

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b8c1380 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    647653d View commit details
    Browse the repository at this point in the history
  52. Rename HTTPHost to Host

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1f12a58 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c31efcd View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ac47208 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    403b282 View commit details
    Browse the repository at this point in the history
  56. Expand comment on DefaultClientRoundTripper

    And don't use the http.DefaultRoundTripper and cast
    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8b9e11d View commit details
    Browse the repository at this point in the history
  57. Remove todo

    Covered by #2511
    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eb9aa17 View commit details
    Browse the repository at this point in the history
  58. Fix comment typo

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    791e0f3 View commit details
    Browse the repository at this point in the history
  59. Fix comment typo

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e53fa35 View commit details
    Browse the repository at this point in the history
  60. Create helper init fn

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    419660b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    80fbb7d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    8c18fe4 View commit details
    Browse the repository at this point in the history
  63. Don't ignore err

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c65d655 View commit details
    Browse the repository at this point in the history
  64. json decode from reader

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    34c5818 View commit details
    Browse the repository at this point in the history
  65. Nits

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a4de205 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    a6176a7 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    fcd5c05 View commit details
    Browse the repository at this point in the history
  68. Add more comments

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    39adff6 View commit details
    Browse the repository at this point in the history
  69. Add todo

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5f75f4e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    9bca68a View commit details
    Browse the repository at this point in the history
  71. Rebase gostream

    MarcoPolo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1ecf648 View commit details
    Browse the repository at this point in the history
  72. Update p2p/http/libp2phttp.go

    Co-authored-by: Andrew Gillis <[email protected]>
    MarcoPolo and gammazero committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    04ec0c0 View commit details
    Browse the repository at this point in the history