summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net/netns: use AF_ROUTE socket to determine what to bind toandrew/netns-macos-routeAndrew Dunham2-4/+84
2022-09-21wgengine/netstack: always respond to 4via6 echo requests (#5712)Andrew Dunham2-49/+68
2022-09-21Revert "licenses: update win/apple licenses"Will Norris1-1/+1
2022-09-21licenses: update win/apple licensesLicense Updater1-1/+1
2022-09-21ipn/ipnlocal: return usernames when Tailscale SSH is enabledMaisem Ali3-8/+32
2022-09-21cmd/tsconnect: add error callback for SSH sessionsMihai Parparita2-2/+3
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto16-17/+469
2022-09-21wgengine/netstack: handle 4via6 packets when pinging (#5709)Andrew Dunham2-2/+208
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham5-0/+212
2022-09-20tsweb: export go_version in standard expvar varsBrad Fitzpatrick1-0/+1
2022-09-19cmd/tailscale: fix configure-host command for SynologyBerk D. Demir1-4/+4
2022-09-19cmd/tailscale: remove leftover debug prints from earlier commitBrad Fitzpatrick1-1/+0
2022-09-19cmd/tsconnect: allow SSH connection timeout to be overriddenMihai Parparita3-1/+10
2022-09-19cmd/tailscale/cli: [up] move lose-ssh check after other validationsMaisem Ali4-27/+195
2022-09-19tailcfg: mark CapabilityFileSharingTarget as inter-nodeMaisem Ali2-11/+21
2022-09-19ipn/ipnlocal: add c2n method to get SSH username candidatesBrad Fitzpatrick5-2/+161
2022-09-18.github/workflows: add cross-androidBrad Fitzpatrick1-0/+54
2022-09-18wgengine/magicsock: fix recently introduced data raceBrad Fitzpatrick1-4/+5
2022-09-17net/netns: implement UseSocketMark for Android.Denton Gentry1-0/+5
2022-09-17cmd/tailscaled: respect $PORT on all platforms, not just LinuxBrad Fitzpatrick1-1/+16
2022-09-17envknob, health: support Synology, show parse errors in statusBrad Fitzpatrick5-39/+66
2022-09-16wgengine/magicsock: add client flag and envknob to disable heartbeat (#5638)phirework4-5/+24
2022-09-16envknob: generalize Windows tailscaled-env.txt supportBrad Fitzpatrick5-43/+88
2022-09-16Dockerfile: add test that build-env Alpine version matches go.modBrad Fitzpatrick1-0/+34
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham6-56/+141
2022-09-16Update Dockerfile to use golang:1.19-alpineLuis Peralta1-1/+1
2022-09-16Switched Secret snippet to match run.shTyler Lee2-2/+2
2022-09-16Updated secret example in readme to match the sidecar key valueTyler Lee1-1/+1
2022-09-16ipn/{ipnlocal,localapi}: use strs.CutPrefix, add more domain validationBrad Fitzpatrick3-5/+60
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun60-156/+112
2022-09-15derp: update DERP acronym expansionMihai Parparita1-1/+2
2022-09-15cmd/derper, control/controlhttp: disable WebSocket compressionMihai Parparita2-0/+12
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick31-167/+311
2022-09-15wgengine: update comments, remove redundant code in forceFullWireguardConfigBrad Fitzpatrick1-13/+11
2022-09-15ipn/ipnlocal: remove unused envknobBrad Fitzpatrick1-3/+0
2022-09-15net/dnscache: add better logging to bootstrap DNS path (#5640)Andrew Dunham2-1/+136
2022-09-15portlist: normalise space delimited process names (#5634)Kristoffer Dalby2-0/+19
2022-09-14cmd/tsconnect: use the parent window for `beforeunload` event listenerMihai Parparita1-6/+4
2022-09-13net/dns/resolver: remove unused responseTimeout constantMihai Parparita1-3/+0
2022-09-13net/dns: fix fmt error on Revert printnyghtowl1-1/+1
2022-09-13logpolicy: add NewWithConfigPath (#5625)Joe Tsai1-3/+13
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick10-16/+59
2022-09-13wgengine: set fwmark masks in netfilter & ip rulesTom DNetto2-46/+184
2022-09-12cmd/tsconnect: allow xterm.js terminal options to be passed inMihai Parparita1-2/+4
2022-09-12wgengine/magicsock: don't use BPF receive when SO_MARK doesn't work.David Anderson2-3/+9
2022-09-12cmd/tsconnect: allow hostname to be specifiedMihai Parparita2-14/+16
2022-09-12cmd/tsconnect: fix xterm.js link opening not working when rendered into anoth...Mihai Parparita1-1/+3
2022-09-12cmd/tailscale: add licenses link to web UIWill Norris3-8/+16
2022-09-12net/stun: unmap IPv4 addresses in 16 byte STUN repliesBrad Fitzpatrick2-17/+16
2022-09-12cmd/derper: add /generate_204 endpoint (#5601)Andrew Dunham1-1/+10