summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper/mesh.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-17derp/derphttp: add error notify for RunWatchConnectionLoop (#16261)Mike O'Driscoll1-1/+2
2025-01-15cmd/derper: support explicit configuration of mesh dial hostsPercy Wegmann1-30/+27
2025-01-07cmd/derper: improve logging on derp mesh connectJames Tucker1-3/+7
2024-06-25derp: make RunConnectionLoop funcs take Messages, support PeerPresentFlagsBrad Fitzpatrick1-4/+2
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-1/+3
2023-10-31derp/derphttp: fix race in mesh watcherBrad Fitzpatrick1-0/+1
2023-08-16derp: include src IPs in mesh watch messagesBrad Fitzpatrick1-1/+2
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 Norris1-3/+2
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita1-2/+2
2021-10-28derp: use new node key type.David Anderson1-2/+2
2021-07-29cmd/derper: dial VPC address with right contextBrad Fitzpatrick1-1/+1
2021-07-29cmd/derper: mesh over VPC networkBrad Fitzpatrick1-0/+30
2021-02-12derp/derphttp: add a context and infoLogger option to RunWatchConnectionLoopBrad Fitzpatrick1-1/+2
2020-06-24cmd/derper: fix embarassing bug introduced in earlier refactorBrad Fitzpatrick1-1/+1
2020-06-15cmd/derper, derp/derphttp: move bulk of derp mesh code into derphttpBrad Fitzpatrick1-104/+3
2020-06-15cmd/derper: remove unused parameter in runMeshClientBrad Fitzpatrick1-2/+2
2020-06-15derp: reduce DERP memory use; don't require callers to pass in memory to useBrad Fitzpatrick1-2/+1
2020-06-05cmd/derper: support forwarding packets amongst set of peer DERP serversBrad Fitzpatrick1-0/+147