summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
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
2020-10-15Update to cfg-if 1.0Matt Brubeck
2020-10-06Release v0.19.0.Andrew Walbran
2020-10-04Support vsock on Android as well as Linux.Andrew Walbran
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-07-26Release version 0.18.0Alan Somers
2020-07-26Raise libc dependecy to 0.2.73Alan Somers
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
2020-05-31Fix test_ptymaster_drop after PR #1098Alan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-21Add the MAP_HUGE_<SIZE> flags for linux.GuillaumeDIDIER
2020-03-17Update libc to 0.2.68Andre Nathan
2020-02-11Provide clearenv()John Gallagher
2020-02-03Release 0.17.0Alan Somers
2019-12-23Raise the minimum version of bitflags to 1.1Alan Somers
2019-12-23Release v0.16.1Alan Somers
2019-12-01Release v0.16.0Alan Somers
2019-09-20Relax some dependency versionsAlex Touchet
2019-08-10Release v0.15.0Alan Somers
2019-07-09Merge #1085bors[bot]
2019-06-30Restrict tempfile to < 3.0.9Alan Somers
2019-06-11Raise the cfg-if dependency to 1.0.2Alan Somers
2019-06-09Enable libc extra_traits featureBryant Mairs