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(websocket): add WebSocket for WASM environments #4102

Merged
merged 80 commits into from
Oct 10, 2023
Merged

feat(websocket): add WebSocket for WASM environments #4102

merged 80 commits into from
Oct 10, 2023

Commits on Mar 26, 2023

  1. Add Websys Websocket transport

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    fff3b46 View commit details
    Browse the repository at this point in the history
  2. Add rust version

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    f3874c7 View commit details
    Browse the repository at this point in the history
  3. Fix docs test

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    62ddf7f View commit details
    Browse the repository at this point in the history
  4. Fix docs test

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3c0069b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a86d7c View commit details
    Browse the repository at this point in the history
  6. Fix semver error.

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    50e38e3 View commit details
    Browse the repository at this point in the history
  7. Fix semver error.

    vincev committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    25843d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f794aee View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    b8503e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378c03f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631dc8b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Rename transport package

    vincev committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d5912c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4922a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5534114 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    4603ca6 View commit details
    Browse the repository at this point in the history
  2. Fix Yamux doc comment

    vincev committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f5b7965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    487828a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c688acb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbdd5fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17e8799 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    0af2389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4337fc9 View commit details
    Browse the repository at this point in the history
  3. Misc clean-up

    thomaseizinger committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    883552d View commit details
    Browse the repository at this point in the history
  4. use early return

    thomaseizinger committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    b0b6de8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27ef99d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fb9c50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3f2abf View commit details
    Browse the repository at this point in the history
  8. Reduce indentation

    thomaseizinger committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    37cb0cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a30256e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4062264 View commit details
    Browse the repository at this point in the history
  11. Add changelog entry

    thomaseizinger committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    aad22e7 View commit details
    Browse the repository at this point in the history
  12. Bump version

    thomaseizinger committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c28b83c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae393eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a5c568 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f24468f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f44f546 View commit details
    Browse the repository at this point in the history
  2. Fixup changelog

    thomaseizinger committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0f267cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49c5d17 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    thomaseizinger committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    baace18 View commit details
    Browse the repository at this point in the history
  5. Fix doc tests

    thomaseizinger committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    989b58f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 2, 2023

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

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    9b8f071 View commit details
    Browse the repository at this point in the history
  2. Rename crate

    thomaseizinger committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    73eb5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3008a View commit details
    Browse the repository at this point in the history
  4. Fix description

    thomaseizinger committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a64f9de View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    bd828cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1590c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da92c95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    459bf18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e066a12 View commit details
    Browse the repository at this point in the history
  6. Fix compile errors

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    375c890 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faec551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    019a9d1 View commit details
    Browse the repository at this point in the history
  9. Change to WS

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    27199e1 View commit details
    Browse the repository at this point in the history
  10. Fix compile errors

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8956262 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22fd383 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f9a04e View commit details
    Browse the repository at this point in the history
  13. Fix manifest

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    33fed0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fea198e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    99dff0f View commit details
    Browse the repository at this point in the history
  16. Remove TLS

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e53b665 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0672fcd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7c3808c View commit details
    Browse the repository at this point in the history
  19. Sort lines

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bb7b46c View commit details
    Browse the repository at this point in the history
  20. Update lockfile

    thomaseizinger committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c1ca67d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    3af8c82 View commit details
    Browse the repository at this point in the history
  2. Fix doc tests

    thomaseizinger committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b26efc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    3ba286e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e59af0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Fix bad merge

    thomaseizinger committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    082a364 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Apply suggestions from code review

    Co-authored-by: Max Inden <mail@max-inden.de>
    thomaseizinger and mxinden authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6fc03ae View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    6bd8b48 View commit details
    Browse the repository at this point in the history
  2. Add comment

    thomaseizinger committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5b1e81c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8bfff View commit details
    Browse the repository at this point in the history