829 Commits (790ef2bc5f2681e2ed4e4fb9757d5b0feb505dbf)
 

Author SHA1 Message Date
Brad Fitzpatrick 790ef2bc5f internal/deepprint: update copyright header to appease license checker script 6 years ago
Brad Fitzpatrick eb4eb34f37 disco: new package for parsing & marshaling discovery messages 6 years ago
Brad Fitzpatrick 7ca911a5c6 internal/deepprint: add missing copyright headers 6 years ago
Brad Fitzpatrick a83ca9e734 wgengine/magicsock: cache precomputed nacl/box shared keys 6 years ago
Brad Fitzpatrick a975e86bb8 wgengine/magicsock: add new endpoint type used for discovery-supporting peers 6 years ago
Brad Fitzpatrick 72bfea2ece control/controlclient: remove IPv6 opt-out environment variable 6 years ago
Brad Fitzpatrick 6f73f2c15a wgengine, internal/deepprint: replace UAPI usage as hash func; add deepprint 6 years ago
Brad Fitzpatrick 103c06cc68 wgengine/magicsock: open discovery naclbox messages from known peers 6 years ago
David Crawshaw 9258d64261 wgengine/router: do not call ifconfig up if SetRoutesFunc is set 6 years ago
Brad Fitzpatrick 23e74a0f7a wgengine, magicsock, tstun: don't regularly STUN when idle (mobile only for now) 6 years ago
Brad Fitzpatrick fe50cd0c48 ipn, wgengine: plumb NetworkMap down to magicsock 6 years ago
Brad Fitzpatrick b8edb7a5e9 control/controlclient: add Debug field to NetworkMap 6 years ago
Brad Fitzpatrick 0071888a17 types/opt: add Bool.EqualBool method 6 years ago
Brad Fitzpatrick 4732722b87 derp: add frameClosePeer to move around clients within a region 6 years ago
Brad Fitzpatrick dd43d9bc5f derp: fix varz typo 6 years ago
Brad Fitzpatrick 3553512a71 cmd/derper: fix embarassing bug introduced in earlier refactor 6 years ago
Brad Fitzpatrick 36e9cb948f control/controlclient: cut down some NetworkMap stringification & diff allocations 6 years ago
Brad Fitzpatrick 894e3bfc96 control/controlclient: trim /32 suffix a bit more succinctly 6 years ago
Brad Fitzpatrick 19d95e095a wgengine: fix blank line in interface method comment 6 years ago
Brad Fitzpatrick 5bc29e7388 ipn: add missing locking in LocalBackend.NetMap 6 years ago
Brian Chu 2a8e064705 cmd/tailscale: Allow advertising subnet routes on *BSD. 6 years ago
Reinaldo de Souza a8635784bc wgengine: add BSD userspace router to darwin 6 years ago
Brad Fitzpatrick b87396b5d9 cmd/derper, derp: add some more varz and consistency check handler 6 years ago
Elias Naur c2682553ff version: add support for setting version with the -X Go linker flag 6 years ago
Brad Fitzpatrick 6fbd1abcd3 derp: update peerGone code to work with regional DERP mesh clusters too 6 years ago
Dmytro Shynkevych de5f6d70a8 magicsock: eliminate logging race in test 6 years ago
Brad Fitzpatrick 666d404066 ipn: put discovery key generation behind an environment flag for now 6 years ago
Dmytro Shynkevych 00ca17edf4 ipn: fix race in enterState 6 years ago
Brad Fitzpatrick 53fb25fc2f all: generate discovery key, plumb it around 6 years ago
Brad Fitzpatrick 88c305c8af tailcfg: add DiscoKey, unify some code, add some tests 6 years ago
Brad Fitzpatrick d9054da86a wgengine: disambiguate Reconfig logging paths 6 years ago
David Anderson 0ecaf7b5ed control/controlclient: make netmap generation use rate-limited logger. 6 years ago
David Anderson 401e2ec307 control/controlclient: delete unused function. 6 years ago
Brad Fitzpatrick 58c9591a49 version: bump date 6 years ago
David Anderson 10368ef4c0 go.mod: bump wireguard-go version. 6 years ago
Dmytro Shynkevych c12d87c54b
Fix concurrency issues in controlclient, ipn, types/logger (#456) 6 years ago
Brad Fitzpatrick c8cf3169ba cmd/derper, derp/derphttp: move bulk of derp mesh code into derphttp 6 years ago
Brad Fitzpatrick 7cbf6ab771 cmd/derper: remove unused parameter in runMeshClient 6 years ago
Avery Pennarun 5d4415399b Merge remote-tracking branch 'origin/master' into main 6 years ago
Brad Fitzpatrick 6757c990a8 Fix staticcheck warning, add Makefile with staticcheck targets, lock in staticcheck version in go.mod 6 years ago
Brad Fitzpatrick 08a6eeb55a Fix staticcheck warning, add Makefile with staticcheck targets, lock in staticcheck version in go.mod 6 years ago
Avery Pennarun d9fd5db1e1 Rename master -> main. 6 years ago
Brad Fitzpatrick abd79ea368 derp: reduce DERP memory use; don't require callers to pass in memory to use 6 years ago
Quoc-Viet Nguyen 15a23ce65f net/stun: Remove unreachable code 6 years ago
Brad Fitzpatrick a036c8c718 version: add blank line to separate comment from package line 6 years ago
David Anderson 0371848097 Revert "version: delete GENERATE.go." 6 years ago
David Anderson 4c23b5e4ea version: remove leftover debug print. 6 years ago
David Anderson 03aa319762 version: add an AtLeast helper to compare versions. 6 years ago
David Anderson 9dd3544e84 version: bump oss datestamp. 6 years ago
David Anderson 1f4ccae591 version: remove comment about being unused. 6 years ago