Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-24 | FromPrimitive is no more | Florian Hartwig | |
2015-04-20 | Fix build on Rust nightlies | Carl Lerche | |
2015-04-18 | Added OOB_INLINE socket option | Valerii Hiora | |
2015-04-14 | Make `sigaction` unsafe | Tobias Bucher | |
This is done because interrupted execution has soundness bugs regarding thread-local storage. Fixes #90. | |||
2015-04-11 | Add socketpair | Florian Hartwig | |
2015-04-08 | Bring back eventfd behind a feature flag | Carl Lerche | |
At some point, feature flags will be switched to a conditional build system. | |||
2015-04-06 | Use fcntl:Fd vs. std::os::unix::io::RawFd | Carl Lerche | |
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-04-03 | 'derive(Copy)' needs Clone now | Florian Hartwig | |
2015-04-03 | Fd ist now RawFd | Florian Hartwig | |
2015-04-01 | Remove usage of std::num::Int | Carl Lerche | |
2015-04-01 | Fix argument order for copy* functions | Florian Hartwig | |
2015-03-24 | NixResult -> nix::Result; NixError -> nix::Error | Carl Lerche | |
2015-03-19 | Track Rust nightlies | Carl Lerche | |
2015-03-16 | Fix on 32bit platforms | Carl Lerche | |
2015-03-14 | Make sockaddr_storage_to_addr public. | Jan Bujak | |
2015-03-14 | Derive FromPrimitive for SockType. | Jan Bujak | |
2015-03-14 | Derive FromPrimitive for AddressFamily. | Jan Bujak | |
2015-03-13 | Amend some files to make it compile on arm-linux-androideabi. | kennytm | |
2015-03-13 | Sockopt for broadcast support | Valerii Hiora | |
2015-03-13 | Expose socket timeouts | Carl Lerche | |
2015-03-12 | Add TimeVal and helpers | Carl Lerche | |
2015-03-10 | Track Rust nightlies | Carl Lerche | |
2015-02-27 | Further SockAddr & NixPath cleanup | Carl Lerche | |
2015-02-25 | Large cleanup, mostly of socket functions | Carl Lerche | |
2015-02-23 | in_addr conversions + IP_DROP_MEMBERSHIP support | Carl Lerche | |
2015-02-23 | Improve ergonomics of getsockopt / setsockopt | Carl Lerche | |
2015-02-22 | Remove prefix from SockAddr variants | Carl Lerche | |
2015-02-22 | Split up socket module | Carl Lerche | |
2015-02-22 | Implement round trip SockAddr conversions | Carl Lerche | |
2015-02-21 | Fix uio and add SockAddr conversions | Carl Lerche | |
2015-02-21 | Cleanup readv & writev + tests | Carl Lerche | |
2015-02-20 | Fix a null bug in uname binding | Carl Lerche | |
2015-02-20 | Use new ffi:CStr instead of c_str_to_bytes_with_nul | Sebastian Lauwers | |
2015-02-17 | iOS: term support is really redundant | Valerii Hiora | |
2015-02-10 | Add `NixPath`, `NixError`, and `NixResult`. | Utkarsh Kukreti | |
2015-02-06 | path -> old_path | Florian Hartwig | |
2015-02-01 | Changed options parameter for waitpid to Option<WaitPidFlag> | Markus Jais | |
2015-01-27 | Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`. | Utkarsh Kukreti | |
2015-01-27 | Add a `Mode` bitflags and use it instead of `std::io::FilePermission`. | Utkarsh Kukreti | |
These constants are defined in POSIX [1] so we should export them anyways, plus we don't need to depend on `std::io` anymore! [breaking-change] [1]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/stat.h.html | |||
2015-01-21 | Add `ioctl`. Only supports the `TIOCGWINSZ` request right now. | Utkarsh Kukreti | |
2015-01-20 | Make `tcgetattr` API more ergonomic. | Utkarsh Kukreti | |
2015-01-20 | `pub use` all enum variants in `termios`. | Utkarsh Kukreti | |
2015-01-20 | Add `termios` bindings. | Utkarsh Kukreti | |
2015-01-13 | changed uint and int to usize and isize respectively | Rick Richardson | |
2015-01-09 | Fix a bad cfg on linux | Carl Lerche | |
2015-01-07 | more cstr fallout | Rick Richardson | |
2015-01-07 | ToCStr removal fallout | Valerii Hiora | |
2015-01-04 | Fix a few remaining deprecation notices | Carl Lerche | |
2015-01-03 | Update to rust master | Valerii Hiora | |
- cstr fallout - deriving -> derive - lib stabilization warnings removal |