summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-10-22DERP JWT POCpercy/derp-jwtPercy Wegmann6-18/+97
2024-10-22net/netcheck: add a Now field to the netcheck ReportAndrew Dunham3-7/+24
2024-10-22health: fix spurious warning about DERP home region '0'Brad Fitzpatrick1-1/+5
2024-10-21net/tstun: use /10 as subnet for TAP mode; read IP from netmapMaisem Ali2-23/+54
2024-10-21net/tstun: restore tap mode functionalityMaisem Ali6-90/+88
2024-10-21cmd/viewer: import types/views when generating a getter for a map fieldNick Khyl3-0/+84
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo3-20/+32
2024-10-21scripts/installer.sh: allow Archcraft for Arch packages (#13870)Erisa A1-1/+1
2024-10-20derp: track client-advertised non-ideal DERP connections in more placesBrad Fitzpatrick5-7/+36
2024-10-19net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840)Andrea Gottardo7-2/+192
2024-10-18release/dist: clamp min / max version for synology package centre (#13857)Mario Minardi1-2/+16
2024-10-18net/netcheck: remove arbitrary deadlines from GetReport() tests (#13832)Jordan Whited1-2/+29
2024-10-18ipn/{ipnauth,ipnlocal,ipnserver}: send the auth URL to the user who started i...Nick Khyl8-53/+762
2024-10-18derp: add sclient write deadline timeout metric (#13831)Jordan Whited1-0/+6
2024-10-18derp: give trusted mesh peers longer write timeoutsBrad Fitzpatrick1-1/+14
2024-10-17scripts/installer.sh: support DNF5Andrew Dunham1-2/+34
2024-10-17tool/gocross: add support for tvOS Simulator (#13847)Andrea Gottardo1-1/+5
2024-10-16cmd/tailscale,ipn,tailcfg: add `tailscale advertise` subcommand behind envkno...Naman Sood9-2/+130
2024-10-16ipn/ipnlocal: error when trying to use exit node on unsupported platform (#13...Mario Minardi7-63/+80
2024-10-16wgengine/magicsock: fix CI-only test warning of missing health trackerBrad Fitzpatrick1-0/+2
2024-10-16cmd/tsconnect, logpolicy: fixes for wasm_js.goChristian2-0/+7
2024-10-16util/syspolicy: add rsop package that provides access to the resultant policyNick Khyl9-18/+1834
2024-10-15cmd/derpprobe: add /healthz endpointAndrew Dunham1-0/+5
2024-10-15hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (...Tom Proctor5-4/+37
2024-10-14licenses: update license noticesLicense Updater4-6/+2
2024-10-14{net/connstats,wgengine/magicsock}: fix packet counting in connstatsKristoffer Dalby4-15/+15
2024-10-14wgengine: instrument with usermetricsKristoffer Dalby7-23/+509
2024-10-14tstest: avoid Fatal in ResourceCheck to show panic (#13790)Paul Scott1-2/+6
2024-10-11ssh/tailssh: calculate passthrough environment at latest possible stagePercy Wegmann1-15/+37
2024-10-11types/bools: add Compare to compare boolean values (#13792)Joe Tsai2-0/+38
2024-10-11net/dns/resolver: add tests for using a forwarder with multiple upstream reso...Nick Khyl1-45/+190
2024-10-11net/dns/resolver: update (*forwarder).forwardWithDestChan to always return an...Nick Hill3-16/+15
2024-10-11net/dns/resolver: translate 5xx DoH server errors into SERVFAIL DNS responsesNick Hill1-0/+4
2024-10-11net/dns/resolver: forward SERVFAIL responses over PeerDNSNick Hill2-9/+2
2024-10-11client/tailscale,cmd/{cli,get-authkey,k8s-operator}: set distinct User-AgentsPercy Wegmann5-7/+14
2024-10-10net/netcheck: fix netcheck cli-triggered nil pointer deref (#13782)Jordan Whited1-1/+1
2024-10-10VERSION.txt: this is v1.77.0 (#13779)v1.77.0-preJonathan Nobels1-1/+1
2024-10-10ipn/conffile: don't depend on hujson on iOS/AndroidBrad Fitzpatrick3-2/+37
2024-10-10tsnet: fix panic caused by logging after test finishesAndrew Dunham1-1/+1
2024-10-10clientupdate: don't link distsign on platforms that don't downloadBrad Fitzpatrick7-20/+42
2024-10-10k8s-operator/apis: revert ProxyGroup readiness cond name change (#13770)Irbe Krumina1-1/+1
2024-10-09clientupdate, ipn/localapi: don't use google/uuid, thin iOS depsBrad Fitzpatrick7-210/+219
2024-10-09safesocket: don't depend on go-ps on iOSBrad Fitzpatrick2-1/+2
2024-10-09control/controlhttp: don't link ts2021 server + websocket code on iOSBrad Fitzpatrick2-3/+7
2024-10-09taildrop: fix defer in loop (#13757)Joe Tsai1-1/+1
2024-10-09syncs: allocate map with Map.WithLock (#13755)Joe Tsai1-0/+3
2024-10-09syncs: delete Map.Range, update callers to iteratorsBrad Fitzpatrick5-32/+11
2024-10-09util/vizerror: add WrapWithMessagePercy Wegmann2-13/+67
2024-10-09syncs: add iterators to Map (#13739)Joe Tsai1-0/+48
2024-10-09cmd/k8s-operator,k8s-operator/apis: set a readiness condition on egress Servi...Irbe Krumina5-14/+420