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

core/muxing: Generalise StreamMuxer::poll_address_change to poll #2797

Merged
merged 13 commits into from Aug 16, 2022

Commits on Aug 3, 2022

  1. Generalise StreamMuxer::poll_address_change to poll_event

    This is to allow general-purpose background work to be performed
    by implementations.
    thomaseizinger committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    aa1a242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febd518 View commit details
    Browse the repository at this point in the history
  3. Call poll_event before we call other poll functions

    This is to allow any kind of background work to happen before
    anything else.
    thomaseizinger committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ce958fc View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    thomaseizinger committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9a0eed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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

Commits on Aug 8, 2022

  1. Update changelog

    thomaseizinger committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    360857b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c0da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c2e6a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Improve docs

    thomaseizinger committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1479271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8fa91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0a76c View commit details
    Browse the repository at this point in the history
  4. Streamline imports

    thomaseizinger committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    94ae705 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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