summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-05-06WIPbradfitz/debug_tstestBrad Fitzpatrick2-0/+6
2024-05-06net/portmapper: add envknob to disable portmapper in localhost integration testsBrad Fitzpatrick2-0/+7
2024-05-06ipn/ipnlocal, tstest/integration: add panic to catch flaky test in the actBrad Fitzpatrick2-3/+24
2024-05-06licenses: update license noticesLicense Updater4-55/+52
2024-05-06all: make more tests pass/skip in airplane modeBrad Fitzpatrick7-15/+28
2024-05-06util/syspolicy: add auto exit node related keys (#11996)Claire Wang2-0/+65
2024-05-05util/set: add Of variant of SetOf that takes variadic parameterBrad Fitzpatrick2-10/+31
2024-05-05tsweb: remove redundant bumpStartIfNeeded funcWill Norris1-7/+8
2024-05-03types/views: add AppendStrings util funcMaisem Ali1-0/+9
2024-05-03types/views: remove duplicate SliceContainsFuncMaisem Ali4-16/+4
2024-05-03tsweb: ensure in-flight requests are always marked as finishedWill Norris1-2/+5
2024-05-03ipn/ipnlocal: reuse transport across Taildrive remotesPercy Wegmann2-20/+16
2024-05-03drive: actually cache results on statcachePercy Wegmann4-24/+39
2024-05-03cmd/k8s-operator: cleanup runReconciler signature (#11993)Irbe Krumina2-43/+86
2024-05-03ipnlocal, magicsock: store last suggested exit node id in local backend (#11959)Claire Wang3-3/+401
2024-05-03tstest/integration/testcontrol: fix data raceBrad Fitzpatrick1-1/+7
2024-05-03ipn/ipnlocal: plumb health.Tracker into profileManager constructorAndrew Dunham8-34/+41
2024-05-03net/netcheck: don't spam on ICMP socket permission denied errorsBrad Fitzpatrick1-6/+14
2024-05-03derp/derphttp: fix netcheck HTTPS probesBrad Fitzpatrick3-12/+49
2024-05-03cmd/derper,tstest/nettest: skip network-needing test in airplane modeBrad Fitzpatrick2-0/+24
2024-05-03ssh/tailssh: plumb health.Tracker in testBrad Fitzpatrick2-1/+3
2024-05-03ssh/tailssh: use ptr.To in testBrad Fitzpatrick1-3/+2
2024-05-03derp/derphttp, net/netcheck: plumb netmon.Monitor to derp netcheck clientBrad Fitzpatrick2-3/+10
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann1-1/+0
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann1-1/+1
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann2-10/+33
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann1-1/+1
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann1-1/+3
2024-05-03drive: use secret token to authenticate access to file server on localhostPercy Wegmann6-53/+135
2024-05-03cmd/k8s-operator/deploy,k8s-operator: document that metrics are unstable (#11...Irbe Krumina4-5/+7
2024-05-02net/dns/resolver: add better error wrappingAndrew Dunham1-4/+14
2024-05-02wgengine: add exit destination logging enable for wgengine logger (#11952)Claire Wang5-9/+15
2024-05-02cmd/{k8s-operator,k8s-nameserver},k8s-operator: update nameserver config with...Irbe Krumina19-49/+723
2024-05-02derp,ipn/ipnlocal: stop calling rand.SeedMaisem Ali2-9/+0
2024-05-01health, ipn/ipnlocal: move more health warning code into health.TrackerBrad Fitzpatrick3-33/+116
2024-05-01net/tstun: rename natConfig to peerConfigAndrew Dunham2-26/+26
2024-05-01net/tstun: refactor natConfig to not be per-familyAndrew Dunham2-99/+80
2024-05-01scripts/installer.sh: remove unnecessary escaping in grep (#11950)Andrew Lytvynov2-3/+5
2024-05-01ssh/tailssh: add integration testPercy Wegmann5-1/+443
2024-05-01net/netmon: remove spammy log statements (#11953)Jonathan Nobels1-2/+0
2024-05-01cmd/tailscale/cli: set localClient.UseSocketOnly during flag parsingPaul Scott2-15/+11
2024-05-01cmd/tailscale/cli/ffcomplete: omit and clean completion resultsPaul Scott2-9/+29
2024-05-01net/netmon: swap to swift-derived defaultRoute on macos (#11936)Jonathan Nobels2-34/+24
2024-05-01cmd/k8s-operator/deploy/chart: allow users to configure additional labels for...Gabe Gorelick2-0/+4
2024-04-30drive: don't allow DELETE on read-only sharesPercy Wegmann2-1/+32
2024-04-30util/slicesx: add AppendMatchingBrad Fitzpatrick2-0/+25
2024-04-30ipn/ipnlocal: reset the dialPlan only when the URL is unchangedAndrew Dunham1-4/+26
2024-04-30types/views: use slices.Contains{,Func}Brad Fitzpatrick1-12/+2
2024-04-30syncs: fix AtomicValue for interface kinds (#11943)Joe Tsai2-6/+68
2024-04-30cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver, make o...Irbe Krumina25-14/+1853