summaryrefslogtreecommitdiffhomepage
path: root/net/netcheck
AgeCommit message (Expand)AuthorFilesLines
2023-08-11net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsockJames Tucker3-121/+142
2023-08-01ipnlocal, net/*: deprecate interfaces.GetState, use netmon more for itBrad Fitzpatrick1-0/+2
2023-07-18net/netcheck: ignore PreferredDERP changes that are smallAndrew Dunham2-5/+42
2023-07-13net/netcheck, tailcfg: add DERPHomeParams and use itAndrew Dunham2-12/+81
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick1-8/+5
2023-05-10net/netcheck: reenable TestBasic on WindowsJames Tucker1-4/+0
2023-04-26net/ping,netcheck: add v6 pinging capabilities to pinger (#7971)Charlotte Brandhorst-Satzkorn1-4/+1
2023-04-22net/netcheck: fix crash when IPv6 kinda but not really worksBrad Fitzpatrick1-0/+11
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-9/+23
2023-04-17net/netcheck: reenable TestNodeAddrResolve on WindowsJames Tucker1-3/+28
2023-04-15wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migr...Brad Fitzpatrick1-9/+4
2023-04-15wgengine/magicsock, etc: remove mostly unused WriteTo methodsBrad Fitzpatrick1-2/+9
2023-04-15net/netcheck: remove unused method from interfaceBrad Fitzpatrick1-1/+0
2023-04-14.github/workflows: reenable Windows CI, disable broken testsJames Tucker1-0/+7
2023-04-14net/netcheck: use dnscache.Resolver when resolving DERP IPsAndrew Dunham2-5/+108
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita1-1/+1
2023-03-24net/netcheck: improve determinism in hairpinning testAndrew Dunham2-8/+118
2023-03-06sockstats: switch label to enumMihai Parparita1-1/+1
2023-03-03tstest: add method to Replace values for testsMaisem Ali1-3/+2
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+3
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+1
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2022-11-08net/netcheck: don't use a space in the captive portal challengeAndrew Dunham1-1/+4
2022-11-05net/netcheck: deflake (maybe) magicsock's TestNewConnBrad Fitzpatrick1-0/+9
2022-10-21net/netcheck, tailcfg: track whether OS supports IPv6Andrew Dunham1-0/+3
2022-10-19cmd/derper, net/netcheck: add challenge/response to generate_204 endpointAndrew Dunham1-2/+9
2022-10-13net/netcheck: fix crash in checkCaptivePortalBrad Fitzpatrick1-0/+3
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-26all: fix resource leaks with missing .Close() callsEmmanuel T Odeke1-0/+2
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham2-0/+205
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-2/+2
2022-08-15net/stun: convert to use net/netip.AddrPortKris Brandow1-5/+2
2022-08-05hostinfo, net/netcheck: use CutPrefixBrad Fitzpatrick1-1/+2
2022-08-04net/netcheck: try ICMP if UDP is blocked (#5056)Andrew Dunham2-3/+105
2022-08-02all: migrate code from netaddr.FromStdAddr to Go 1.18Brad Fitzpatrick1-3/+4
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-3/+4
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick2-17/+17
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-5/+5
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick2-31/+34
2022-07-18net/netcheck: test for OS IPv6 support as well as connectivity.David Anderson2-0/+12
2022-04-29all: gofmt allBrad Fitzpatrick1-1/+1
2022-04-19derp/derphttp,net/netcheck: improve netcheck behavior under MITM proxiesTom DNetto1-6/+21
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder2-4/+4
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-3/+2
2021-12-31netcheck,portmapper,magicsock: ignore some UDP write errors on LinuxBrad Fitzpatrick1-2/+3
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-3/+3
2021-11-16netcheck, controlclient, magicsock: add more metricsBrad Fitzpatrick1-1/+30
2021-10-27net/netcheck: implement netcheck for js/wasm clientsBrad Fitzpatrick1-11/+61
2021-10-22net/netcheck: hard-code preferred DERP region 900 on js/wasm for nowBrad Fitzpatrick1-0/+11