summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-02ipn, ipn/ipnserver: add IPN state for server in use, handle explicitlyBrad Fitzpatrick4-52/+170
2020-11-02version: calculate version info without using git tags.David Anderson4-6/+30
2020-11-02version: calculate version info without using git tags.David Anderson4-6/+30
2020-11-02version: use -g as the "other" suffix, so that `git show` works.David Anderson2-2/+2
2020-11-02ipn/ipnserver: remove "Server mode" from a user-visible error messageBrad Fitzpatrick1-1/+1
2020-11-02ipn: fix crash generating machine key on new installsBrad Fitzpatrick1-1/+3
2020-11-02Change some os.IsNotExist to errors.Is(err, os.ErrNotExist) for non-os errors.Brad Fitzpatrick4-4/+20
2020-11-02.github/workflows: use cache to speed up Windows testsAlex Brainman1-0/+8
2020-10-30tsweb: add StatusCodeCounters to HandlerOptionsJosh Bleecher Snyder1-0/+9
2020-10-30tsweb: add StdHandlerOpts that accepts an options structJosh Bleecher Snyder2-17/+29
2020-10-30ipn: don't temporarilySetMachineKeyInPersist for Android clientsElias Naur1-2/+2
2020-10-30Meaningless change so that v1.2.0 tag doesn't match the "main" branch.v1.2.0Avery Pennarun1-0/+1
2020-10-29wgengine/router/dns: issue ipconfig /registerdns when applying DNS settings.David Anderson1-65/+21
2020-10-29cmd/tailscaled: update depaware.txtBrad Fitzpatrick1-0/+1
2020-10-29ipn: don't log redundant peer stats so oftenBrad Fitzpatrick2-15/+21
2020-10-29types/logger: fix LogOnChange to pass through format/args to underlying loggerBrad Fitzpatrick1-1/+4
2020-10-29ipn/ipnserver: move Windows local disk logging up to the parent processBrad Fitzpatrick1-0/+14
2020-10-29log/filelogger: move our Windows disk file writing+rotation package hereBrad Fitzpatrick1-0/+199