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
/
sys
/
socket
/
addr.rs
Age
Commit message (
Expand
)
Author
2016-01-28
Use sockaddr_nl from libc
Kamal Marhubi
2016-01-28
Derive all the things
Alexander Polakov
2016-01-28
Fix style suggestions regarding #cfg
Alexander Polakov
2016-01-28
Netlink bits
Alexander Polakov
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-10-28
Fix handling of sockaddr_un lengths
Geoffrey Thomas
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-04-24
FromPrimitive is no more
Florian Hartwig
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-01
Remove usage of std::num::Int
Carl Lerche
2015-04-01
Fix argument order for copy* functions
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-14
Derive FromPrimitive for AddressFamily.
Jan Bujak
2015-03-10
Track Rust nightlies
Carl Lerche
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-23
in_addr conversions + IP_DROP_MEMBERSHIP support
Carl Lerche
2015-02-22
Remove prefix from SockAddr variants
Carl Lerche
2015-02-22
Split up socket module
Carl Lerche