Age | Commit message (Expand) | Author |
---|---|---|
2015-02-21 | Cleanup readv & writev + tests | Carl Lerche |
2015-02-20 | Fix more deprecations | Carl Lerche |
2015-02-14 | Fix warnings | Carl Lerche |
2015-02-12 | Add tests for `nix::unistd::execve()`. | Utkarsh Kukreti |
2015-02-12 | Add tests for `nix::sys::termios::tcgetattr()`. | Utkarsh Kukreti |
2015-02-12 | Add a test for sys::stat function | Markus Jais |
2015-02-10 | Add `NixPath`, `NixError`, and `NixResult`. | Utkarsh Kukreti |
2015-02-10 | Fix warnings | Carl Lerche |
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-13 | changed uint and int to usize and isize respectively | Rick Richardson |
2015-01-09 | Update for Rust 1.0 alpha | Carl Lerche |
2015-01-03 | Update to rust master | Valerii Hiora |
2015-01-02 | Track rust master | Valerii Hiora |
2014-11-11 | rtio removed, use own routines for reading/writing | Roma Sokolov |
2014-10-11 | Implement scatter/gather IO: writev & readv. | Roma Sokolov |