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

linux: Feature gate async runtime, allowing opting between Tokio or smol #27

Merged
merged 10 commits into from
Nov 4, 2022

Commits on Sep 28, 2022

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

Commits on Oct 1, 2022

  1. linux: make features trully addictive,

    by making smol the default `IfWatcher` and introducing `TokioIfWatcher`.
    jxs committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    82e2cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 17, 2022

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

Commits on Oct 18, 2022

  1. review: address suggestions

    jxs committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d597938 View commit details
    Browse the repository at this point in the history
  2. ci: fix android build step

    jxs committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    bd399c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8e1d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. ci: cdylib to crate-type on Cargo.toml,

    to fix android ci build. It was failing with: `libif_watch.so` doesn't exist.
    jxs committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    66218b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

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

Commits on Nov 4, 2022

  1. Update CHANGELOG.md

    mxinden authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ba8cd7a View commit details
    Browse the repository at this point in the history