summaryrefslogtreecommitdiffhomepage
path: root/appc/appconnector_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-10-06appc,ipn/ipnlocal: receive AppConnector updates via the event bus (#17411)M. J. Fromberger1-112/+54
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger1-12/+177
2025-10-01appc,ipn/ipnlocal: add a required event bus to the AppConnector type (#17390)M. J. Fromberger1-20/+40
2025-10-01appc: factor app connector arguments into a Config type (#17389)M. J. Fromberger1-19/+68
2025-02-18appc: fix a deadlock in route advertisements (#15031)Andrew Lytvynov1-0/+58
2025-01-23appc,ipn/ipnlocal: log DNS parsing errors in app connectors (#14607)Andrew Lytvynov1-19/+53
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-2/+2
2024-07-12appc: track metrics for route info storingFran Bull1-0/+33
2024-06-07appc: log how many routes are being writtenFran Bull1-6/+6
2024-06-03appc: log how often routeInfo is storedFran Bull1-0/+49
2024-04-29appc: unadvertise routes when reconfiguring app connectorFran Bull1-2/+168
2024-04-29appc: add flag shouldStoreRoutes and controlknob for itFran Bull1-141/+185
2024-02-01appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r...James Tucker1-0/+82
2024-01-22appc: add test to ensure that individual IPs are not removed during route upd...James Tucker1-2/+35
2024-01-22appc,ipn/ipnlocal: optimize preference adjustments when routes updateCharlotte Brandhorst-Satzkorn1-43/+20
2024-01-18ipn/ipnlocal: make app connector configuration concurrentJames Tucker1-8/+14
2024-01-17appc,ipn/ipnlocal,types/appctype: implement control provided routesJames Tucker1-1/+53
2023-11-15appc: fix DomainRoutes copyJames Tucker1-0/+16
2023-11-09appc: prevent duplication of wildcard entries on map updatesJames Tucker1-1/+13
2023-11-09appc: add support for matching wildcard domainsJames Tucker1-0/+16
2023-11-02appc,cmd/sniproxy,ipn/ipnlocal: split sniproxy configuration code out of appcJames Tucker1-0/+118