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

Reimplementation of the library #56

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Reimplementation of the library #56

wants to merge 18 commits into from

Commits on Apr 5, 2024

  1. Streaming architecture redesign

    Using lazy sequences by default is too opinionated. They incur a lot of overhead and are tricky to manage.
    Rather, we can expose a mechanism similar to `ocaml-h2` that uses a `schedule_read` function expecting two callbacks.
    quernd authored and wokalski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e6fd66e View commit details
    Browse the repository at this point in the history
  2. Swallow exception when scheduling trailers

    (for already closed stream)
    anmonteiro/ocaml-h2#175
    quernd authored and wokalski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    685f4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81a0727 View commit details
    Browse the repository at this point in the history
  4. Suppress warning 52

    quernd authored and wokalski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    be758fc View commit details
    Browse the repository at this point in the history
  5. Fix client read behavior of batched messages

    When multiple messages are batched and read into the buffer, only the
    first message was extracted. Remaining messages would not be extracted
    until the next invocation of `on_read`.
    quernd authored and wokalski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c2c8848 View commit details
    Browse the repository at this point in the history
  6. Adapt routeguide example

    quernd authored and wokalski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    567d199 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26b1ce3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    824ada9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a0e2be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9313451 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. bump h2 and gluten

    wokalski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    60604df View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Eio client WIP

    wokalski committed May 25, 2024
    Configuration menu
    Copy the full SHA
    221377a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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

Commits on Jun 9, 2024

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

Commits on Jun 15, 2024

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

Commits on Jul 24, 2024

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

Commits on Sep 12, 2024

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