summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-20Tweak Cargo fileCarl Lerche
2015-02-20Bump version to v0.2.3Carl Lerche
2015-02-20Link to API docsCarl Lerche
2015-02-20Automatically deploy docsCarl Lerche
2015-02-20Update READMECarl Lerche
2015-02-20Fix more deprecationsCarl Lerche
2015-02-20Fix a null bug in uname bindingCarl Lerche
2015-02-20Use new ffi:CStr instead of c_str_to_bytes_with_nulSebastian Lauwers
2015-02-20Remove hash feature declarationSebastian Lauwers
2015-02-20Bump version to v0.2.2Carl Lerche
2015-02-20Remove deprecated suffixes for isizeSebastian Lauwers
2015-02-20Mark T as Phantom in IovecSebastian Lauwers
2015-02-19Re-export std::os::unix::FdCarl Lerche
2015-02-19Test errno definesCarl Lerche
2015-02-19Bump version to v0.2.1Carl Lerche
2015-02-19Fix type mismatch: errno now i32Roma Sokolov
2015-02-17iOS: term support is really redundantValerii Hiora
2015-02-14Fix warningsCarl Lerche
2015-02-12Add tests for `nix::unistd::execve()`.Utkarsh Kukreti
2015-02-12Add tests for `nix::sys::termios::tcgetattr()`.Utkarsh Kukreti
2015-02-12Add a test for sys::stat functionMarkus Jais
2015-02-10Bump version to 0.2.0Carl Lerche
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-02-10Bump version to 0.1.3Carl Lerche
2015-02-10Fix warningsCarl Lerche
2015-02-06path -> old_pathFlorian Hartwig
2015-02-02Add a license fileCarl Lerche
2015-02-01Changed options parameter for waitpid to Option<WaitPidFlag>Markus Jais
2015-01-27Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.Utkarsh Kukreti
2015-01-27Add a `Mode` bitflags and use it instead of `std::io::FilePermission`.Utkarsh Kukreti
2015-01-26Add a safe wrapper for `libc::isatty`.Utkarsh Kukreti
2015-01-21Add `ioctl`. Only supports the `TIOCGWINSZ` request right now.Utkarsh Kukreti
2015-01-20Make `tcgetattr` API more ergonomic.Utkarsh Kukreti
2015-01-20`pub use` all enum variants in `termios`.Utkarsh Kukreti
2015-01-20Add `termios` bindings.Utkarsh Kukreti
2015-01-16Fix for `bitflags!`, refs https://github.com/rust-lang/rust/pull/21254Fantix King
2015-01-13Bump version to 0.1.2Carl Lerche
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2015-01-09Fix a bad cfg on linuxCarl Lerche
2015-01-09Update for Rust 1.0 alphaCarl Lerche
2015-01-07more cstr falloutRick Richardson
2015-01-07ToCStr removal falloutValerii Hiora
2015-01-06Fix breakage caused by the removal of unboxed closuresFlorian Hartwig
2015-01-05Update Cargo manifestCarl Lerche
2015-01-05Bump versionCarl Lerche
2015-01-04Fix a few remaining deprecation noticesCarl Lerche
2015-01-04Merge remote-tracking branch 'vhbit/simple-travis'Carl Lerche
2015-01-03Update to rust masterValerii Hiora
2015-01-03Added travis testsValerii Hiora
2015-01-02Track rust masterValerii Hiora