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(iroh-net): Implement websocket protocol upgrade in iroh-relay #2387

Merged
merged 28 commits into from
Jun 28, 2024

Commits on Jun 21, 2024

  1. feat: Implement websocket protocol upgrade in iroh-relay

    And change `iroh-net` clients to connect with `websocket` instead of `iroh derp http`.
    
    Very WIP! TODO:
    - Enumify the client so it's possible to keep using the old relay protocol
    - Cleanup!
    - Some perf TODOs in the server, less copying.
    matheus23 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    96c1e03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c77b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ef2e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    805136f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88af1db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddc932c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3feb916 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6af9b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a7f33f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d02bfa View commit details
    Browse the repository at this point in the history
  11. chore: Make clippy happy

    matheus23 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    97f2be2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6314213 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8803fdd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fdd1214 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7def324 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    861fc74 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0146574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4ca5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43cd801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    160a2a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e99e7af View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    22dfe72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b600806 View commit details
    Browse the repository at this point in the history
  3. chore: Better docs

    matheus23 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c1e4286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa9a3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2449d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d956826 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f27d26 View commit details
    Browse the repository at this point in the history