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

Improve interfaces around async networking #87

Merged
merged 14 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Remove unnecessary copy

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d740075 View commit details
    Browse the repository at this point in the history
  2. crates/sel4-async/network: Simplify implementation

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a83d67c View commit details
    Browse the repository at this point in the history
  3. crates/sel4-async/network/traits: Remove poll_close

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5cc8a60 View commit details
    Browse the repository at this point in the history
  4. crates/sel4-async/network: Remove redundant methods

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a6bfd26 View commit details
    Browse the repository at this point in the history
  5. crates/sel4-async/network: Remove AsyncIOExt trait

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3b9d813 View commit details
    Browse the repository at this point in the history
  6. crates/sel4-async/network: Clean up

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    63c2ed2 View commit details
    Browse the repository at this point in the history
  7. Rename sel4-async-network-traits -> sel4-async-io

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2e47bbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26441ba View commit details
    Browse the repository at this point in the history
  9. crates/sel4-async/io: Split into multiple traits

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9eca536 View commit details
    Browse the repository at this point in the history
  10. Remove unused dependencies on futures crate

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4fc989b View commit details
    Browse the repository at this point in the history
  11. crates/sel4-async/network: Remove redundant methods

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6cdd20f View commit details
    Browse the repository at this point in the history
  12. crates/sel4-async/network: Organize

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0725eb6 View commit details
    Browse the repository at this point in the history
  13. crates/private/meta: Add missing crates

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f4659f5 View commit details
    Browse the repository at this point in the history
  14. crates/sel4-async/network: Add note

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b360ce9 View commit details
    Browse the repository at this point in the history