summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-11-08VERSION.txt: this is v1.2.3v1.2.3David Crawshaw1-1/+1
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
2020-10-29wgengine/router: fix bug where getInterfaceRoutes always returned an empty listBrad Fitzpatrick1-6/+3
2020-10-29wgengine/router: make Windows firewall configuration asyncBrad Fitzpatrick1-63/+117
2020-10-29ipn/ipnserver: work around os/user.LookupId failure on WindowsBrad Fitzpatrick1-3/+19
2020-10-28version: fix documentation.David Anderson1-3/+3
2020-10-28version: use OSS repo's version when building.David Anderson26-65/+224
2020-10-28.github/workflows: add tests on WindowsBrad Fitzpatrick1-0/+44
2020-10-28portlist: fix tests on Windows when not running as AdministratorBrad Fitzpatrick1-0/+4
2020-10-28net/netcheck: fix tests on WindowsBrad Fitzpatrick2-3/+15
2020-10-28wgengine/magicsock: make test pass on Windows and without firewall dialog boxBrad Fitzpatrick4-10/+45
2020-10-28cmd/tailscale/cli, tailcfg: allow tag without "tag:" prefix in 'tailscale up'Brad Fitzpatrick2-18/+35
2020-10-27ipn: send machine key to clients so they can downgrade to 1.0.x if neededBrad Fitzpatrick1-1/+39
2020-10-27ipn: convert an int to a boolBrad Fitzpatrick1-4/+4
2020-10-27control/controlclient: also log active account in netmapsBrad Fitzpatrick2-4/+14
2020-10-27ipn: log active account on changeBrad Fitzpatrick1-5/+36
2020-10-27ipn: rename 'new' variable to 'newp'Brad Fitzpatrick1-15/+15
2020-10-27control/controlclient: remove prior temporary macos debuggingBrad Fitzpatrick1-39/+0
2020-10-27go.sum: updateBrad Fitzpatrick1-0/+2
2020-10-27version: skip TestMkversion on windowsAlex Brainman1-0/+4