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
Age
Commit message (
Expand
)
Author
2018-03-21
add SO_MARK SetSockOpt for Linux
Jake McGinty
2018-02-21
Merge #825
bors[bot]
2018-02-15
socket get-/setsockopt: document internal macros, types and traits
mexus
2018-02-12
Expose MSG_CMSG_CLOEXEC on *BSD
Greg V
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Replace sockaddr_ctl with one from libc
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
Deny unused qualifications
Bryant Mairs
2018-01-11
Add socket options for IP_TRANSPARENT / BIND_ANY
Justin Latimer
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-08
impl `Debug` for all sockaddr types
luozijun
2017-12-20
Replace '0 as *_' with ptr::null*()
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Use |= where appropriate
Bryant Mairs
2017-12-20
Remove unnecessary impl Clones
Bryant Mairs
2017-12-20
Use unwrap_or_else instead of unwrap_or without a closure
Bryant Mairs
2017-12-20
Remove unnecessary parenthesis
Bryant Mairs
2017-12-20
Merge redundant match arms
Bryant Mairs
2017-12-20
Remove unnecessary references
Bryant Mairs
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-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
Add more derives for SignalFd and various enums
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-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-09-04
Add support for SO_TIMESTAMP
Wesley Wolfe
2017-08-26
Replace more FFI instances
Bryant Mairs
2017-08-17
Merge #725
bors[bot]
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-16
Replace extra SOCK_ constants with libc versions
Bryant Mairs
2017-08-11
Fix safety of sockopt helper traits
Jonas Schievink
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-05
Correct access of cmsg ancillary data on first header
Wesley Moore
2017-08-01
Document AddressFamily and SockType
Nicolas Dusart
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
2017-08-01
Document `MsgFlags` constants
Nicolas Dusart
2017-08-01
add socket constants already present in libc
Nicolas Dusart
2017-08-01
remove sys::sockets::consts module as it's libc goal to define them
Nicolas Dusart
2017-07-10
Fix sendmsg on macOS when passing a zero entry cmsgs array.
Matthew Gregan
2017-07-10
Simplify Vec allocation in sendmsg after 077d979a removed alignment hacks.
Matthew Gregan
2017-07-04
Allow nix to compile on android targets
roblabla
[next]