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
2019-06-07
ifaddrs: add ifaddrs support for android
Paul Osborne
2018-11-23
Add Error::as_errno
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-03
new dir module
Scott Lamb
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-02-02
Re-add ifaddrs module
Bryant Mairs
2018-01-28
Fail to compile for any unused code
Bryant Mairs
2018-01-28
Clean up imports and uses in lib.rs
Bryant Mairs
2018-01-28
Require docs for features and ifaddrs module
Bryant Mairs
2018-01-28
Require docs for the net/if_ module
Bryant Mairs
2018-01-28
Require docs for the poll module
Bryant Mairs
2018-01-28
Deny missing docs for pty module
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Disallow unnecessary import braces
Bryant Mairs
2018-01-28
Prevent the use of unstable compiler features
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Dereference in match head instead
Bryant Mairs
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-05
Merge #696
bors[bot]
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-03
Add support for getifaddrs. Closes: #650.
Markus Wanner
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-07-25
Merge #694
bors[bot]
2017-07-20
Remove workaround for `pub extern crate`
Jonas Schievink
2017-07-19
Remove c_int and c_void from root
Bryant Mairs
2017-06-13
Added ptrace utilities.
Daniel McKenna
2017-05-16
Add various pty functions
Bryant Mairs
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2016-10-27
error: add documentation for nix::Error
Paul Osborne
2016-08-31
Replace ffi module by libc functions in mqueue.rs
Philipp Matthias Schaefer
2016-06-06
Only deny warnings in test
Kamal Marhubi
2016-04-18
Use Void in exec return type
arcnmx
2016-03-17
Auto merge of #311 - fiveop:context, r=@kamalmarhubi
Homu
2016-03-16
Add libc_bitflags convenience macro
Kamal Marhubi
2016-03-14
Add context module.
Philipp Matthias Schaefer
2016-03-11
libc: re-export libc properly
Paul Osborne
2016-03-06
unistd: Use bindings from libc instead of our own
Kamal Marhubi
2016-02-28
Make crate libc import public.
Philipp Matthias Schaefer
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-27
Avoid stack allocation in with_nix_path for Option::None
Kamal Marhubi
2016-01-27
Implement NixPath for Option<&T> where T: NixPath
Kamal Marhubi
2016-01-27
Implement NixPath for str and OsStr
Kamal Marhubi
2016-01-27
Use the net module unconditionally
Kamal Marhubi
2016-01-27
Added if_nametoindex (and necessary module based on Cs net/if.h)
Marc Brinkmann
2016-01-25
Implement NixPath for CStr
Kamal Marhubi
[next]