Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | Derive Eq for Errno | Bryant Mairs | |
2017-12-05 | Remove redundant constant tests | Bryant Mairs | |
Now that these constants are verified within libc, these tests are no longer necessary. | |||
2017-12-05 | Switch to libc definitons of errno constants | Bryant Mairs | |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink | |
cc #664 (unsure if this is everything needed) | |||
2017-11-16 | Use libc function declarations for errno getters | Bryant Mairs | |
2017-11-16 | Remove bitrig #[cfgs | Bryant Mairs | |
Bitrig is in the process of re-merging with OpenBSD as is no longer actively developed. Additionally it was never tested, and probably was quite broken, for nix. So let's remove all references and not even pretend to support it. | |||
2017-07-04 | Allow nix to compile on android targets | roblabla | |
2017-04-09 | Re-enabled errorno test for not_android. | Zac Berkowitz | |
2017-04-09 | Fixed constants for MIPS | Zac Berkowitz | |
2016-01-28 | Move errno::Result back to crate root | arcnmx | |
2016-01-28 | Errno::result() | arcnmx | |
2015-11-20 | netbsd support | Jeremy Fitzhardinge | |
2015-09-09 | Add/Fix support for DragonFly BSD | Michael Neumann | |
2015-09-03 | Make tests compile on FreeBSD | Geoffrey Thomas | |
Add <sys/types.h>, which GNU is generally lenient about requiring, and drop the spurious errno "ETYPE" which is nowhere to be seen in the source tree (or in Apple's <errno.h>, either). | |||
2015-07-06 | Consts are not on all kernels | Tilde Engineering | |
2015-07-03 | Add support for ptrace | Joseph Kain | |
Closes #138 | |||
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-21 | Test sockopt const values | Carl Lerche | |
2015-05-11 | Get the library to build on freebsd | Andrew J. Stone | |
`cargo build` works. | |||
2015-04-24 | FromPrimitive is no more | Florian Hartwig | |
2015-04-06 | Get compiling on Rust 1.0 beta | Carl Lerche | |
Initially support this by assuming the lowest common denominator. The long term solution is to improve the build system to allow pulling in more specific features that are available on the target system. | |||
2015-03-16 | Fix deprecation warnings | Carl Lerche | |
2015-03-13 | Amend some files to make it compile on arm-linux-androideabi. | kennytm | |
2015-02-19 | Test errno defines | Carl Lerche | |
2015-02-19 | Fix type mismatch: errno now i32 | Roma Sokolov | |
2015-02-10 | Add `NixPath`, `NixError`, and `NixResult`. | Utkarsh Kukreti | |
2015-01-27 | Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`. | Utkarsh Kukreti | |
2015-01-13 | changed uint and int to usize and isize respectively | Rick Richardson | |
2015-01-07 | ToCStr removal fallout | Valerii Hiora | |
2015-01-03 | Update to rust master | Valerii Hiora | |
- cstr fallout - deriving -> derive - lib stabilization warnings removal | |||
2014-12-12 | Fallout of Copy opt-in for non-Linux | Valerii Hiora | |
Based on #22. | |||
2014-12-10 | Fallout of Copy becoming opt-in. | Victor Berger | |
2014-11-19 | Fix for Linux | Roma Sokolov | |
2014-11-19 | Use namespaced enum variants. | Roma Sokolov | |
As per this pull request https://github.com/rust-lang/rust/pull/18973, enum variants require fully qualified path to access them. This commit introduces boring changes to make nix-rust compiles againts new rust. | |||
2014-11-11 | std::os::errno returns uint now | Roma Sokolov | |
2014-10-10 | Update static->const | Tilde Engineering | |
2014-10-02 | Track Rust master | Carl Lerche | |
2014-09-16 | Provide fork() + error tweaks | Carl Lerche | |
2014-08-24 | SysError does not need desc field | Carl Lerche | |
2014-08-20 | Start binding Darwin | Carl Lerche | |
2014-08-19 | Start on socket options | Carl Lerche | |
2014-08-13 | Add open(), tweak mount functions | Carl Lerche | |
2014-08-07 | Initial commit | Carl Lerche | |