summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-17wgengine/tsdns: fix error response marshaling, improve bad query logsrelease-branch/1.2Brad Fitzpatrick2-10/+28
2020-12-17wgengine/magicsock: only log about lazy config when actually doing lazy config.David Anderson1-4/+1
2020-12-09VERSION.txt: this is 1.2.10.v1.2.10David Anderson1-1/+1
2020-12-08net/netcheck: fix offset of unspecified address in PCP request packetBrad Fitzpatrick1-4/+12
2020-12-08tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status"Brad Fitzpatrick6-3/+26
2020-12-06net/netcheck: don't send flood of PCP unmap requests to routerBrad Fitzpatrick1-5/+9
2020-11-24ipn: add a comment about skipping files with null bytesBrad Fitzpatrick1-0/+5
2020-11-24ipn: make LoadPrefs return os.ErrNotExist when reading corrupted filesAlex Brainman2-0/+27
2020-11-18VERSION.txt: this is v1.2.9v1.2.9Avery Pennarun1-1/+1
2020-11-18wgengine/monitor: fix memory corruption in Windows implementationBrad Fitzpatrick1-57/+115
2020-11-16VERSION.txt: this is 1.2.8.v1.2.8David Anderson1-1/+1
2020-11-16wgengine: reconfigure wireguard peer in two steps when its disco key changesBrad Fitzpatrick1-4/+62
2020-11-16VERSION.txt: this is 1.2.7.v1.2.7David Anderson1-1/+1
2020-11-16wgengine/filter: don't drop GCP DNS.David Anderson2-2/+6
2020-11-16wgengine/router: lock goroutine to OS thread before using OLE [windows]Brad Fitzpatrick1-0/+8
2020-11-16net/netstat: remove some unsafeBrad Fitzpatrick2-6/+11
2020-11-16net/netns: remove use of unsafe on WindowsBrad Fitzpatrick3-7/+10
2020-11-16util/endian: add package with const for whether platform is big endianBrad Fitzpatrick3-0/+26
2020-11-12VERSION.txt: this is 1.2.6.v1.2.6David Anderson1-1/+1
2020-11-12control/controlclient: diagnose zero bytes from controlBrad Fitzpatrick1-0/+9
2020-11-11wgengine/router: disable IPv6 if v6 policy routing is unavailable.David Anderson1-0/+14
2020-11-11VERSION.txt: this is v1.2.5v1.2.5Avery Pennarun1-1/+1
2020-11-11.gitignore: ignore *.tmp files.Avery Pennarun1-0/+1
2020-11-11version.sh: keep the short version even if there are patches on top.Avery Pennarun2-19/+22
2020-11-11version.sh: remove use of `git describe --exclude`Avery Pennarun1-22/+40
2020-11-10Reverse earlier "allow tag without 'tag:' prefix" changes.Avery Pennarun2-36/+18
2020-11-10net/interfaces: ignore bogus proxy URLs from winhttp [windows]Brad Fitzpatrick1-1/+7
2020-11-10ipn, tailcfg: change Windows subnet disabling behavior w/ WPADBrad Fitzpatrick2-7/+6
2020-11-10wgengine/magicsock: quiet an IPv6 warning in testsBrad Fitzpatrick1-0/+3
2020-11-09tailscaled.service: also cleanup prior to starting.David Anderson1-0/+1
2020-11-08VERSION.txt: this is v1.2.4David Crawshaw1-1/+1
2020-11-08version/version.sh: strip wc whitespace on macosDavid Crawshaw1-1/+1
2020-11-08VERSION.txt: this is 1.2.3David Crawshaw1-1/+1
2020-11-06ipn: debug zero bytes in IPN json messagesBrad Fitzpatrick1-0/+12
2020-11-06ipn: treat zero-length file state store file as missingBrad Fitzpatrick1-0/+9
2020-11-06wgengine/router: don't double-prefix dns log messages [Windows]Brad Fitzpatrick2-2/+3
2020-11-06tailcfg: document FilterRuleBrad Fitzpatrick1-2/+21
2020-11-05VERSION.txt: this is 1.2.2.v1.2.2David Anderson1-1/+1
2020-11-04control/controlclient: send warning flag in map request when IP forwarding offBrad Fitzpatrick2-0/+42
2020-11-04ipn: clean up Prefs logging at startBrad Fitzpatrick4-8/+48
2020-11-04ipn: disambiguate how machine key was initializedBrad Fitzpatrick1-5/+17
2020-11-04cmd/tailscale/cli: fix double tag: prefix in tailscale upBrad Fitzpatrick1-3/+4
2020-11-03build_dist: fix after version refactor.David Anderson1-7/+3
2020-11-03VERSION.txt: this is v1.2.1.v1.2.1Avery Pennarun1-1/+1
2020-11-03Merge remote-tracking branch 'origin/main' into HEADAvery Pennarun28-352/+483
2020-11-03wgengine/router/dns: run ipconfig /registerdns async, log timingBrad Fitzpatrick1-6/+14
2020-11-03net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy pathBrad Fitzpatrick1-3/+18
2020-11-02ipn: only use Prefs, not computed stateKey, to determine server modeBrad Fitzpatrick2-2/+3
2020-11-02VERSION: rename to version.txt to work around macOS limitations.David Anderson2-1/+1
2020-11-02version: greatly simplify redo nonsense, now that we use VERSION.David Anderson13-265/+208