Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2020-05-17 | Add Redox support for most of the modules | Xavier L'Heureux | |
Some things are not implemented yet in redox, so a lot of annotations were added to remove functions when compiling for redox. Those functions will hopefully be added in time, but for now it's better to have partial support than none. Blocked by https://github.com/rust-lang/libc/pull/1438 | |||
2019-07-13 | Fix warnings on Rust 1.37.0 | Alan 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-28 | Require docs for features and ifaddrs module | Bryant Mairs | |
2016-04-14 | fixed a few clippy warnings | Andre Bogus | |
2015-11-20 | netbsd support | Jeremy Fitzhardinge | |
2015-09-09 | Add/Fix support for DragonFly BSD | Michael Neumann | |
2015-05-29 | Basic OpenBSD support. | Laurence Tratt | |
Some of the tests are currently unrunnable, but the basic library is at least buildable. | |||
2015-05-11 | Get the library to build on freebsd | Andrew J. Stone | |
`cargo build` works. | |||
2015-03-13 | Amend some files to make it compile on arm-linux-androideabi. | kennytm | |
2015-02-20 | Remove deprecated suffixes for isize | Sebastian Lauwers | |
2015-01-13 | changed uint and int to usize and isize respectively | Rick Richardson | |
2014-10-06 | Implement improved feature detection on Linux | Carl Lerche | |
2014-10-02 | Track Rust master | Carl Lerche | |
2014-08-21 | Bind kqueue + misc cleanup | Carl Lerche | |
2014-08-17 | More socket APIs | Carl Lerche | |