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

Port MIO library to Solaris OS #1263

Closed
wants to merge 10 commits into from
Closed

Port MIO library to Solaris OS #1263

wants to merge 10 commits into from

Commits on Jan 22, 2020

  1. Port MIO library to Solaris OS

    Solaris OS (unlike its fork Illumos) has no epoll(7) interface. The port of MIO
    library to Solaris OS adds support of standard POSIX poll(2) interface and
    implements edge-triggered semantic in a user-space.
    Vita Batrla committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    c17ab2c View commit details
    Browse the repository at this point in the history
  2. feature(trait_alias) breaks cargo check

    Vita Batrla committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b2a1ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0201af View commit details
    Browse the repository at this point in the history
  4. tcp_shutdown_client_write_close_event was accidentaly enabled on Linu…

    …x (fix rustfmt)
    Vita Batrla committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    aab91e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. test posix poll(2) I/O selector in Azure pipeline

    Vita Batrla committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b4554e6 View commit details
    Browse the repository at this point in the history
  2. test posix poll(2) I/O selector in Azure pipeline (fix duplicate job …

    …name)
    Vita Batrla committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9de98f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e282a View commit details
    Browse the repository at this point in the history
  4. fix cargo check --no-default-features --features

    Vita Batrla committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d067cfb View commit details
    Browse the repository at this point in the history
  5. typo: cfg(macos) -> cfg(target_os = "macos")

    Vita Batrla committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6555d2b View commit details
    Browse the repository at this point in the history
  6. typo: cfg(target_os = "macos") also in Cargo.toml

    Vita Batrla committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    18f402e View commit details
    Browse the repository at this point in the history