| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-09-29 | tsnet: add a test for restarting a tsnet server, fix Windows | Brad Fitzpatrick | 2 | -1/+53 |
| 2023-09-28 | ipn: use NodeCapMap in CheckFunnel | Maisem Ali | 1 | -1/+1 |
| 2023-09-17 | wgengine, proxymap: split out port mapping from Engine to new type | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-17 | types/netmap: start phasing out Addresses, add GetAddresses method | Brad Fitzpatrick | 1 | -1/+3 |
| 2023-09-12 | wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interface | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-09-11 | control/controlknobs, all: add plumbed Knobs type, not global variables | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-09-10 | all: depend on zstd unconditionally, remove plumbing to make it optional | Brad Fitzpatrick | 1 | -3/+0 |
| 2023-08-31 | tsnet: remove redundant ephemeral logout on close | Brad Fitzpatrick | 1 | -9/+0 |
| 2023-08-24 | client/web: add self node cache | Sonia Appasamy | 1 | -1/+3 |
| 2023-08-24 | client/web: cache csrf key when running in CGI mode | Will Norris | 1 | -1/+4 |
| 2023-08-23 | all: replace deprecated ioutil references | Marwan Sulaiman | 1 | -2/+1 |
| 2023-08-21 | tsnet: add support for clientmetrics. | Denton Gentry | 1 | -1/+3 |
| 2023-08-18 | tsnet/example/web-client: listen on localhost | Will Norris | 1 | -7/+3 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-08-10 | client/web: add barebones vite dev setup | Sonia Appasamy | 1 | -1/+2 |
| 2023-08-10 | tsnet: add new example serving the Tailscale web client | Will Norris | 1 | -0/+44 |
| 2023-08-09 | tailscale/cli: add interactive flow for enabling Funnel | Sonia Appasamy | 1 | -0/+4 |
| 2023-08-08 | util/testenv: add new package to hold InTest | Maisem Ali | 1 | -4/+2 |
| 2023-07-19 | tsnet: add examples (#8289) | Xe Iaso | 2 | -0/+284 |
| 2023-07-10 | logpolicy, various: allow overriding log function | Andrew Dunham | 1 | -1/+1 |
| 2023-07-07 | tsnet: mark TestLoopbackLocalAPI as flakey | Charlotte Brandhorst-Satzkorn | 1 | -0/+1 |
| 2023-06-30 | tsnet: add TestLoopbackSOCKS5 as flaky test | KevinLiang10 | 1 | -0/+2 |
| 2023-06-26 | tsnet: expose field to configure Wireguard port | Tom DNetto | 1 | -2/+7 |
| 2023-06-21 | tsnet: remove extra wording from Store comment | Aaron Bieber | 1 | -1/+1 |
| 2023-06-11 | net/tstun, tsnet: make happier on WASI | Brad Fitzpatrick | 1 | -1/+11 |
| 2023-06-06 | tsnet: document how to use Dir with multiple servers per process (#8286) | Xe Iaso | 1 | -0/+6 |
| 2023-05-10 | tsnet: reenable TestLoopbackSOCKS5 on Windows | James Tucker | 1 | -5/+0 |
| 2023-05-04 | tsd: add package with System type to unify subsystem init, discovery | Brad Fitzpatrick | 1 | -10/+10 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -3/+3 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -9/+9 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -1/+1 |
| 2023-04-17 | net/dnsfallback: more explicitly pass through logf function | Mihai Parparita | 1 | -20/+0 |
| 2023-04-14 | tsnet: disable TestLoopbackSOCKS5 on Windows | James Tucker | 1 | -0/+5 |
| 2023-03-27 | tsnet,wgenegine/netstack: add test and fix resource leaks | Maisem Ali | 2 | -1/+13 |
| 2023-03-24 | tsnet: support TS_AUTH_KEY variant too | Maisem Ali | 1 | -1/+4 |
| 2023-03-23 | all: pass log IDs as the proper type rather than strings | Will Norris | 1 | -3/+3 |
| 2023-03-15 | tsnet: add test for Funnel connections | Maisem Ali | 2 | -15/+229 |
| 2023-03-15 | tsnet: do not start logtail in tests | Maisem Ali | 1 | -37/+50 |
| 2023-03-13 | tsnet: avoid deadlock on close | Maisem Ali | 2 | -8/+48 |
| 2023-03-13 | all: replace /kb/ links with /s/ equivalents | Maisem Ali | 1 | -2/+2 |
| 2023-03-13 | cmd/k8s-operator: require HTTPS to be enabled for AuthProxy | Maisem Ali | 1 | -1/+1 |
| 2023-03-12 | various: pass logger.Logf through to more places | Andrew Dunham | 1 | -0/+20 |
| 2023-03-11 | tsnet: add CertDomains helper (#7533) | Maisem Ali | 2 | -0/+18 |
| 2023-03-11 | tsnet/tsnet: clear ipn.ServeConfig on Up for tsnet apps (#7534) | shayne | 1 | -0/+8 |
| 2023-03-11 | ipn: add Funnel port check from nodeAttr | Maisem Ali | 2 | -13/+18 |
| 2023-03-11 | tsnet: add ListenFunnel | Maisem Ali | 2 | -125/+186 |
| 2023-03-09 | ipn/ipnlocal: add support for funnel in tsnet | Maisem Ali | 2 | -0/+153 |
| 2023-03-07 | tsnet: only intercept TCP flows that have listeners | Maisem Ali | 2 | -13/+10 |
| 2023-03-07 | tsnet: explicit message for panic seen in CI | David Crawshaw | 1 | -1/+6 |
| 2023-03-06 | cmd/sniproxy: draw the rest of the DNS owl. | Denton Gentry | 2 | -0/+58 |