summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/node_backend.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-02ipn/ipnlocal: introduce the concept of client-side-reachability (#17367)Simon Law1-0/+34
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick1-12/+17
2025-09-30ipn/ipnlocal: plumb logf into nodeBackendNick Khyl1-3/+6
2025-09-30feature/featuretags: add option to turn off DNSBrad Fitzpatrick1-0/+4
2025-09-25feature/portlist: pull portlist service porting into extension, use eventbusBrad Fitzpatrick1-0/+6
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill1-0/+1
2025-08-15types/dnstype, ipn/ipnlocal: allow other DNS resolvers with exit nodesMichael Ben-Ami1-21/+66
2025-06-26ipn/ipnlocal: update PeerByID to return SelfNode and rename it to NodeByID (#...JerryYan1-1/+6
2025-06-18ipn/ipnlocal,wgengine{/magicsock}: replace SetNetworkMap with eventbus (#16299)Jordan Whited1-24/+20
2025-06-16ipn/ipnlocal,wgengine/magicsock: use eventbus for node & filter updates (#16271)Jordan Whited1-5/+35
2025-06-13ipn/ipnlocal: signal nodeBackend readiness and shutdownNick Khyl1-5/+77
2025-05-09ipn/ipnlocal: move nodeBackend methods from local.go to node_backend.goNick Khyl1-0/+447
2025-05-09health, ipn/ipnlocal: add metrics for various client events (#15828)Jonathan Nobels1-0/+11
2025-05-02ipn/ipnlocal: use "nb" consistently as receiver for nodeBackendBrad Fitzpatrick1-52/+52
2025-05-02ipn/ipnlocal: rename localNodeContext to nodeBackendBrad Fitzpatrick1-0/+207