summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-11-03tstest: ignore certain goroutines in ResourceCheckandrew/tstest-goroutine-ignoreAndrew Dunham5-3/+1392
2022-11-02prober: fix test flakeAndrew Dunham1-1/+31
2022-11-01control/controlclient, tailcfg: add support for EarlyNoise payload before http/2Brad Fitzpatrick3-22/+162
2022-11-01cmd/tailscale/cli: hide old, useless --host-routes flagBrad Fitzpatrick2-1/+4
2022-11-01types/pad32: delete packageBrad Fitzpatrick6-16/+5
2022-11-01Fix vm ci tests clogging in fork repository pull requestAoang1-1/+1
2022-11-01ssh/tailssh: use root / as cmd.Dir when users HomeDir doesn't existMaisem Ali1-1/+10
2022-10-31cmd/tsconnect: fix null pointer dereference when DNS lookups failMihai Parparita1-0/+4
2022-10-31licenses: update win/apple licensesLicense Updater1-1/+1
2022-10-31wgengine/netstack: use 72h as the KeepAlive Idle time for Tailscale SSHMaisem Ali1-4/+13
2022-10-31cmd,ipn/ipnlocal,tailcfg: implement TKA disablementTom DNetto12-38/+322
2022-10-31scripts/install.sh: add RHEL7.Denton Gentry1-2/+6
2022-10-31scripts/installer.sh: add Debian Sid (rolling release)Denton Gentry1-1/+4
2022-10-31scripts/install.sh: add openSUSE Leap 15.4Denton Gentry1-0/+1
2022-10-30client/tailscale/apitype, tailcfg: delete never used mysterious PerDomain fieldBrad Fitzpatrick4-7/+0
2022-10-30cmd/tailscale/cli: flesh out "tailscale ssh" CLI docsBrad Fitzpatrick1-1/+17
2022-10-30cmd/tailscale/cli: make set without args print usageBrad Fitzpatrick1-2/+1
2022-10-30cmd/tailscale/cli: make set's usage match up's, other than defaultsBrad Fitzpatrick1-47/+6
2022-10-30control/controlclient: add start of noise+http2 upgrade testBrad Fitzpatrick1-0/+125
2022-10-30net/dns: getting base DNS config is not supported on macOSAnton Tolchanov1-2/+1
2022-10-29ipn/ipnlocal: add tags and a few other details to self statusAnton Tolchanov1-32/+33
2022-10-28control/controlclient: refactor noiseClient, connections, http2Brad Fitzpatrick1-23/+81
2022-10-28ipn/ipnlocal: fix a log line having function pointers instead of valuesMihai Parparita1-1/+1
2022-10-28wgengine: perform router reconfig for netlog-only changes (#6118)Joe Tsai1-0/+1
2022-10-28control/controlhttp: remove ClientConn.UntrustedUpgradeHeadersBrad Fitzpatrick3-23/+11
2022-10-28cmd/netlogfmt: handle any stream of network logs (#6108)Joe Tsai3-127/+215
2022-10-28wgengine/netlog: enforce hard limit on network log message sizes (#6109)Joe Tsai1-0/+13
2022-10-28wgengine/netlog: embed the StableNodeID of the authoring node (#6105)Joe Tsai7-8/+20
2022-10-27wgengine/magicsock: gather physical-layer statistics (#5925)Joe Tsai4-6/+106
2022-10-27control/controlhttp: add AcceptHTTP hook to add coalesced Server->Client writeBrad Fitzpatrick2-15/+128
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai11-91/+112
2022-10-27wgengine/winnet: invoke some COM methods directly instead of through IDispatch.Aaron Klotz1-18/+54
2022-10-27types/key: add missing ChallengePublic.UnmarshalTextBrad Fitzpatrick2-0/+22
2022-10-26tka, types/key: add NLPublic.KeyIDAdrian Dewhurst2-0/+43
2022-10-26docs/webhooks: add sample endpoint codeSonia Appasamy1-0/+149
2022-10-26net/interfaces: don't dereference null pointer if no destination/netmaskAndrew Dunham1-10/+15
2022-10-25cmd/tailscale/cli: add beginnings of `tailscale set`Maisem Ali6-13/+260
2022-10-25wgengine/netstack: enable TCP SACK (#6066)Jordan Whited1-0/+5
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita3-2/+108
2022-10-25ipn/ipnlocal: set prefs before calling tkaSyncIfNeededMaisem Ali1-15/+13
2022-10-25cmd/nginx-auth: add experimental status badge to READMEWill Norris1-0/+2
2022-10-25portlist: use win32 calls instead of running netstat process [windows]Brad Fitzpatrick3-29/+102
2022-10-25shell.nix: add graphvizAndrew Dunham1-0/+2
2022-10-25licenses: update win/apple licensesLicense Updater2-2/+2
2022-10-25cmd/nginx-auth: increment version.nginx-auth-0.1.2Denton Gentry1-1/+1
2022-10-24ipn/ipnlocal: make EditPrefs strip private keys before returningMaisem Ali3-23/+88
2022-10-24types/persist: add PublicNodeKey helperMaisem Ali4-7/+12
2022-10-24ipn/ipnlocal: use ipn.PrefsViewMaisem Ali11-184/+181
2022-10-24ipn/prefs: add viewsMaisem Ali5-2/+231
2022-10-24net/interfaces: don't call GetList in List.ForeachInterfaceAndrew Dunham1-4/+0