summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/node_backend.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-16appc,feature/conn25: prevent clients from forwarding DNS requests andMichael Ben-Ami1-1/+1
2026-03-23ipn/ipnlocal: add a map for node public key to node ID lookups (#19051)Amal Bansode1-13/+38
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick1-2/+1
2026-02-10magicsock, ipnlocal: revert eventbus-based node/filter updates, remove Synchr...Brad Fitzpatrick1-18/+0
2026-02-10net/dns, ipn/local: skip health warnings in dns forwarder when accept-dns is ...Jonathan Nobels1-2/+3
2026-01-30net/dns,ipn/ipnlocal: add nodecap to resolve subdomains (#18258)Fernando Serboncini1-0/+12
2026-01-26appc,ipn/ipnlocal: Add split DNS entries for conn25 peersFran Bull1-0/+21
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18types/netmap,*: remove some redundant fields from NetMapBrad Fitzpatrick1-1/+1
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-11-13feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap (#17881)Jordan Whited1-4/+9
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