summaryrefslogtreecommitdiff
path: root/src/sys/socket/sockopt.rs
AgeCommit message (Expand)Author
2022-12-04Cleanup old Clippy directives.Alan Somers
2022-12-04Fix clippy lintsAlex Saveau
2022-12-04More annoying formatting changesAlex Saveau
2022-11-28Fix UB in the SO_TYPE sockoptAlan Somers
2022-11-23add IpMtu sockoptJonathan de Jong
2022-11-20Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappersmzachar
2022-11-06Reformat everythingAlex Saveau
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-09-11Clippy cleanupAlan Somers
2022-08-09remove deprecated itemsSteveLauC
2022-07-26Add support for RecvOrigDstAddr on LinuxBrian May
2022-07-11Add DontRoute SockOptLeo Lu
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-05-14add haiku supportAl Hoang
2022-05-13Fix "unused_macro_rules" warnings with the latest nightly compiler.Alan Somers
2022-04-07Add IP_DONTFRAG and IPV6_DONTFRAG SockOptsJunho Choi
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-10-09sockopt's Set and Get traits are not unsafeAlan Somers
2021-09-12Add docs for all sockopts that are documented by their respective OSesAlan Somers
2021-09-12Add the ability to set doc strings in sockopts' definitionsAlan Somers
2021-09-12Switch the argument order of sockopt_impl!Alan Somers
2021-09-07Add IP_TTL/IPV6_UNICAST_HOPS SockOptsConrad Meyer
2021-09-07Merge branch 'master' into socket-mssAlan Somers
2021-09-06Add support for IP_RECVERR and IPV6_RECVERRConrad Meyer
2021-09-04Merge branch 'master' into socket-msseaon
2021-09-04Support for `TCP_MAXSEG` TCP MSS socket optioneaon
2021-08-26add `TcpRepair` to sockopt0/0
2021-08-12feat: add libc::IP6T_SO_ORIGINAL_DST supportIcemic
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-07-16Add the IPV6_V6ONLY sockoptDaniel Dulaney
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-05Add TcpUserTimeout socket optionAnthony Ramine
2021-06-23Add IpFreebind socket optionAnthony Ramine
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-03-21illumos and Solaris supportJason King
2020-10-18KEEPCNT/KEEPINTVL aren't available on OpenBSD.Laurence Tratt
2020-10-10Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.Yoav Steinberg
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-08Add SO_BINDTODEVICE sockoptJean Pierre Dudey
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-12Fix UB in getsockoptAlan Somers
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-03Check euid, not uid, for socket testsAlan Somers
2019-05-31libc::uint8_t deprecated in favor of rust u8Johannes Schilling
2019-03-12Support AF_ALGGleb Pomykalov