summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2021-10-12net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard...Aaron Klotz2-47/+47
2021-10-12ipn/store/aws, cmd/tailscaled: add AWS SSM ipn.StateStore implementationMaxime VISONNEAU2-1/+58
2021-10-11cmd/derpprobe: fix fmt bugBrad Fitzpatrick1-1/+1
2021-10-11cmd/derpprobe: also do UDP STUN probingBrad Fitzpatrick1-14/+83
2021-10-06cmd/tailscale: add up --qr to show QR codeBrad Fitzpatrick2-2/+23
2021-10-06cmd/tailscaled: set the correct flag for receiving Windows session change eventsAaron Klotz1-6/+7
2021-10-06cli: web advertise exit node buttonDavid Crawshaw4-32/+144
2021-10-04cmd/tailscale: let certs/keys be written to stdout, warn about macOS sandboxBrad Fitzpatrick1-20/+52
2021-10-04cmd/tailscale: make netcheck work when logged outBrad Fitzpatrick1-1/+5
2021-10-01cmd/tailscale: make cert subcommand give hints on access deniedBrad Fitzpatrick1-0/+4
2021-09-30cmd/tailscale/cli: fix typo in cert usageBrad Fitzpatrick1-1/+1
2021-09-29cmd/tailscale: make cert give hints on usage failureBrad Fitzpatrick1-1/+14
2021-09-29cmd/tailscaled: rename outbound HTTP proxy flagBrad Fitzpatrick1-1/+1
2021-09-29cmd/tailscale: let up --authkey be of form file:/path/to/secretBrad Fitzpatrick1-5/+22
2021-09-29cmd/tailscaled: conditionally flush Windows DNS cache on SessionChangeAaron Klotz1-0/+22
2021-09-28all: disable TCP keep-alives on iOS/AndroidBrad Fitzpatrick2-0/+2
2021-09-28cmd/tailscaled: add support for running an HTTP proxyBrad Fitzpatrick3-18/+112
2021-09-28cmd/tailscaled: set StateDirectoryMode=0700 in tailscaled.serviceBrad Fitzpatrick1-1/+1
2021-09-24cmd/tailscale: add debug -envBrad Fitzpatrick1-0/+8
2021-09-23cmd/tailscale: make debug profiling output - mean stdoutBrad Fitzpatrick1-6/+24
2021-09-23ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug commandBrad Fitzpatrick2-1/+29
2021-09-23cmd/tailscale/web: support TLS from env vars.Denton Gentry1-2/+39
2021-09-22cmd/tailscaled: appease a security scannerBrad Fitzpatrick1-1/+8
2021-09-22go.mod: bump github.com/klauspost/compress to 1.13.6David Anderson1-1/+2
2021-09-22ipn, paths: ensure that the state directory for Windows has the correct permsAaron Klotz2-2/+2
2021-09-17util/codegen: reorder AssertStructUnchanged argsJosh Bleecher Snyder1-1/+1
2021-09-17util/codegen: add ContainsPointersJosh Bleecher Snyder1-36/+5
2021-09-17cmd/cloner: unify switch casesJosh Bleecher Snyder1-3/+1
2021-09-17util/codegen: add NamedTypesJosh Bleecher Snyder1-26/+4
2021-09-17cmd/cloner: delete some debug codeJosh Bleecher Snyder1-4/+0
2021-09-17cmd/cloner: simplify codeJosh Bleecher Snyder1-77/+79
2021-09-17cmd/cloner: add Clone context to regen struct assignmentsJosh Bleecher Snyder1-1/+1
2021-09-17util/codegen: add AssertStructUnchangedJosh Bleecher Snyder1-18/+1
2021-09-17util/codegen: add packageJosh Bleecher Snyder1-8/+2
2021-09-16cmd/tailscale: make status show health check problemsBrad Fitzpatrick1-1/+9
2021-09-15cmd/cloner: reduce diff noise when changing commandJosh Bleecher Snyder1-3/+3
2021-09-14cmd: upgrade to ffcli v3Josh Bleecher Snyder16-19/+19
2021-09-13cmd/derper: refactor STUN path for testing, add serverSTUN benchmarkBrad Fitzpatrick2-24/+66
2021-09-11cmd/tailscaled: disable netns earlier in userspace-networking modeBrad Fitzpatrick1-4/+4
2021-09-09cmd/tailscaled: disable netns in userspace-networking modeBrad Fitzpatrick1-0/+4
2021-09-08cmd/derper: fix real staticcheck failure from prior commitBrad Fitzpatrick1-1/+2
2021-09-08cmd/derper: support manual TLS certificate mode (#2793)Silver Bullet2-16/+103
2021-09-07all: update tests to use tstest.MemLoggerBrad Fitzpatrick1-5/+3
2021-09-07cmd/tailscale: fix "tailscale ip $self-host-hostname"Brad Fitzpatrick3-12/+33
2021-09-07cmd/tailscale: fix typo/pasteo in error message textBrad Fitzpatrick1-1/+1
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson2-2/+2
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson2-2/+2
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson2-2/+2
2021-09-02metrics: optimize CurrentFDs to not allocate on LinuxBrad Fitzpatrick2-2/+2
2021-09-02cmd/derper: increase port 80's WriteTimeout to permit longer CPU profilesBrad Fitzpatrick1-4/+8