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
2019-09-04
Merge #1120
bors[bot]
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy: remove unnecessary mem::transmute
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-12
socket: add support for AF_VSOCK
Stefano Garzarella
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-05-31
fix more uintXY_t instances
Johannes Schilling
2019-04-09
Uncomment to_std and from_std methods for IpAddr
rabbott99
2019-03-12
Support AF_ALG
Gleb Pomykalov
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-08
Replace try! with ?
Alan Somers
2018-10-15
socket: add AF_UNSPEC to AddressFamily
Levente Kurusa
2018-04-10
Refactor the ioctl API and documentation
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-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-08
impl `Debug` for all sockaddr types
luozijun
2017-12-20
Remove unnecessary impl Clones
Bryant Mairs
2017-12-20
Merge redundant match arms
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-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-01
Document AddressFamily and SockType
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
2016-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-09-17
Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte.
Mathias Svensson
2016-04-14
fixed a few clippy warnings
Andre Bogus
2016-03-30
socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std
Kamal Marhubi
2016-02-23
Add support for AF_PACKET on linux
Herman J. Radtke III
2016-02-04
Add comment on IPv6 address endianness.
Philipp Matthias Schaefer
2016-02-04
IPv6 addresses are always in big endian order
Frank Denis
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
[next]