summaryrefslogtreecommitdiffhomepage
path: root/tstest
AgeCommit message (Expand)AuthorFilesLines
2026-01-24tstest/integration/testcontrol: fix unguarded read of DNS configJames Tucker1-4/+7
2026-01-23wf: allow limited broadcast to/from permitted interfaces when using an exit n...Nick Khyl1-0/+3
2026-01-23all: remove AUTHORS file and references to itWill Norris73-74/+74
2026-01-16tsnet: add support for ServicesHarry Harpham1-3/+89
2026-01-08net/portmapper, go.mod: unfork our goupnp dependencyAndrew Dunham1-6/+6
2025-11-26tstest/integration: add integration test for Tailnet LockAlex Chan4-3/+484
2025-11-25tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to...Brad Fitzpatrick3-34/+91
2025-11-23tstest/integration/testcontrol: de-flake TestUserMetricsRouteGaugesAndrew Dunham1-0/+3
2025-11-21portlist,tstest: skip tests on kernels with /proc/net/tcp regressionAndrew Dunham4-1/+97
2025-11-20cmd/tailscaled,ipn: show a health warning when state store fails to open (#17...Andrew Lytvynov6-0/+42
2025-11-19ipn/ipnlocal, tka: compact TKA state after every syncAlex Chan1-2/+2
2025-11-18tka: move RemoveAll() to CompactableChonkAlex Chan1-0/+47
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-3/+3
2025-11-17ipn/ipnlocal: use an in-memory TKA store if FS is unavailableAlex Chan1-0/+6
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick2-6/+106
2025-10-28wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapperBrad Fitzpatrick1-0/+22
2025-10-20tka: created a shared testing library for ChonkAlex Chan2-0/+309
2025-10-20cmd/tailscale: improve the error message for `lock log` with no lockAlex Chan1-0/+40
2025-10-08cmd/tailscale/cli: only print authURLs and device approval URLs onceAlex Chan2-3/+188
2025-10-08tstest/integration: log all the output printed by `tailscale up`Alex Chan2-1/+4
2025-10-08tstest/integration: test `tailscale up` when device approval is requiredAlex Chan3-101/+222
2025-10-06tstest/integration: mark TestPeerRelayPing as flakyAlex Chan1-0/+1
2025-10-03tstest/integration: mark TestClientSideJailing as flakyAlex Chan1-0/+1
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick5-5/+0
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick5-5/+0
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-2/+3
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick2-2/+2
2025-09-27tstest/integration/vms,.github/workflows: bump Ubuntu and NixOS for VM tests ...Irbe Krumina8-204/+14
2025-09-26types/opt: de-weird the API a bit with new True and False constsBrad Fitzpatrick2-2/+2
2025-09-26tstest/integration: deflake TestC2NDebugNetmap, disable service collectionBrad Fitzpatrick2-2/+9
2025-09-26cmd/tailscaled: start implementing ts_omit_netstackBrad Fitzpatrick5-0/+5
2025-09-26all: don't rebind variables in for loopsAlex Chan3-11/+0
2025-09-26cmd/tailscale/cli: fix race condition in `up --force-reauth`Alex Chan1-8/+0
2025-09-26tstest/integration: skip this test rather than commenting it outAlex Chan1-10/+14
2025-09-25tstest/integration: expand the tests for `tailscale up`Alex Chan2-44/+192
2025-09-24derp/derpserver: clean up extraction of derp.Server (#17264)Simon Law2-2/+2
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick2-10/+8
2025-09-23client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tails...Jordan Whited1-1/+44
2025-09-19ipn/ipnlocal: add a C2N endpoint for fetching a netmapAnton Tolchanov2-3/+155
2025-09-19tstest/integration: support multiple C2N handlers in testcontrolAnton Tolchanov2-37/+105
2025-09-15tstest/integration{/testcontrol}: add peer relay integration test (#17103)Jordan Whited3-8/+130
2025-09-11feature/drive: start factoring out Taildrive, add ts_omit_drive build tagBrad Fitzpatrick5-0/+5
2025-09-10tstest/integration/testcontrol: propagate CapVer (#17093)Jordan Whited1-0/+2
2025-09-08utils/expvarx, tstest/integration: mark two tests as known flaky (#17052)Alex Chan1-0/+1
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick5-5/+5
2025-09-02ipn/ipnlocal: use policyclient.Client always, stop using global syspolicy funcsBrad Fitzpatrick1-2/+10
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick1-0/+4
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick5-0/+5
2025-07-29tstest/natlab: fix conn.Close race with conn.ReadFromUDPAddrPort (#16710)Jordan Whited1-89/+23
2025-07-21tstest/integration/testcontrol: include peer CapMaps in MapResponsesRaj Singh2-0/+151