4303 Commits (3bb57504af8efe8dd1a931cc3792978433b34602)
 

Author SHA1 Message Date
Brad Fitzpatrick 31c13013ae wgengine/router: tolerate disabled IPv6 on Windows 6 years ago
Josh Bleecher Snyder 9ab2b32569 syncs: add Watch, for monitoring mutex contention 6 years ago
Brad Fitzpatrick 5a94317628 Makefile: remove tsshd from depaware 6 years ago
Josh Bleecher Snyder 37b40b035b wgengine/router/dns: appease staticcheck (again) 6 years ago
Brad Fitzpatrick bc1751a376 util/pidowner: add missing copyright header 6 years ago
Brad Fitzpatrick b14288f96c util/pidowner: add two missing copyright headers 6 years ago
Brad Fitzpatrick 23f01174ea util/pidowner: new package to map from process ID to its user ID 6 years ago
Brad Fitzpatrick 40e12c17ec net/netcheck: remove mistaken double Mutex.Unlock in error path 6 years ago
Brad Fitzpatrick f65eb4e5c1 net/netstat: start of new netstat package, with Windows for now 6 years ago
Brad Fitzpatrick 8b60936913 depaware: update deps 6 years ago
Brad Fitzpatrick edb47b98a8 scripts: don't descend into .git for license header check 6 years ago
Josh Bleecher Snyder a877dd575c wgengine/router/dns: remove unnecessary lint ignore line 6 years ago
Josh Bleecher Snyder bf24d54143 syncs: add AssertLocked 6 years ago
Brad Fitzpatrick 158202dbb1 go mod tidy 6 years ago
Brad Fitzpatrick 7795fcf464 Add tooldeps package to keep depaware pinned in go.mod. 6 years ago
Brad Fitzpatrick 22ed3c503e
Add depaware.txt files and GitHub checks. (#745) 6 years ago
Josh Bleecher Snyder 2e40c4b564 tstest: don't log on success 6 years ago
Brad Fitzpatrick 913c1bd04f wgengine/router: on Windows, add a firewall rule to allow Tailscale 6 years ago
Emmanuel T Odeke 688f923db1
log/logheap: properly document LogHeap as performing HTTP upload (#741) 6 years ago
Josh Bleecher Snyder 96160973ce tailcfg: regenerate Clone methods 6 years ago
Josh Bleecher Snyder 7bd89359c9 cmd/cloner: generate a package-level Clone function 6 years ago
Josh Bleecher Snyder 99d223130c cmd/cloner: fix found type detection 6 years ago
Josh Bleecher Snyder 2352690bde cmd/cloner: ensure cloner gets re-run when structs change 6 years ago
Brad Fitzpatrick 8ecee476f6 ipn: simplify TestLocalLogLines, defer a Shutdown of its LocalBackend 6 years ago
Brad Fitzpatrick 7fddc33481 tstest: make LogLineTracker pass variadic format args through 6 years ago
Brad Fitzpatrick 68c42530e9 tstest: rename LogListener to LogLineTracker 6 years ago
David Crawshaw 95cddfcc75 tailcfg: add Clone methods to Login and DNSConfig 6 years ago
David Crawshaw 3baa084548 tstest: take testing.TB in helper for benchmarks 6 years ago
Brad Fitzpatrick 468bb3afce cmd/tailscale/cli: add debug -derp mode 6 years ago
Brad Fitzpatrick 9c25968b63 net/tshttpproxy: fix typo in Windows code added at least second 6 years ago
Brad Fitzpatrick 82a3721661 go.sum: update 6 years ago
Brad Fitzpatrick b026a638c7 net/tshttpproxy: if winhttp.GetProxyForURL blocks too long, use previous value 6 years ago
Josh Bleecher Snyder a570c27577 portlist: reduce log spam on macOS 6 years ago
Josh Bleecher Snyder 3b05cbacfb go.mod: update wireguard-go version 6 years ago
Josh Bleecher Snyder 57e642648f wgengine/magicsock: fix typo in comment 6 years ago
Brad Fitzpatrick 6d14678009 wgengine/router: remove unnecessary newlines in log.Printf formats 6 years ago
Brad Fitzpatrick 09d56f54a7
wgengine/router: fix Windows route sorting that caused de-dup to not work (#727) 6 years ago
Brad Fitzpatrick 74ee374667 net/tshttpproxy: add more winhttp logging 6 years ago
Brad Fitzpatrick 1e0be5a458 tshttp, derphttp: send Proxy-Authorization, not Authorization, to proxies 6 years ago
halulu 3af2d671e6
cmd/tailscale/cli: add new flag --force-reauth to up subcommand (#717) 6 years ago
Brad Fitzpatrick 9b07517f18 wgengine: add Engine.SetLinkChangeCallback 6 years ago
halulu bd37e40d2b
cmd/tailscale/cli: status exit when disconnected (#720) 6 years ago
Dmytro Shynkevych cb5f3c0819
tsdns: log when settings upstreams. 6 years ago
Brad Fitzpatrick 5acbb149a2 ipn/ipnstate: include DNSName in tailscale status --json output 6 years ago
Brad Fitzpatrick 2bac125cad net/tshttpproxy: move the TS_DEBUG_FAKE_PROXY_AUTH knob up a level 6 years ago
Dmytro Shynkevych aa1da24f18
tsdns: remove now unused fields. 6 years ago
Dmytro Shynkevych 7541982635
tsdns: remove forwarding queue. 6 years ago
Dmytro Shynkevych 34a7e7c12b
tsdns: be more strict with type validation. 6 years ago
Dmytro Shynkevych bc34788e65
tsdns: fix accidental rejection of all non-{A, AAAA} questions. 6 years ago
Brad Fitzpatrick 28f9cd06f5 tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxies 6 years ago