summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2022-05-14Rewrite the aio moduleAlan Somers
2022-05-11Merge #1699bors[bot]
2022-04-24Upgrade dev-dependencies to the latest versionsRyan Zoeller
2022-04-24Upgrade sysctl to 0.4Ryan Zoeller
2022-04-22(cargo-release) version 0.24.1Ryan Zoeller
2022-04-20(cargo-release) version 0.24.0Ryan Zoeller
2022-04-18Revert "Pin nightly compiler used in CI for uclibc"Alan Somers
2022-04-09Use singular number for all feature namesAlan Somers
2022-03-20Redox renamed sigaction.sa_handler to .sa_sigactionRyan Zoeller
2022-03-13Fix the build on DragonflyBSD with -Zminimal-versionsAlan Somers
2022-02-07use version of libc published on cratesMichael Baikov
2022-01-23Make memoffset dependency optionalRyan Zoeller
2022-01-23Add fspacectl on FreeBSDAlan Somers
2022-01-16Remove EventFlag::EV_SYSFLAGRyan Zoeller
2021-12-30Remove cc dependency on DragonFlyRyan Zoeller
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-16(cargo-release) version 0.23.1Alan Somers
2021-12-16Relax the bitflags dependency from 1.3.1 to 1.1Alan Somers
2021-12-15Merge #1561bors[bot]
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-11-17Include tests in the crate againZbigniew Jędrzejewski-Szmek
2021-10-15Declare the MSRV in Cargo.tomlAlan Somers
2021-09-28(cargo-release) version 0.23.0Alan Somers
2021-09-18Set libc version to 0.2.102Alan Somers
2021-09-04Enable pwritev and preadv for more operating systems.Alan Somers
2021-08-13Fix the build with bitflags-1.3.0 and newerAlan Somers
2021-08-09Remove some actually unsupported termios iflags on redoxNoah
2021-07-13Use immutable receivers for FdSet::{highest, contains, fds}Alan Somers
2021-07-11Switch Cargo from an exclude list to an include listAlan Somers
2021-07-09Release v0.22.0Alan Somers
2021-07-07Bump libc to 0.2.98Anthony Ramine
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-05-31Release v0.21.0Alan Somers
2021-05-31Merge #1437bors[bot]
2021-05-31Add MS_LAZYTIME flagManabu Sugimoto
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-05-27Update to semver 1.0.0David Tolnay
2021-04-08Merge #1402bors[bot]
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-04-04Use memoffset::offset_of instead of homegrown macroAlan Somers
2021-03-21illumos and Solaris supportJason King
2021-02-20Update rand to 0.8Alan Somers
2021-02-20Update tempfile dev dependencyAlan Somers
2021-02-20Prepare for release 0.20.0Alan Somers
2021-02-15Bump caps to 0.5.1. Add x32 to CI for cross-builds and Tier 3 list in READMEнаб
2021-02-02Define *_MAGIC filesystem constants on Linux s390xJakob Naucke
2020-12-19Add fuchsia supportAmanda Tait
2020-12-10[skip ci] Update docs and build badges for the Travis -> Cirrus moveAlan Somers
2020-11-17Add docs.rs target listmyfreeweb