summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-10-21cmd/derper, net/netcheck: add challenge/response to generate_204 endpointAndrew Dunham2-0/+77
2022-10-21net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita4-1/+5
2022-10-21ipn/ipnlocal: fix E.G.G. port number accountingBrad Fitzpatrick1-1/+1
2022-10-21cmd/tailscale: correct --cpu-profile help textDenton Gentry1-1/+1
2022-10-21cmd/tailscale, ipn: enable debug logs when --report flag is passed to bugrepo...Andrew Dunham1-16/+31
2022-10-09cmd/ssh-auth-none-demo: add demo SSH server that acts like Tailscale SSHBrad Fitzpatrick1-0/+171
2022-10-06cmd/tsconnect: close the SSH session an unload event instead of beforeunloadMihai Parparita1-5/+5
2022-10-05net/tstun: instrument Wrapper with statistics gathering (#5847)Joe Tsai1-0/+1
2022-10-04cmd/pgproxy: link to blog post at the top.David Anderson1-1/+3
2022-10-04cmd/tsconnect: switch to non-beta versions of xterm and related packagesMihai Parparita2-15/+15
2022-10-04cmd/pgproxy: open-source our postgres TLS-enforcing proxy.David Anderson2-0/+406
2022-10-04wgengine/magicsock: make debug-level stuff not logged by defaultBrad Fitzpatrick1-0/+33
2022-10-04cmd/tailscale/cli: add --record flag to bugreport (#5826)Andrew Dunham1-0/+19
2022-10-04wgengine: don't re-allocate trimmedNodes map (#5825)Andrew Dunham1-0/+1
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita3-4/+3
2022-09-29all: fix spelling mistakesJosh Soref9-12/+12
2022-09-29cmd/tailscale, client, ipn, tailcfg: add network lock modify commandAdrian Dewhurst1-28/+88
2022-09-28cmd/tailscaled, util/winutil: log Windows service diagnostics when the wintun...Aaron Klotz4-1/+12
2022-09-26all: fix resource leaks with missing .Close() callsEmmanuel T Odeke1-1/+1
2022-09-26ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics}Brad Fitzpatrick1-0/+1
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham2-2/+19
2022-09-23net/speedtest: retune to meet iperf on localhost in a VMJames Tucker1-1/+2
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-0/+1
2022-09-22cmd/tailscaled: use explicit equal sign in --port=$PORT in tailscaled.serviceBrad Fitzpatrick1-1/+1
2022-09-21cmd/tsconnect: add error callback for SSH sessionsMihai Parparita2-2/+3
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-1/+1
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham1-0/+3
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-17cmd/tailscaled: respect $PORT on all platforms, not just LinuxBrad Fitzpatrick1-1/+16
2022-09-17envknob, health: support Synology, show parse errors in statusBrad Fitzpatrick2-7/+5
2022-09-16envknob: generalize Windows tailscaled-env.txt supportBrad Fitzpatrick2-0/+11
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham1-1/+9
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun9-19/+10
2022-09-15cmd/derper, control/controlhttp: disable WebSocket compressionMihai Parparita1-0/+6
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick2-6/+5
2022-09-14cmd/tsconnect: use the parent window for `beforeunload` event listenerMihai Parparita1-6/+4
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick1-0/+6
2022-09-12cmd/tsconnect: allow xterm.js terminal options to be passed inMihai Parparita1-2/+4
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-12cmd/derper: add /generate_204 endpoint (#5601)Andrew Dunham1-1/+10
2022-09-09cmd/tsconnect: enable web links addon in the terminalMihai Parparita4-1/+19
2022-09-09cmd/tsconnect: switch back to public version of xterm npm packageMihai Parparita2-4/+5
2022-09-09cmd/derper: add robots.txt to disallow allBrad Fitzpatrick1-0/+3
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick1-2/+2
2022-09-08cmd/tsconnect: temporarily switch to xterm.js fork that handles popup windowsMihai Parparita4-24/+74