summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-09-29version/updates: start of version updates policy packagebradfitz/updatesBrad Fitzpatrick3-0/+116
2021-09-29go.mod: bump golang.org/x/tools from 0.1.6 to 0.1.7dependabot[bot]2-3/+3
2021-09-28all: disable TCP keep-alives on iOS/AndroidBrad Fitzpatrick6-3/+40
2021-09-28cmd/tailscaled: add support for running an HTTP proxyBrad Fitzpatrick8-18/+117
2021-09-28wgengine/netstack: include DNS.ExtraRecords in DNSMapBrad Fitzpatrick1-0/+10
2021-09-28cmd/tailscaled: set StateDirectoryMode=0700 in tailscaled.serviceBrad Fitzpatrick1-1/+1
2021-09-28go.mod: bump github.com/creack/pty from 1.1.15 to 1.1.16dependabot[bot]2-3/+3
2021-09-27wgengine/monitor: ignore ipsec link monitor events on iOS/macOSBrad Fitzpatrick1-1/+1
2021-09-27paths: skip unix chmod if state directory is already 0700Brad Fitzpatrick1-4/+16
2021-09-27ipn{,/localapi,ipnlocal}: infer cert dir from state file locationBrad Fitzpatrick3-8/+25
2021-09-27.github: revert dependabot change for vm builderDavid Crawshaw1-1/+1
2021-09-27go.mod: bump github.com/pkg/sftp from 1.13.3 to 1.13.4dependabot[bot]2-9/+6
2021-09-24ipn: test TestFileStore in a fresh subdirectoryBrad Fitzpatrick1-15/+8
2021-09-24ipn, paths: unconditionally attempt to set state dir perms, but only if the s...Aaron Klotz3-8/+15
2021-09-24safesocket: actually fix CLI on macsys buildBrad Fitzpatrick1-6/+10
2021-09-24cmd/tailscale: add debug -envBrad Fitzpatrick1-0/+8
2021-09-24safesocket: fix CLI for macsys GUI variantBrad Fitzpatrick1-1/+45
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 Fitzpatrick5-1/+91
2021-09-23cmd/tailscale/web: support TLS from env vars.Denton Gentry1-2/+39
2021-09-23go.mod: bump github.com/frankban/quicktest from 1.13.0 to 1.13.1dependabot[bot]2-5/+8
2021-09-23go.mod: bump github.com/google/uuid from 1.1.2 to 1.3.0dependabot[bot]2-2/+3
2021-09-23go.mod: bump x/toolsBrad Fitzpatrick2-1/+3
2021-09-23go.mod: bump golang.zx2c4.com/wireguard/windows from 0.3.16 to 0.4.9dependabot[bot]2-17/+18
2021-09-22cmd/tailscaled: appease a security scannerBrad Fitzpatrick1-1/+8
2021-09-22ipn: don't log IPN messages that may contain an authkey.David Anderson1-2/+2
2021-09-22go.mod: bump github.com/gliderlabs/ssh from 0.3.2 to 0.3.3dependabot[bot]2-3/+3
2021-09-22go.mod: bump github.com/creack/pty from 1.1.9 to 1.1.15dependabot[bot]2-2/+3
2021-09-22go.mod: bump github.com/godbus/dbus/v5 from 5.0.4 to 5.0.5dependabot[bot]2-3/+3
2021-09-22go.mod: bump github.com/miekg/dns from 1.1.42 to 1.1.43dependabot[bot]2-3/+3
2021-09-22go.mod: bump github.com/pkg/sftp from 1.13.0 to 1.13.3dependabot[bot]2-6/+8
2021-09-22.github: Bump actions/setup-go from 1 to 2.1.4dependabot[bot]14-14/+14
2021-09-22.github: add dependabot config to update go.mod and github actions.David Anderson1-0/+16
2021-09-22net/dnsfallback: update static map for new derp11.David Anderson1-4/+4
2021-09-22go.mod: bump github.com/klauspost/compress to 1.13.6David Anderson3-7/+5
2021-09-22Merge pull request #2893 from tailscale/aaron/programdata-perms-2Aaron Klotz7-4/+175
2021-09-22ipn, paths: ensure that the state directory for Windows has the correct permsAaron Klotz7-4/+175
2021-09-21client/tailscale/example/servetls: add demo program for docsBrad Fitzpatrick1-0/+29
2021-09-21github: add code security scanningDave Anderson1-0/+71
2021-09-20logpolicy: don't use C:\ProgramData use for tailscale-ipn GUI's log dirBrad Fitzpatrick3-40/+90
2021-09-20version: fix CmdName on the tailscale-ipn.exe binaryBrad Fitzpatrick2-2/+27
2021-09-19wgengine: flush DNS cache after major link change.Denton Gentry4-2/+32
2021-09-19ipn/ipnserver, paths, logpolicy: move Window config files out of %LocalAppData%Denton Gentry5-14/+115
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick5-1/+39
2021-09-17util/codegen: reorder AssertStructUnchanged argsJosh Bleecher Snyder2-3/+3
2021-09-17util/codegen: add ContainsPointersJosh Bleecher Snyder2-36/+40
2021-09-17cmd/cloner: unify switch casesJosh Bleecher Snyder1-3/+1
2021-09-17util/codegen: add NamedTypesJosh Bleecher Snyder2-26/+34
2021-09-17cmd/cloner: delete some debug codeJosh Bleecher Snyder1-4/+0
2021-09-17cmd/cloner: simplify codeJosh Bleecher Snyder1-77/+79