4303 Commits (3bb57504af8efe8dd1a931cc3792978433b34602)
 

Author SHA1 Message Date
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
David Anderson a447caebf8 version: delete GENERATE.go. 6 years ago
Brad Fitzpatrick 50b2e5ffe6 log/logheap: appease staticcheck 6 years ago
Brad Fitzpatrick 8edcab04d5 log/logheap: change to POST to a URL instead of logging 6 years ago
Brad Fitzpatrick 51f421946f tailcfg: add some example strings in comments 6 years ago
Brad Fitzpatrick deb113838e net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add tests 6 years ago
Brad Fitzpatrick 280e8884dd wgengine/magicsock: limit redundant log spam on packets from low-pri addresses 6 years ago
David Anderson d05b0500ac wgengine: loop back tuntap packets destined for local IPs. 6 years ago
Zijie Lu d1a30be275 tsweb: JSONHandler: supports HTTPError 6 years ago
Avery Pennarun 51d176ecff wgengine: Remove leftover debug message. 6 years ago
Dmytro Shynkevych 07e02ec9d3
wgengine/tsdns: add test and prevent useless updates (#449) 6 years ago
Dmytro Shynkevych 511840b1f6
tsdns: initial implementation of a Tailscale DNS resolver (#396) 6 years ago
Zijie Lu 5e1ee4be53 tsweb: fix JSONHandler nil response 6 years ago
Brad Fitzpatrick c3f7733f53 logpolicy: don't check version.CmdName on Windows unnecessarily 6 years ago
Brad Fitzpatrick 5c9ddf5e76 version: fix typo in comment 6 years ago
Brad Fitzpatrick 2ca2389c5f portlist: set SysProcAttr.HideWindow on Windows 6 years ago
Brad Fitzpatrick 07ca0c1c29 derp: fix tracking problem if conn starts local, then also joins mesh peer 6 years ago
Brad Fitzpatrick 39f2fe29f7 tempfork/registry: work around issue with Tailscale's redo build system 6 years ago
Brad Fitzpatrick 1cb7dab881 cmd/derper: support forwarding packets amongst set of peer DERP servers 6 years ago
Brad Fitzpatrick e441d3218e tempfork/registry: add golang.org/x/sys/windows/registry + CL 236681 6 years ago
Dmytro Shynkevych 02231e968e
wgengine/tstun: add tests and benchmarks (#436) 6 years ago
Avery Pennarun 6f590f5b52 logtail: we missed a case for the backoff timer. 6 years ago
halulu 1d2e497d47
tsweb: JSONHandler using reflect (#437) 6 years ago
Dmytro Shynkevych 059b1d10bb
wgengine/packet: refactor and expose UDP header marshaling (#408) 6 years ago
Brad Fitzpatrick 5e0ff494a5 derp: change NewClient constructor to an option pattern 6 years ago
Brad Fitzpatrick 4d599d194f derp, derp/derphttp: add key accessors, add Client.RecvDetail 6 years ago
Brad Fitzpatrick b33c86b542 derp: add an unexported key.Public zero value variable to be less verbose 6 years ago