summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-03-20tailcfg: add DERPRegion anycast fieldsbradfitz/derpy_castBrad Fitzpatrick1-0/+14
2022-03-19tsnet: fix format string/argument mismatch in log outputBrad Fitzpatrick1-3/+4
2022-03-19prober: run all probes once on initial registration.David Anderson2-7/+10
2022-03-19prober: library to build healthchecking probers.David Anderson5-0/+666
2022-03-19all: use strings.Cut even moreBrad Fitzpatrick8-25/+14
2022-03-19ssh/tailssh: start of implementing optional session recordingBrad Fitzpatrick1-5/+193
2022-03-18all: use cibuild.OnJosh Bleecher Snyder3-8/+9
2022-03-18ssh/tailssh_test: skip TestSSH/stdin in CIMaisem Ali1-0/+5
2022-03-18tsweb: add FQDN to Port80Handler to allow HTTPS redirectsMaisem Ali1-10/+12
2022-03-18Makefile: use ./tool/go everywhereMaisem Ali1-9/+9
2022-03-18net/tshttpproxy: ensure we pass the correct flags to WinHttpOpen on Win7 and ...Aaron Klotz3-26/+52
2022-03-18cmd/tailscaled: make build fail nicely on older Go versionsBrad Fitzpatrick11-3/+49
2022-03-17.github/workflows: work around golang/go#51629David Anderson4-9/+34
2022-03-17derp: set Basic Constraints on metacertBrad Fitzpatrick2-0/+15
2022-03-17scripts: install gnupg only when apt-key is neededSimon Deziel1-1/+1
2022-03-17types/views: rename Generic to UnwrapMaisem Ali1-2/+2
2022-03-17ssh/tailssh_test: Skip the env test in CIMaisem Ali1-3/+5
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder88-204/+204
2022-03-17go.mod: upgrade to the latest wireguard-goJosh Bleecher Snyder5-15/+25
2022-03-17tsnet: add some usability polish, remove WIP env var restrictionBrad Fitzpatrick1-23/+126
2022-03-17syncs: use TryLock and TryRLock instead of unsafeJosh Bleecher Snyder3-37/+11
2022-03-17cmd/tailscaled: fail early with nice error on macOS with go1.18Brad Fitzpatrick1-0/+3
2022-03-17go.toolchain.rev: pick up crypto/x509 crash fixJosh Bleecher Snyder1-1/+1
2022-03-16types/views: add generic Slice[T] and remove StringSliceMaisem Ali5-52/+48
2022-03-16cmd/derpprobe: don't alert for smaller failures.Denton Gentry1-1/+80
2022-03-16go.toolchain.rev: update to slightly less forked Go 1.18Josh Bleecher Snyder1-1/+1
2022-03-16go.mod: update to latest certstoreJosh Bleecher Snyder6-7/+11
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick7-31/+17
2022-03-16version: use Go 1.18's git stamping as default implementationBrad Fitzpatrick3-11/+56
2022-03-16go.toolchain.rev: remove second entryJosh Bleecher Snyder1-1/+0
2022-03-16control/controlclient: only build certstore-related code with the Tailscale G...Josh Bleecher Snyder4-8/+6
2022-03-16net/dns/resolver: remove closure allocation explanationJosh Bleecher Snyder1-2/+0
2022-03-16ipn/ipnserver: use strings.CutJosh Bleecher Snyder1-10/+1
2022-03-16util/deephash: remove Tailscale toolchain compatibility shimJosh Bleecher Snyder3-87/+8
2022-03-16wgengine/magicsock: remove final alloc from ReceiveFromJosh Bleecher Snyder3-23/+25
2022-03-16util/netconv: add package to convert between netip and netaddr typesJosh Bleecher Snyder2-0/+139
2022-03-16go.toolchain.rev: upgrade to our Go 1.18 forkJosh Bleecher Snyder1-1/+2
2022-03-16go.toolchain.branch: upgrade to Go 1.18Josh Bleecher Snyder1-1/+1
2022-03-16go.mod: require Go 1.18Josh Bleecher Snyder3-3/+4
2022-03-16go.mod: update golang.org/x/tools and honnef.co/go/toolsJosh Bleecher Snyder2-3/+13
2022-03-16README.md: update current Go releaseJosh Bleecher Snyder1-1/+1
2022-03-16Dockerfile: require Go 1.18Josh Bleecher Snyder1-1/+1
2022-03-16.github/workflows: request Go 1.18Josh Bleecher Snyder14-14/+14
2022-03-16wgengine/magicsock: fix goMajorVersion for 1.18 ts releaseJosh Bleecher Snyder1-1/+8
2022-03-16cmd/tailscale: add file get options for dealing with existing filesDavid Eger1-28/+116
2022-03-16wgengine: handle nil netmaps when assigning isSubnetRouter.Maisem Ali1-4/+4
2022-03-15github/windows: improve caching in -race builder (#4172)James Tucker1-4/+15
2022-03-14logtail: add Logger.PrivateID accessorBrad Fitzpatrick1-0/+7
2022-03-14github/windows: improve cache performance (#4171)James Tucker1-4/+12
2022-03-14tailcfg: add field to allow LocalPortForwarding in SSHActionMaisem Ali2-9/+16