2976 Commits (efe8020dfa4e007ba387c341ad09e254db1ff7ab)
 

Author SHA1 Message Date
David Anderson efe8020dfa wgengine/magicsock: fix race condition in tests. 5 years ago
Evan Anderson 000f90d4d7 wgengine/wglog: Fix docstring on wireguardGoString to match args 5 years ago
David Anderson 69c897a763 net/dnsfallback: run go generate to pick up new derp9s. 5 years ago
David Anderson bb6fdfb243 net/dns: fix the build on freebsd (missing default case in switch) 5 years ago
David Anderson b3b1c06b3a net/dns: only restart systemd-resolved if we changed /etc/resolv.conf. 5 years ago
David Anderson 10547d989d net/dns: exhaustively test DNS selection paths for linux. 5 years ago
David Anderson c071bcda33 net/dns: relax systemd-resolved detection. 5 years ago
Dave Anderson 980acc38ba
types/key: add a special key with custom serialization for control private keys (#2792) 5 years ago
David Anderson 61c3b98a24 Revert "types/key: add MachinePrivate and MachinePublic." 5 years ago
David Anderson 4fdb88efe1 types/key: add MachinePrivate and MachinePublic. 5 years ago
David Anderson 4ce091cbd8 version: use `go` from the current toolchain to compile in tests. 5 years ago
Brad Fitzpatrick d1cb7a2639 metrics: use SYS_OPENAT 5 years ago
David Anderson 159d88aae7 go.mod: tidy. 5 years ago
David Anderson b96159e820 go.mod: update github.com/ulikunitz/xz for https://github.com/advisories/GHSA-25xm-hr59-7c27 5 years ago
Brad Fitzpatrick 99a1c74a6a metrics: optimize CurrentFDs to not allocate on Linux 5 years ago
Brad Fitzpatrick db3586cd43 go.mod: upgrade staticcheck 5 years ago
Brad Fitzpatrick ec2b7c7da6 all: bump minimum Go to 1.17 5 years ago
Brad Fitzpatrick fc160f80ee metrics: move currentFDs code to the metrics package 5 years ago
Brad Fitzpatrick 5d800152d9 cmd/derper: increase port 80's WriteTimeout to permit longer CPU profiles 5 years ago
Chuangbo Li e4e4d336d9
cmd/derper: listen on host of flag server addr for port 80 and 3478 (#2768) 5 years ago
David Crawshaw 4e18cca62e testcontrol: replace panic with error 5 years ago
Brad Fitzpatrick 5bacbf3744 wgengine/magicsock, health, ipn/ipnstate: track DERP-advertised health 5 years ago
Brad Fitzpatrick 722942dd46 tsweb: restore CPU profiling handler 5 years ago
David Anderson daf54d1253 control/controlclient: remove TS_DEBUG_USE_DISCO=only. 5 years ago
David Anderson 39748e9562 net/dns/resolver: authoritatively return NXDOMAIN for reverse zones we own. 5 years ago
David Anderson 954064bdfe wgengine/wgcfg/nmcfg: don't configure peers who can't DERP or disco. 5 years ago
David Anderson f90ac11bd8 wgengine: remove unnecessary magicConnStarted channel. 5 years ago
David Anderson bb10443edf wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 5 years ago
David Anderson d00341360f wgengine/magicsock: remove unused debug knob. 5 years ago
David Anderson dfd978f0f2 wgengine/magicsock: use NodeKey, not DiscoKey, as the trigger for lazy reconfig. 5 years ago
David Anderson 4c27e2fa22 wgengine/magicsock: remove Start method from Conn. 5 years ago
David Anderson 1a899344bd wgengine/magicsock: don't store tailcfg.Nodes alongside endpoints. 5 years ago
David Anderson b2181608b5 wgengine/magicsock: eagerly create endpoints in SetNetworkMap. 5 years ago
Maisem Ali 0842e2f45b ipn/store: add ability to store data as k8s secrets. 5 years ago
David Crawshaw f53792026e tstest/integration/vms: move build tags from linux to !windows 5 years ago
Brad Fitzpatrick 7f29dcaac1 cmd/tailscale/cli: make up block until state Running, not just Starting 5 years ago
Brad Fitzpatrick fb8b821710 tsnet: fix typo in comment 5 years ago
Brad Fitzpatrick 7a7aa8f2b0 cmd/derper: also add port 80 timeouts 5 years ago
Brad Fitzpatrick 3c8ca4b357 client/tailscale, cmd/tailscale/cli: move version mismatch check to CLI 5 years ago
Brad Fitzpatrick 8744394cde version: bump date 5 years ago
Brad Fitzpatrick 21cb0b361f safesocket: add connect retry loop to wait for tailscaled 5 years ago
Brad Fitzpatrick a59b389a6a derp: add new health update and server restarting frame types 5 years ago
Christine Dodrill 0b9e938152 tstest/integration/vms: test DNS configuration 5 years ago
Brad Fitzpatrick 00b3c1c042 cmd/derper: add missing read/write timeouts 5 years ago
David Crawshaw 9b7fc2ed1f .github: add Ubuntu VM test 5 years ago
Brad Fitzpatrick 73280595a8 derp: accept dup clients without closing prior's connection 5 years ago
David Crawshaw debaaebf3b tstest/integration/vms: turn on logcatcher logging by default 5 years ago
David Crawshaw a1f1020042 tstest/integration/vms: avoid log after test completion 5 years ago
David Crawshaw 583af7c1a6 tstest/integration/vms: give guest multiple cores and use generic machine 5 years ago
David Crawshaw 8668103f06 tstest/integration/vms: print qemu console output, fix printing issues 5 years ago