summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-06-25tailcfg: redefine Location.CountryCode as upper casebradfitz/countrycodeBrad Fitzpatrick1-4/+4
2023-06-25syncs: add ShardedMap typeBrad Fitzpatrick2-0/+155
2023-06-24words: ovuliferous was a bit too much, but...Brad Fitzpatrick1-0/+1
2023-06-23tailcfg: add location field to hostinfoCharlotte Brandhorst-Satzkorn4-4/+131
2023-06-23api.md: add info for key description (#8429)phirework1-3/+14
2023-06-23tool/gocross: make gocross behave with pre-release Go toolchainsDavid Anderson1-14/+19
2023-06-23release/dist/synology: remove 'version' field from ui/configDavid Anderson2-2/+1
2023-06-23util/goroutines: let ScrubbedGoroutineDump get only current stackBrad Fitzpatrick4-7/+8
2023-06-23go.toolchain: switch to tailscale.go1.21 (#8415)phirework5-2/+5
2023-06-22wgengine/magicsock: clarify a log message is a warning, not an errorBrad Fitzpatrick1-2/+2
2023-06-21ssh/tailssh: fix double race condition with non-pty command (#8405)Joe Tsai3-44/+69
2023-06-21.github: Bump actions/checkout from 1 to 3dependabot[bot]1-1/+1
2023-06-21VERSION.txt: this is v1.45.0Charlotte Brandhorst-Satzkorn1-1/+1
2023-06-21Revert "ssh/tailssh: change to user directory when running login/command"Brad Fitzpatrick1-10/+10
2023-06-21tsnet: remove extra wording from Store commentAaron Bieber1-1/+1
2023-06-21ipn/ipnlocal: quiet some spammy network lock loggingBrad Fitzpatrick1-2/+4
2023-06-21prober: fix data race when altering derpmap (#8397)valscale1-2/+3
2023-06-21ssh/tailssh: change to user directory when running login/commandDerek Burdick1-10/+10
2023-06-21{cmd/tailscale/cli,ipn}: add http support to tailscale serve (#8358)shayne8-64/+195
2023-06-20types/views: add Slice methods on Slice viewsBrad Fitzpatrick2-0/+27
2023-06-20ipn/ipnlocal: add docs header to serve HTTP proxySonia Appasamy2-0/+5
2023-06-20prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391)valscale1-0/+2
2023-06-20ssh/tailssh: work around lack of scontext in SELinuxMaisem Ali3-14/+28
2023-06-20tka: add function for generating signing deeplinks (#8385)Ross Zurowski2-15/+121
2023-06-19go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-06-19go.mod, net/dns/recursive: update github.com/miekg/dnsAndrew Dunham3-8/+4
2023-06-18Dockerfile.base: install iputilsMaisem Ali1-1/+1
2023-06-17licenses: update android licensesLicense Updater1-3/+3
2023-06-15tool/gocross: properly set simulator deployment target (#8355)Nick O'Neill1-1/+5
2023-06-15licenses: update win/apple licensesLicense Updater2-10/+10
2023-06-14ipn/ipnlocal: add identity headers to HTTP serve proxySonia Appasamy2-6/+180
2023-06-14.github/workflows: Add docker build check (#8345)Claire Wang2-1/+16
2023-06-14Remove unused dependency from dockerfile (#8343)Claire Wang1-2/+1
2023-06-13tka: provide verify-deeplink local API endpoint (#8303)Andrea Gottardo3-0/+209
2023-06-12tailscale ping: note that `-c` can take 0 for infinityGraham Christensen1-1/+1
2023-06-12net/memnet: add optional Listener.NewConn config knobBrad Fitzpatrick1-1/+12
2023-06-12licenses: update win/apple licensesLicense Updater2-2/+2
2023-06-12ipn/ipnlocal,wgengine/netstack: move LocalBackend specifc serving logic to Lo...Maisem Ali4-127/+125
2023-06-12wgengine/netstack: increase maxInFlightConnectionAttemptsDenton Gentry1-1/+1
2023-06-12licenses: update tailscale{,d} licensesLicense Updater1-1/+1
2023-06-12.github: Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0dependabot[bot]1-1/+1
2023-06-11net/tstun, tsnet: make happier on WASIBrad Fitzpatrick2-2/+12
2023-06-11go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick11-9/+18
2023-06-11words: here comes troubleCharlotte Brandhorst-Satzkorn1-1/+2
2023-06-09net/dns/recursive: add initial implementation of recursive DNS resolverAndrew Dunham2-0/+1381
2023-06-09ssh/tailssh: add support for remote/reverse port forwardingMaisem Ali4-22/+47
2023-06-08util/slicesx: add Partition functionAndrew Dunham2-0/+36
2023-06-08wgengine/magicsock: prefer private endpoints to public onesAndrew Dunham2-41/+108
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick16-69/+35