index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2015-05-12
ioctl: implement generic support for the ioctl syscall and supporting functions
Paul Osborne
2015-05-08
Add lstat
Skyler Hawthorne
2015-05-05
feat: add execvpe
Qingping Hou
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-11
Add socketpair
Florian Hartwig
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-01
Remove usage of std::num::Int
Carl Lerche
2015-03-28
Track Rust nightly
Carl Lerche
2015-03-25
Use libc from crates.io
Carl Lerche
2015-03-25
Tweak conversion in test
Carl Lerche
2015-03-25
Track Rust master
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-03-13
added test for fstat
Markus Jais
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-22
Remove prefix from SockAddr variants
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