summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2025-10-03ipn/ipnauth: fix a null pointer panic in GetConnIdentityAlex Chan1-2/+3
2025-10-02ipn/ipnlocal: introduce the concept of client-side-reachability (#17367)Simon Law3-2/+112
2025-10-02control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting he...Brad Fitzpatrick1-0/+10
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick7-66/+182
2025-10-02feature/featuretags: make clientmetrics optionalBrad Fitzpatrick1-0/+5
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger4-19/+25
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick9-49/+129
2025-10-01cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376)Andrew Lytvynov1-5/+1
2025-10-01appc,ipn/ipnlocal: add a required event bus to the AppConnector type (#17390)M. J. Fromberger3-6/+18
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl4-4/+11
2025-10-01appc: factor app connector arguments into a Config type (#17389)M. J. Fromberger3-11/+38
2025-10-01tsnet: remove AuthenticatedAPITransport (API-over-noise) supportBrad Fitzpatrick1-57/+0
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-3/+2
2025-10-01ipn/store, feature/condregister: permit callers to empty import optonal ipn s...Brad Fitzpatrick3-2/+21
2025-10-01ipn/ipnlocal: fail test if more notifies are put than expectedJames Sanderson1-3/+13
2025-09-30ipn/ipnlocal: plumb logf into nodeBackendNick Khyl4-14/+18
2025-09-30ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debugBrad Fitzpatrick1-1/+1
2025-09-30feature/featuretags, ipn/conffile: make HuJSON support in config files optionalBrad Fitzpatrick3-9/+17
2025-09-30feature/appconnectors: start making it modularBrad Fitzpatrick4-35/+46
2025-09-30cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ...Brad Fitzpatrick1-1/+1
2025-09-30feature/featuretags: add a catch-all "Debug" feature flagBrad Fitzpatrick7-450/+523
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-1/+2
2025-09-30ipn/ipnlocal: proxy h2c grpc using net/http.Transport instead of x/net/http2Brad Fitzpatrick2-12/+98
2025-09-30ipn/ipnlocal: drop h2c package, use net/http's supportBrad Fitzpatrick2-28/+4
2025-09-30feature/featuretags: add option to turn off DNSBrad Fitzpatrick4-1/+30
2025-09-29ipn/ipnlocal, feature/posture: pull posture out into a modular featureBrad Fitzpatrick2-75/+3
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick8-453/+27
2025-09-29ipn/store, feature/condregister: move AWS + Kube store registration to condre...Brad Fitzpatrick2-43/+0
2025-09-29cmd/tailscale/cli,client,ipn: add appc-routes cli commandFran Bull2-0/+29
2025-09-29feature/sdnotify: move util/systemd to a modular featureBrad Fitzpatrick2-6/+7
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick2-1/+13
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick2-2/+2
2025-09-27util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op...Brad Fitzpatrick2-0/+4
2025-09-26types/dnstype: delete unused func, move other one to its sole callerBrad Fitzpatrick1-2/+38
2025-09-26doctor: add ts_omit_doctor supportBrad Fitzpatrick3-76/+8
2025-09-26ipn/ipnlocal: move last unconditional gvisor import, complete ts_omit_netstac...Brad Fitzpatrick2-60/+74
2025-09-25various: allow tailscaled shutdown via LocalAPINick Khyl4-3/+109
2025-09-25feature/portlist: pull portlist service porting into extension, use eventbusBrad Fitzpatrick6-97/+52
2025-09-25ipn/ipnlocal: do not reset extHost on (*LocalBackend).ShutdownNick Khyl1-3/+1
2025-09-24ipn/ipnlocal: rename misnamed DisablePortMapperForTest to DisablePortPollerFo...Brad Fitzpatrick4-8/+9
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-3/+1
2025-09-24all: use buildfeatures.HasCapture const in a handful of placesBrad Fitzpatrick1-0/+6
2025-09-24feature/featuretags: add build tag to remove captive portal detectionBrad Fitzpatrick2-168/+201
2025-09-23ipn/ipnlocal: fix eventbus data raceBrad Fitzpatrick1-2/+6
2025-09-22ipn/ipnlocal: use eventbus.Monitor in LocalBackend (#17225)M. J. Fromberger1-35/+31
2025-09-21ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peerBrad Fitzpatrick3-3/+12
2025-09-19ipn/ipnlocal: use eventbus.Monitor in expiryManager (#17204)M. J. Fromberger1-22/+14
2025-09-19ipn/ipnlocal: make the redactNetmapPrivateKeys test recursiveAnton Tolchanov1-70/+319
2025-09-19ipn/ipnlocal: add a C2N endpoint for fetching a netmapAnton Tolchanov3-4/+272
2025-09-18control, ipn, tailcfg: enable seamless key renewal by defaultAlex Chan1-4/+4