Age | Commit message (Expand) | Author |
---|---|---|
2015-03-24 | NixResult -> nix::Result; NixError -> nix::Error | Carl Lerche |
2015-03-13 | Amend some files to make it compile on arm-linux-androideabi. | kennytm |
2015-02-27 | Further SockAddr & NixPath cleanup | Carl Lerche |
2015-02-10 | Add `NixPath`, `NixError`, and `NixResult`. | Utkarsh Kukreti |
2015-01-27 | Add a `Mode` bitflags and use it instead of `std::io::FilePermission`. | 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 |
2014-12-22 | Fixed building on iOS | Valerii Hiora |
2014-12-17 | added msync, madvise, and requisite constants for macos and linux | Rick Richardson |
2014-10-27 | Add mmap, shm_open and other mman relatives | Phil Vachon |