summaryrefslogtreecommitdiffhomepage
path: root/wgengine/magicsock/debughttp.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-30feature/featuretags: add a catch-all "Debug" feature flagBrad Fitzpatrick1-0/+7
2025-08-13net/{batching,packet},wgengine/magicsock: export batchingConn (#16848)Jordan Whited1-2/+2
2025-06-06wgengine/magicsock: make endpoint.bestAddr Geneve-aware (#16195)Jordan Whited1-9/+19
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-2/+1
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-1/+1
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-3/+3
2023-09-11wgengine/magicsock: stop retaining *netmap.NetworkMapBrad Fitzpatrick1-4/+3
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick1-6/+6
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-06wgengine/magicsock: fix panic in http debug serverColin Adler1-0/+5
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-5/+5
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+2
2022-03-19all: use strings.Cut even moreBrad Fitzpatrick1-2/+2
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-1/+1
2021-12-21wgengine/magicsock: add HTML debug handler to see magicsock stateBrad Fitzpatrick1-0/+202