| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-16 | appc,feature/conn25: prevent clients from forwarding DNS requests and | Michael Ben-Ami | 2 | -10/+106 |
| 2026-04-13 | all: fix six tests that failed with -count=2 | Brad Fitzpatrick | 1 | -0/+1 |
| 2026-03-09 | appc,feature/conn25: conn25: send address assignments to connector | Fran Bull | 2 | -10/+196 |
| 2026-03-06 | all: use Go 1.26 things, run most gofix modernizers | Brad Fitzpatrick | 1 | -2/+2 |
| 2026-02-20 | appc,feature/conn25,net: Add DNS response interception for conn25 | Fran Bull | 4 | -400/+0 |
| 2026-01-26 | appc,ipn/ipnlocal: Add split DNS entries for conn25 peers | Fran Bull | 2 | -0/+186 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 9 | -9/+9 |
| 2025-12-09 | appc,feature: add the start of new conn25 app connector | Fran Bull | 2 | -0/+298 |
| 2025-11-18 | appc: add ippool type | Fran Bull | 2 | -0/+121 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 1 | -7/+7 |
| 2025-11-16 | syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-10-06 | appc,ipn/ipnlocal: receive AppConnector updates via the event bus (#17411) | M. J. Fromberger | 2 | -174/+103 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 2 | -34/+225 |
| 2025-10-01 | appc,ipn/ipnlocal: add a required event bus to the AppConnector type (#17390) | M. J. Fromberger | 2 | -20/+57 |
| 2025-10-01 | appc: factor app connector arguments into a Config type (#17389) | M. J. Fromberger | 2 | -27/+95 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 3 | -120/+140 |
| 2025-02-18 | appc: fix a deadlock in route advertisements (#15031) | Andrew Lytvynov | 3 | -11/+84 |
| 2025-01-23 | appc,ipn/ipnlocal: log DNS parsing errors in app connectors (#14607) | Andrew Lytvynov | 2 | -29/+64 |
| 2025-01-03 | util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps | Brad Fitzpatrick | 2 | -6/+5 |
| 2024-07-12 | appc: track metrics for route info storing | Fran Bull | 2 | -0/+72 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-06-25 | appc: don't schedule advertisement of 0 routes | Fran Bull | 1 | -2/+4 |
| 2024-06-07 | appc: log how many routes are being written | Fran Bull | 2 | -16/+23 |
| 2024-06-03 | appc: log how often routeInfo is stored | Fran Bull | 2 | -0/+101 |
| 2024-04-29 | appc: setting AdvertiseRoutes explicitly discards app connector routes | Fran Bull | 1 | -0/+10 |
| 2024-04-29 | appc: unadvertise routes when reconfiguring app connector | Fran Bull | 2 | -2/+205 |
| 2024-04-29 | appc: write discovered domains to StateStore | Fran Bull | 1 | -0/+18 |
| 2024-04-29 | appc: add flag shouldStoreRoutes and controlknob for it | Fran Bull | 2 | -143/+203 |
| 2024-04-29 | appc: add RouteInfo struct and persist it to StateStore | Fran Bull | 1 | -0/+13 |
| 2024-02-07 | appc: optimize dns response observation for large route tables | James Tucker | 1 | -16/+40 |
| 2024-02-01 | appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r... | James Tucker | 2 | -41/+197 |
| 2024-01-22 | appc: add test to ensure that individual IPs are not removed during route upd... | James Tucker | 3 | -4/+45 |
| 2024-01-22 | appc,ipn/ipnlocal: optimize preference adjustments when routes update | Charlotte Brandhorst-Satzkorn | 3 | -56/+78 |
| 2024-01-18 | ipn/ipnlocal: make app connector configuration concurrent | James Tucker | 2 | -14/+47 |
| 2024-01-17 | appc,ipn/ipnlocal,types/appctype: implement control provided routes | James Tucker | 2 | -1/+107 |
| 2023-12-19 | appc,ipn: prevent undesirable route advertisements | James Tucker | 1 | -3/+1 |
| 2023-11-15 | appc: fix DomainRoutes copy | James Tucker | 2 | -1/+17 |
| 2023-11-09 | appc: prevent duplication of wildcard entries on map updates | James Tucker | 2 | -1/+14 |
| 2023-11-09 | appc: add support for matching wildcard domains | James Tucker | 2 | -8/+56 |
| 2023-11-07 | tailcfg,ipn,appc: add c2n endpoint for appc domain routes | Charlotte Brandhorst-Satzkorn | 1 | -0/+14 |
| 2023-11-02 | appc,cmd/sniproxy,ipn/ipnlocal: split sniproxy configuration code out of appc | James Tucker | 6 | -704/+16 |
| 2023-11-01 | appc,ipn/ipnlocal: add App Connector domain configuration from mapcap | James Tucker | 2 | -1/+12 |
| 2023-11-01 | appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in ... | James Tucker | 3 | -1/+284 |
| 2023-10-31 | cmd/sniproxy: implement support for control configuration, multiple addresses | Tom DNetto | 1 | -4/+4 |
| 2023-10-19 | appctype: move to types/appctype | Tom DNetto | 2 | -2/+2 |
| 2023-10-19 | appc: implement app connector Server type | Tom DNetto | 4 | -0/+686 |