summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/node_backend.go
AgeCommit message (Expand)AuthorFilesLines
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