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

refactor(server): replace mio with tokio #1581

Merged
merged 12 commits into from
Feb 1, 2024
Merged

Commits on Jan 24, 2024

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

Commits on Jan 30, 2024

  1. Move ready logic into fn

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a014dc6 View commit details
    Browse the repository at this point in the history
  2. Extend expect docs

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4e27a78 View commit details
    Browse the repository at this point in the history
  3. Restrict tokio features

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9b2b15e View commit details
    Browse the repository at this point in the history
  4. Only process datagram once

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d205da4 View commit details
    Browse the repository at this point in the history
  5. Remove superfluous pub

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    256f04c View commit details
    Browse the repository at this point in the history
  6. fmt

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f29ea6d View commit details
    Browse the repository at this point in the history
  7. Fix busy loop

    mxinden committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    dbdc5dd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    2821ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47669ac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge branch 'main' into tokio

    Signed-off-by: Max Inden <[email protected]>
    mxinden authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ece0b88 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    mxinden committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3240b64 View commit details
    Browse the repository at this point in the history