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
/
test
/
sys
Age
Commit message (
Expand
)
Author
2020-05-02
Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)
Greg V
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2020-04-19
Remove a few more cases of mem::uninitialized in the tests
Alan Somers
2019-12-22
Skip test_aio_cancel_all on musl
Alan Somers
2019-12-01
ScmCredentials now wraps UnixCredentials instead of libc::ucred
Alan Somers
2019-12-01
Merge #1157
bors[bot]
2019-12-01
Fix some race conditions in the integration tests
Alan Somers
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-10-28
Fix sys::socket::recvfrom for TCP sockets
Alan Somers
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-19
Fix test breakage in Seccomp mode.
Alan Somers
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
2019-09-04
Merge #1120
bors[bot]
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-09-04
Replace Signal::from_c_int by Signal::try_from
Alan Somers
2019-09-03
Skip the aio_suspend test on Linux
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-28
Fix some ioctl tests on musl
Alan Somers
2019-07-13
Merge #1095
bors[bot]
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-12
test_socket: add AddressFamily::Vsock test
Stefano Garzarella
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-06
Fix an "unused use statement" warning on non-musl platforms
Alan Somers
2019-06-06
Fix kmod tests on in Linux containers
Alan Somers
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2019-06-02
Fix test_pthread_self on musl
Alan Somers
2019-04-29
Restored the bytes field on RecvMsg in order to know the amount of bytes rece...
Vincent Dagonneau
2019-03-16
feat: Add killpg
DanSnow
2019-03-12
Support AF_ALG
Gleb Pomykalov
2019-02-21
Added inotify bindings for Linux and Android.
Vincent Dagonneau
2019-02-14
Fix misaligned references when using recvmsg with control messages
Alan Somers
2019-02-14
Replace CmsgSpace with a macro
Alan Somers
2019-02-14
Fix error handling of RecvMsg
Alan Somers
2019-01-23
Add IP_RECVIF & IP_RECVDSTADDR.
Tom Pusateri
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2019-01-13
Implement nix wrapper for libc::signal
Robert Gardner
2018-12-17
Merge #993
bors[bot]
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-15
Add cmsg PKTINFO for IPv4 and IPv6.
Tom Pusateri
2018-12-06
Add support of TCP_CONGESTION for setsockopt
Fensteer
2018-10-21
Added ptrace support for BSDs
xd009642
2018-10-15
Eliminate compiler warnings, especially on non-Linux platforms
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-09-05
Update to rand 0.5 crate
Pascal Bach
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
[next]