summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-03-01cmd/tailscale: use request Schema+Host for QNAP authLogin.cgirelease-branch/1.36Denton Gentry2-19/+93
2023-02-22VERSION.txt: this is v1.36.2v1.36.2Denton Gentry1-1/+1
2023-02-15net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita6-40/+85
2023-02-08VERSION.txt: this is v1.36.1v1.36.1Denton Gentry1-1/+1
2023-02-08net/interfaces, net/netns: add node attributes to control default interface g...Mihai Parparita6-1/+50
2023-02-08net/netns: add functionality to bind outgoing sockets based on route tableAndrew Dunham5-2/+245
2023-02-08ipn/ipnlocal: handle more edge cases in netmap expiry timerAndrew Dunham3-28/+252
2023-02-08cmd/get-authkey: add an OAuth API client to produce an authkeyDenton Gentry2-0/+73
2023-02-07logtail: increase maximum log line size in low memory modeMihai Parparita2-6/+6
2023-02-07ipn/ipnlocal: use presence of NodeID to identify loginsMaisem Ali3-1/+6
2023-01-27net/netstat: document the Windows netstat code a bit moreBrad Fitzpatrick1-8/+29
2023-01-27net/netstat: add nil checks to Windows OSMetadata implementationAaron Klotz1-0/+7
2023-01-27go.mod: bump wintun-goBrad Fitzpatrick2-3/+3
2023-01-25hostinfo: [windows] check if running via Scoop (#7068)shayne1-0/+5
2023-01-25cmd/tailscale/cli: fix TUNmode display on synology web page (#7064)phirework1-1/+1
2023-01-24VERSION.txt: this is v1.36.0v1.36.0Denton Gentry1-1/+1
2023-01-24ipn/ipnlocal, net/dnscache: allow configuring dnscache logging via capabilityAndrew Dunham4-39/+89
2023-01-24wgengine/magicsock: fix buggy fast path in Conn.SetNetworkMapBrad Fitzpatrick2-4/+32
2023-01-24cmd/k8s-operator: remove use of InjectClient (deprecated)Vince Prignano1-13/+9
2023-01-24scripts: explicitly install tailscale-archive-keyringAnton Tolchanov1-1/+1
2023-01-24hostinfo: add an environment type for ReplitAnton Tolchanov1-0/+12
2023-01-24cmd/mkpkg: allow specifying recommended dependenciesAnton Tolchanov1-0/+4
2023-01-24client/tailscale/keys: fix client.Keys unmarshallingHarry Bowron1-4/+4
2023-01-23ipn/ipnlocal: add health warning for Tailscale SSH + SELinuxBrad Fitzpatrick1-0/+18
2023-01-23cmd/tailscale/cli: add debug set-expire command for testingBrad Fitzpatrick3-0/+34
2023-01-23ipn/ipnlocal: fire expiry timer when the current node expiresAndrew Dunham1-0/+7
2023-01-23wgengine/wglog: add a prefix for all wireguard logsJames Tucker2-4/+5
2023-01-23ipn/ipnstate: add PeerStatus.KeyExpiry for tailscale status --jsonBrad Fitzpatrick4-2/+14
2023-01-23envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update supportBrad Fitzpatrick7-1/+131
2023-01-23tstest/integration: mark all integration tests as flakyAndrew Dunham2-1/+2
2023-01-23licenses: update tailscale{,d} licensesLicense Updater1-6/+7
2023-01-22tailcfg,hostinfo: add Hostinfo.Machine and Hostinfo.GoArchVarBrad Fitzpatrick6-1/+76
2023-01-21cmd/tailscale/cli: only give systemctl hint on systemd systemsBrad Fitzpatrick1-1/+21
2023-01-21net/connstats: mark TestConcurrent as flakyBrad Fitzpatrick1-0/+2
2023-01-20version, cmd/tailscale: add version.Meta, tailscale version --jsonBrad Fitzpatrick5-11/+113
2023-01-20cmd/tailscale/cli: make 'tailscale update' support Debian/Ubuntu aptBrad Fitzpatrick2-6/+176
2023-01-20ipn/ipnlocal: [serve] listen on all-interfaces for macOS sandboxed (#6771)shayne1-1/+33
2023-01-20go.mod: bump AWS SDK past a breaking API change of theirsBrad Fitzpatrick4-13/+21
2023-01-20cmd/tailscale/cli: use mock impl of LocalClient for serve cmd (#6422)shayne2-65/+84
2023-01-20wgengine/magicsock: retry failed single packet ops across rebinds (#6990)Jordan Whited1-8/+16
2023-01-19all: start groundwork for using capver for localapi & peerapiBrad Fitzpatrick9-15/+43
2023-01-19cmd/tailscale/cli: un-alpha login+switch in ShortUsage docsBrad Fitzpatrick2-3/+3
2023-01-19cmd/tailscale/cli: make "update" work on WindowsBrad Fitzpatrick5-6/+357
2023-01-19various: mark more tests as flakyAndrew Dunham2-0/+5
2023-01-19wgengine/netstack: fix data race in testsAndrew Dunham1-6/+2
2023-01-18tailcfg: bump capver for Node.ExpiredAndrew Dunham1-1/+2
2023-01-18cmd/testwrapper: move from corp; mark magicsock test as flakyAndrew Dunham6-2/+146
2023-01-17wgengine/magicsock: quiet log flood at tailscaled shutdownBrad Fitzpatrick1-2/+6
2023-01-17net/dns: fix recently added URL scheme from http to httpsBrad Fitzpatrick2-2/+2
2023-01-17ipn/{ipnlocal,localapi}: ensure watcher is installed before /watch-ipn-bus/ r...salman3-5/+48