summaryrefslogtreecommitdiff
path: root/src/features.rs
AgeCommit message (Collapse)Author
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
* Replace obsolete range syntax "..." with inclusive range "..=" * Use dyn Trait syntax instead of Box<Trait> * Raise MSRV to 1.27.0 (for dyn Trait syntax) * Raise MSRV to 1.31.0 (because of rand) tempfile pulls in rand, and rand pulls in fuchsia-cprng, which requires 1.31.0. Why rand pulls in fuchsia-cprng I don't know. It's specified as a target-specific dependency, but Cargo tries to build it anyway (only on Linux, not on FreeBSD or OSX). A bug in Cargo 1.27.0?
2018-01-28Require docs for features and ifaddrs moduleBryant Mairs
2016-04-14fixed a few clippy warningsAndre Bogus
2015-11-20netbsd supportJeremy Fitzhardinge
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-05-29Basic OpenBSD support.Laurence Tratt
Some of the tests are currently unrunnable, but the basic library is at least buildable.
2015-05-11Get the library to build on freebsdAndrew J. Stone
`cargo build` works.
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-20Remove deprecated suffixes for isizeSebastian Lauwers
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2014-10-06Implement improved feature detection on LinuxCarl Lerche
2014-10-02Track Rust masterCarl Lerche
2014-08-21Bind kqueue + misc cleanupCarl Lerche
2014-08-17More socket APIsCarl Lerche