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
Age
Commit message (
Expand
)
Author
2017-12-20
Correct ioctl read and write_ptr tests
Bryant Mairs
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-20
Use Rc::clone() instead of .clone()
Bryant Mairs
2017-12-20
Remove unnecessary references
Bryant Mairs
2017-12-20
Use println!() instead of print!(...n)
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
2017-12-20
Remove unnecessary .ok()
Bryant Mairs
2017-12-20
Use iter::Cloned() instead of closure
Bryant Mairs
2017-12-20
Remove 'static from variables
Bryant Mairs
2017-12-20
Remove elided 'static lifetime
Bryant Mairs
2017-12-20
Remove useless vec![]
Bryant Mairs
2017-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-20
Use byte strings instead of String.as_bytes()
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-20
Merge #648
bors[bot]
2017-12-20
Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.
Matthew Gregan
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-11
Merge #814
bors[bot]
2017-12-10
Remove references to developer docs
Bryant Mairs
2017-12-10
Replace ip(v6)_mreq structs with libc equivalent
Bryant Mairs
2017-12-10
Replace custom ucred struct with newtype wrapper around libc::ucred
Bryant Mairs
2017-12-10
Use libc::linger
Bryant Mairs
2017-12-10
Migrate more bitflags to use libc_bitflags!
Bryant Mairs
2017-12-10
Remove internal kernel flags
Bryant Mairs
2017-12-10
Add more derives for SignalFd and various enums
Bryant Mairs
2017-12-10
Expand derives for all libc_bitflags! use
Bryant Mairs
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
Bryant Mairs
2017-12-10
Fix doctest that weren't run with the old doctest parser
Bryant Mairs
2017-12-09
Merge #741
bors[bot]
2017-12-09
Merge #815
bors[bot]
2017-12-08
Run all iOS builds on a single run
Bryant Mairs
2017-12-08
Support building and testing multiple targets at once
Bryant Mairs
2017-12-08
Merge #807
bors[bot]
2017-12-08
Merge #777
bors[bot]
2017-12-07
Use the real pipe2(2) on all BSD targets.
Alan Somers
2017-12-05
Derive Eq for Errno
Bryant Mairs
2017-12-05
Remove redundant constant tests
Bryant Mairs
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-05
Switch to libc definitons of errno constants
Bryant Mairs
2017-12-05
Merge #696
bors[bot]
2017-12-05
Expose `from_raw` on `WaitStatus` and make it return a `Result`
Robert O'Callahan
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-04
Merge #667
bors[bot]
2017-12-03
Add support for getifaddrs. Closes: #650.
Markus Wanner
2017-12-03
Merge #801
bors[bot]
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-12-02
Merge #805
bors[bot]
2017-12-01
Test with hard-fails on stable also
Bryant Mairs
[next]