about summary refs log tree commit diff
path: root/library/std/src/net/ip
AgeCommit message (Expand)AuthorLines
2022-09-12Use `DisplayBuffer` for socket addresses.Markus Reiter-1079/+0
2022-08-22Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simula...Dylan DPC-14/+84
2022-08-16Simplify `IpDisplayBuffer` API.Markus Reiter-4/+4
2022-08-16Use `MaybeUninit<u8>` for `IpDisplayBuffer`.Markus Reiter-6/+12
2022-08-16Move `IpDisplayBuffer` into submodule.Markus Reiter-0/+34
2022-07-30Original branch seems to have missed excluding the benchmark range from the g...Christopher Hotchkiss-8/+2
2022-07-30Fix `Ipv6Addr::is_global` to check for global reachability rather than global...Christiaan Dirkx-12/+88
2022-06-23Add IP structural_match testsLinus Färnstrand-0/+23
2021-12-26Fix a pair of mistyped test cases in std::net::ipScallop Ye-2/+2
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-10-21Rollup merge of #86984 - Smittyvb:ipv4-octal-zero, r=m-ou-seYuki Okushi-0/+8
2021-10-03Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplettManish Goregaokar-32/+57
2021-07-08Disallow octal zeros in IPv4 addressesSmitty-0/+8
2021-06-19Remove `Ipv4Addr::is_ietf_protocol_assignment`Christiaan Dirkx-14/+3
2021-06-18Add `IpAddr::is_benchmarking`Christiaan Dirkx-3/+12
2021-06-18Add `Ipv6Addr::is_benchmarking`Christiaan Dirkx-29/+45
2021-06-09Remove `is_unicast_site_local`Christiaan Dirkx-11/+1
2021-05-30Remove `is_unicast_link_local_strict`Christiaan Dirkx-16/+2
2021-01-20Dont prefix 0x when `dbg!(ipv6)`Lzu Tao-0/+3
2020-11-26Move const ip in ui test to unit testDaiki Ihara-0/+6
2020-09-23Make delegation methods of `std::net::IpAddr` unstable constChristiaan Dirkx-0/+19
2020-09-03Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`Christiaan Dirkx-0/+109
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+811