Commit Graph

1376 Commits (b4e19b95ede4774e06f708d13dd453bc7595986d)
 

Author SHA1 Message Date
Brad Fitzpatrick b4e19b95ed ipn: debug zero bytes in IPN json messages 6 years ago
Brad Fitzpatrick 8f30fa67aa ipn: treat zero-length file state store file as missing 6 years ago
Adrian Dewhurst 3aa68cd397 version: relax git detection logic 6 years ago
Brad Fitzpatrick 119101962c wgengine/router: don't double-prefix dns log messages [Windows] 6 years ago
Brad Fitzpatrick bda53897b5 tailcfg: document FilterRule 6 years ago
Brad Fitzpatrick 782e07c0ae control/controlclient: send warning flag in map request when IP forwarding off 6 years ago
Brad Fitzpatrick 4f4e84236a ipn: clean up Prefs logging at start 6 years ago
Brad Fitzpatrick 6bcb466096 ipn: disambiguate how machine key was initialized 6 years ago
Brad Fitzpatrick 696e160cfc cmd/tailscale/cli: fix double tag: prefix in tailscale up 6 years ago
Josh Bleecher Snyder 946c1edb42 tailcfg: improve error returned by Hostinfo.CheckRequestTags 6 years ago
Josh Bleecher Snyder fb9f80cd61 tailcfg: add Hostinfo.CheckRequestTags helper method 6 years ago
David Anderson ed17f5ddae VERSION.txt: this is now 1.3.x. 6 years ago
David Anderson 39bbb86b09 build_dist: fix after version refactor. 6 years ago
Brad Fitzpatrick 28f6552646 wgengine/router/dns: run ipconfig /registerdns async, log timing 6 years ago
Brad Fitzpatrick 1036f51a56 net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path 6 years ago
Brad Fitzpatrick 07b6ffd55c ipn: only use Prefs, not computed stateKey, to determine server mode 6 years ago
David Anderson de5da37a22 VERSION: rename to version.txt to work around macOS limitations. 6 years ago
David Anderson 65bad9a8bd version: greatly simplify redo nonsense, now that we use VERSION. 6 years ago
Brad Fitzpatrick 20a357b386 ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly 6 years ago
David Anderson 437142daa5 version: calculate version info without using git tags. 6 years ago
David Anderson 710b105f38 version: use -g as the "other" suffix, so that `git show` works. 6 years ago
Brad Fitzpatrick f3aa08de76 ipn/ipnserver: remove "Server mode" from a user-visible error message 6 years ago
Brad Fitzpatrick cc3259f8d9 ipn: fix crash generating machine key on new installs 6 years ago
Brad Fitzpatrick 01ee638cca Change some os.IsNotExist to errors.Is(err, os.ErrNotExist) for non-os errors. 6 years ago
Alex Brainman 037daad47a .github/workflows: use cache to speed up Windows tests 6 years ago
Josh Bleecher Snyder 3b46655dbb tsweb: add StatusCodeCounters to HandlerOptions 6 years ago
Josh Bleecher Snyder e98f2c57d6 tsweb: add StdHandlerOpts that accepts an options struct 6 years ago
Elias Naur eab6e9ea4e ipn: don't temporarilySetMachineKeyInPersist for Android clients 6 years ago
David Anderson 68ddf134d7 wgengine/router/dns: issue ipconfig /registerdns when applying DNS settings. 6 years ago
Brad Fitzpatrick 7e1a146e6c cmd/tailscaled: update depaware.txt 6 years ago
Brad Fitzpatrick 2b819ab38c ipn: don't log redundant peer stats so often 6 years ago
Brad Fitzpatrick 8b904b1493 types/logger: fix LogOnChange to pass through format/args to underlying logger 6 years ago
Brad Fitzpatrick ff7ddd9d20 ipn/ipnserver: move Windows local disk logging up to the parent process 6 years ago
Brad Fitzpatrick 420838f90e log/filelogger: move our Windows disk file writing+rotation package here 6 years ago
Brad Fitzpatrick 508f5c3ae0 wgengine/router: fix bug where getInterfaceRoutes always returned an empty list 6 years ago
Brad Fitzpatrick 38bde61b3d wgengine/router: make Windows firewall configuration async 6 years ago
Brad Fitzpatrick c64718e9a0 ipn/ipnserver: work around os/user.LookupId failure on Windows 6 years ago
David Anderson 09721fede8 version: fix documentation. 6 years ago
David Anderson 54e6c3a290 version: use OSS repo's version when building. 6 years ago
Brad Fitzpatrick a1ccaa9658 .github/workflows: add tests on Windows 6 years ago
Brad Fitzpatrick 4a92fc9dc5 portlist: fix tests on Windows when not running as Administrator 6 years ago
Brad Fitzpatrick 7ac91c15bd net/netcheck: fix tests on Windows 6 years ago
Brad Fitzpatrick fd2a30cd32 wgengine/magicsock: make test pass on Windows and without firewall dialog box 6 years ago
Brad Fitzpatrick cd07437ade cmd/tailscale/cli, tailcfg: allow tag without "tag:" prefix in 'tailscale up' 6 years ago
Brad Fitzpatrick d6ad41dcea ipn: send machine key to clients so they can downgrade to 1.0.x if needed 6 years ago
Brad Fitzpatrick e72f480d22 ipn: convert an int to a bool 6 years ago
Brad Fitzpatrick a3f17b8108 control/controlclient: also log active account in netmaps 6 years ago
Brad Fitzpatrick 999bc93a4d ipn: log active account on change 6 years ago
Brad Fitzpatrick 66d196326f ipn: rename 'new' variable to 'newp' 6 years ago
Brad Fitzpatrick 5b1d03f016 control/controlclient: remove prior temporary macos debugging 6 years ago