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
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-28
ci: Disable i686 builds
Kamal Marhubi
2016-01-27
Avoid stack allocation in with_nix_path for Option::None
Kamal Marhubi
2016-01-27
Bring back mount
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
Add test for if_nametoindex
Kamal Marhubi
2016-01-27
Use the net module unconditionally
Kamal Marhubi
2016-01-27
Use NixPath for if_nametoindex
Kamal Marhubi
2016-01-27
Use function name as it is used in C.
Marc Brinkmann
2016-01-27
Added note regarding naming.
Marc Brinkmann
2016-01-27
Use nix::Result explicitly.
Marc Brinkmann
2016-01-27
Changed Error type to nix::Error.
Marc Brinkmann
2016-01-27
Do not use extern, but if_nametoindex from libc instead.
Marc Brinkmann
2016-01-27
Added if_nametoindex (and necessary module based on Cs net/if.h)
Marc Brinkmann
2016-01-25
Fix an indent
arcnmx
2016-01-25
Normalize tabs to spaces
arcnmx
2016-01-25
Implement NixPath for CStr
Kamal Marhubi
2016-01-25
Add everything from poll.h.
Utkarsh Kukreti
2016-01-21
Use libc constants for signals.
Philipp Matthias Schaefer
2016-01-18
improve bsd unixes ipv6 support
arthurprs
2016-01-18
Update to libc 0.2.4
User Vagrant
2016-01-18
Disable IPV6_ADD_MEMBERSHIP on freebsd
User Vagrant
2016-01-18
allow improper_ctypes for size_t
Mattis Marjak
2016-01-18
fix on mac
Mattis Marjak
2016-01-18
update libc to 0.2.2
Mattis Marjak
2016-01-18
ci: Test on Rust stable, beta, 1.1.0+
Kamal Marhubi
2016-01-18
Add POSIX function raise()
Philipp Matthias Schaefer
2016-01-18
Publish SockFlags from nix::sys::signal.
Philipp Matthias Schaefer
2016-01-18
Fix name of MNT_DETACH flag
Kamal Marhubi
2016-01-18
setns
arcnmx
2016-01-15
add aarch64 support
Brian Martin
2016-01-13
Use tempdir for temporary files in tests
Kamal Marhubi
2016-01-13
Add safe wrappers for getuid, geteuid, getgid, getegid
Kamal Marhubi
2016-01-13
Fix compiler warnings in tests
Kamal Marhubi
2015-12-22
Fix build on Linux & Rust nightly
Carl Lerche
2015-12-22
Fix broken tests on nightly
Carl Lerche
2015-12-22
add NSIG constant
Philipp Matthias Schaefer
2015-12-22
Implement support for getsockopt of peer credentials using the Linux specific...
Magnus Hoff
2015-12-22
Bump version to 0.5.0-pre
Carl Lerche
2015-12-04
socket(): add protocol argument (breaking change)
Alexander Polakov
2015-12-03
Bump version to v0.4.2
Carl Lerche
2015-12-03
add function for handling PTRACE_SETOPTIONS nicely
David Roundy
2015-12-03
add an implementation of setpgid
David Roundy
2015-12-03
support more flags to waitpid and wait on linux
David Roundy
2015-12-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-12-03
Statvfs improvements
Brandon W Maister
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-11-03
Bump libc to 0.1.12.
Utkarsh Kukreti
[next]