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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-05-07
Scope to unix platforms
Carl Lerche
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-07
Error on warnings
Carl Lerche
2015-04-07
Add Error::from_errno
Carl Lerche
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-04-03
Fd ist now RawFd
Florian Hartwig
2015-04-01
Fix argument order for copy* functions
Florian Hartwig
2015-03-25
Use libc from crates.io
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-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-20
Remove hash feature declaration
Sebastian Lauwers
2015-02-19
Test errno defines
Carl Lerche
2015-02-14
Fix warnings
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-10
Fix warnings
Carl Lerche
2015-01-16
Fix for `bitflags!`, refs https://github.com/rust-lang/rust/pull/21254
Fantix King
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-07
ToCStr removal fallout
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-11
Implement scatter/gather IO: writev & readv.
Roma Sokolov
2014-10-06
Implement dup3
Carl Lerche
2014-10-02
Track Rust master
Carl Lerche
2014-09-03
Expose some more C types
Carl Lerche
2014-08-25
Tweaks + fix accept4
Carl Lerche
2014-08-21
Bind kqueue + misc cleanup
Carl Lerche
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-17
More socket APIs
Carl Lerche
2014-08-16
Epoll, rename to nix, misc cleanup
Carl Lerche
2014-08-15
Add mknod, mkdev, and umask APIs
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche
2014-08-07
Initial commit
Carl Lerche