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

fix(mdns): move IO off main task #4623

Merged
merged 28 commits into from
Oct 20, 2023
Merged

fix(mdns): move IO off main task #4623

merged 28 commits into from
Oct 20, 2023

Commits on Oct 11, 2023

  1. Seal Provider trait

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a4d8966 View commit details
    Browse the repository at this point in the history
  2. Bump mdns version

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1438a49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4673ea View commit details
    Browse the repository at this point in the history
  4. Deprecated unused APIs

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a9035b9 View commit details
    Browse the repository at this point in the history
  5. Don't fire timers on interfaces changes

    We create and destroy the interface states as the come up. Waking the
    interface states only _sends_ queries but does not influence what we
    send in response. We always respond with the up-to-date listen addresses
     anyway.
    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6e35466 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ba036b View commit details
    Browse the repository at this point in the history
  7. Update changelog

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0d00909 View commit details
    Browse the repository at this point in the history
  8. Update docs

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    71ae247 View commit details
    Browse the repository at this point in the history
  9. Undo sealing

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    831af15 View commit details
    Browse the repository at this point in the history
  10. Update changelog

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    83e2352 View commit details
    Browse the repository at this point in the history
  11. Fill in PR number

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3d36593 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e5aa12 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d904116 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a631449 View commit details
    Browse the repository at this point in the history
  15. Reduce diff

    thomaseizinger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5efd0f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed19146 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 14, 2023

  1. Implement Future

    thomaseizinger committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    35e2946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ade5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da937d3 View commit details
    Browse the repository at this point in the history
  4. Undo unrelated changes

    thomaseizinger committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9dde2b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    029c38f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    a77dcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86c1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84ebae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b048e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bbd33c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8f562d View commit details
    Browse the repository at this point in the history