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

transports/webrtc: Implement message framing #10

Merged
merged 44 commits into from
Oct 12, 2022

Commits on Aug 19, 2022

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

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    7dc3ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503e32f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    22e97a0 View commit details
    Browse the repository at this point in the history
  2. transports/webrtc/: Change semantic of RESET

    With
    mxinden/specs@865f4f2
    the RESET no longer resets both write and read part of a stream, but only the
    former.
    mxinden committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    55da918 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    11c016f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6e4bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d46a171 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

Commits on Sep 19, 2022

  1. minor refactoring

    melekes committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    31e019a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f57ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421a8ec View commit details
    Browse the repository at this point in the history
  4. add comments

    melekes committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4a1d4d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. add debug to handle_flag

    melekes committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c6c5a96 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    aa38c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e918b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    171c613 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb481a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6402665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d537696 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8c2446 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d58f219 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb09d36 View commit details
    Browse the repository at this point in the history
  10. Remove stale derive

    thomaseizinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    99af2a1 View commit details
    Browse the repository at this point in the history
  11. Update docs

    thomaseizinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2d85ab4 View commit details
    Browse the repository at this point in the history
  12. Fix clippy warnings

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

Commits on Oct 6, 2022

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

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    8266fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2da793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b520a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e483974 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d6f74 View commit details
    Browse the repository at this point in the history
  6. Remove substream ID

    Logging these state transitions is no longer really worth it because
    we have changed the design to have many more functions which would
    all require logging now.
    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d829fda View commit details
    Browse the repository at this point in the history
  7. Remove use of map_err

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    058a153 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1df3c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c8feaa View commit details
    Browse the repository at this point in the history
  10. Group imports

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e6c177c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2961a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f827f62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16433db View commit details
    Browse the repository at this point in the history
  14. Fix clippy warnings

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    834ec64 View commit details
    Browse the repository at this point in the history
  15. Fix docs

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7e0e46d View commit details
    Browse the repository at this point in the history