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
/
sockopt.rs
Age
Commit message (
Expand
)
Author
2023-03-13
Enable socket on redox
Noa
2023-01-15
Try enabling LocalPeerPid for ios
Armin Ronacher
2023-01-14
Added LOCAL_PEERPID/LocalPeerPid sockopt for macos
Armin Ronacher
2022-12-04
Cleanup old Clippy directives.
Alan Somers
2022-12-04
Fix clippy lints
Alex Saveau
2022-12-04
More annoying formatting changes
Alex Saveau
2022-11-28
Fix UB in the SO_TYPE sockopt
Alan Somers
2022-11-23
add IpMtu sockopt
Jonathan de Jong
2022-11-20
Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappers
mzachar
2022-11-06
Reformat everything
Alex Saveau
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-09-11
Clippy cleanup
Alan Somers
2022-08-09
remove deprecated items
SteveLauC
2022-07-26
Add support for RecvOrigDstAddr on Linux
Brian May
2022-07-11
Add DontRoute SockOpt
Leo Lu
2022-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-05-14
add haiku support
Al Hoang
2022-05-13
Fix "unused_macro_rules" warnings with the latest nightly compiler.
Alan Somers
2022-04-07
Add IP_DONTFRAG and IPV6_DONTFRAG SockOpts
Junho Choi
2021-12-29
Add support for the SO_TXTIME sockopt and SCM_TXTIME control message
Alessandro Ghedini
2021-12-23
feat: Add glibc::SOF_TIMESTAMPING_* support
Michael Baikov
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-10-09
sockopt's Set and Get traits are not unsafe
Alan Somers
2021-09-12
Add docs for all sockopts that are documented by their respective OSes
Alan Somers
2021-09-12
Add the ability to set doc strings in sockopts' definitions
Alan Somers
2021-09-12
Switch the argument order of sockopt_impl!
Alan Somers
2021-09-07
Add IP_TTL/IPV6_UNICAST_HOPS SockOpts
Conrad Meyer
2021-09-07
Merge branch 'master' into socket-mss
Alan Somers
2021-09-06
Add support for IP_RECVERR and IPV6_RECVERR
Conrad Meyer
2021-09-04
Merge branch 'master' into socket-mss
eaon
2021-09-04
Support for `TCP_MAXSEG` TCP MSS socket option
eaon
2021-08-26
add `TcpRepair` to sockopt
0/0
2021-08-12
feat: add libc::IP6T_SO_ORIGINAL_DST support
Icemic
2021-08-10
Add support for LOCAL_PEER_CRED
Alan Somers
2021-07-16
Add the IPV6_V6ONLY sockopt
Daniel Dulaney
2021-07-08
Support SO_RXQ_OVFL socket option (android/fuchsia/linux)
Junho Choi
2021-07-05
Add TcpUserTimeout socket option
Anthony Ramine
2021-06-23
Add IpFreebind socket option
Anthony Ramine
2021-04-08
Support TIMESTAMPNS for linux
Lu, Wangshan
2021-03-21
illumos and Solaris support
Jason King
2020-10-18
KEEPCNT/KEEPINTVL aren't available on OpenBSD.
Laurence Tratt
2020-10-10
Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.
Yoav Steinberg
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-08
Add SO_BINDTODEVICE sockopt
Jean Pierre Dudey
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2020-04-12
Fix UB in getsockopt
Alan Somers
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
[next]