394 Commits (73cae4eb117de5d4e4cd2e027a0f9f13d8dded1e)
 

Author SHA1 Message Date
David Crawshaw 73cae4eb11 tailcfg, controlclient: standardize on wgcfg ShortString key printing 6 years ago
David Crawshaw acd14960f8 go.mod: bump wireguard-go 6 years ago
Brad Fitzpatrick 14a2564ef0 go.mod: bump wireguard-go 6 years ago
Brad Fitzpatrick 19a1704abd netcheck: use best DERP server in past 5 minutes to avoid flip-flopping 6 years ago
Brad Fitzpatrick 6de37f4cc0 tsweb: move some comments, add a TODO 6 years ago
David Anderson df4636567f tsweb: adjust names and docs of the "handler with errors" functions. 6 years ago
David Crawshaw 131541c06d derp: deflake test 6 years ago
David Anderson 52d9613b42 github: add license check to CI. 6 years ago
David Anderson 315a5e5355 scripts: add a license header checker. 6 years ago
David Anderson 3e2fadf872 version: add license header to input for generated file. 6 years ago
David Anderson 98eceae55e tsweb: add a Handler type. 6 years ago
Brad Fitzpatrick f8d67bb591 portlist: ignore ports bound to localhost 6 years ago
Brad Fitzpatrick c706731dc7 tsweb: add copyright header 6 years ago
David Anderson a567c56971 tsweb: pull in tlog data structures from corp repo. 6 years ago
David Crawshaw 5a0822eefd controlclient, ipn: fix tests for new control param 6 years ago
Brad Fitzpatrick e085aec8ef all: update to wireguard-go API changes 6 years ago
David Anderson dd14b658a2 version: bump again, for 0.97.0. 6 years ago
David Anderson 9ea445acd1 version: bump for 0.96.1 tag. 6 years ago
David Anderson 5758d8d48f Merge branch 'master' of github.com:tailscale/tailscale into HEAD 6 years ago
David Anderson bf98913106 go.mod: bump wireguard-go version. 6 years ago
Brad Fitzpatrick 8f9fa6a842 logtail: minor style/simplification changes 6 years ago
Brad Fitzpatrick 8de67844bd cmd/tailscale: make failure message when tailscaled down less technical 6 years ago
Brad Fitzpatrick 5aafe0ee96 cmd/tailscale: don't crash on too many non-flag args 6 years ago
Brad Fitzpatrick d348b94505 stun, stunner: clarify an error log message more 6 years ago
David Crawshaw 1b2be3f1c8 controlclient: test peer keepalive directive 6 years ago
David Crawshaw 8712164a0a controlclient: use per-peer KeepAlive signal 6 years ago
David Crawshaw 290f83e9f6 tailcfg: fix test 6 years ago
David Crawshaw 7a57ab1793 tailcfg: add a per-peer KeepAlive field 6 years ago
David Anderson ea0836dce9 cmd/tailscaled: remove default user/group from systemd. 6 years ago
Brad Fitzpatrick 120273d7f6 portlist: document, clean up, fix an open fd spike, optimize a bit 6 years ago
Brad Fitzpatrick 6c3820e8c4 cmd/tailscaled: rename relaynode reference in defaults file comment 6 years ago
Brad Fitzpatrick 19cc4f8b8e control/controlclient: remove a number literal in string slice offset 6 years ago
Brad Fitzpatrick 42e98d4edc Quiet two little log annoyances. 6 years ago
Brad Fitzpatrick db2436c7ff wgengine/magicsock: don't interrupt endpoint updates, merge all mutex into one 6 years ago
Brad Fitzpatrick db31550854 wgengine: don't Reconfig on boring link changes 6 years ago
Avery Pennarun 7dd63abaed tailcfg.NetInfo: add a .String() renderer. 6 years ago
Avery Pennarun b23cb11eaf ipn: Prefs.String(): print the current derp setting. 6 years ago
David Anderson aeb88864e0 ipn: don't clobber netinfo in Start(). 6 years ago
Avery Pennarun 8b8e3f08a0 Fix staticcheck complaint. 6 years ago
Avery Pennarun b4897e7de8 controlclient/netmap: write our own b.ConciseDiffFrom(a) function. 6 years ago
Avery Pennarun 96bb05ce2f controlclient: reformat netmap.Concise() and add DERP server info. 6 years ago
Avery Pennarun f2e2ffa423 controlclient: log the entire netmap up to every 5 minutes. 6 years ago
Brad Fitzpatrick b9c6d3ceb8 netcheck: work behind UDP-blocked networks again, add tests 6 years ago
Brad Fitzpatrick a87ee4168a stunner: quiet a harmless log warning 6 years ago
Brad Fitzpatrick bc73dcf204 wgengine/magicsock: don't block in Send waiting for derphttp.Send 6 years ago
Brad Fitzpatrick 8807913be9 wgengine/magicsock: wait for previous DERP goroutines to end before new ones 6 years ago
Brad Fitzpatrick eff6dcdb4e wgengine/magicsock: log more about why we're re-STUNing 6 years ago
David Crawshaw 5ad947c761 cmd/derper: set a write timeout 6 years ago
David Crawshaw 72dbf26f63 derp: test that client a->b and a->c relaying do not interfere 6 years ago
David Crawshaw e838b3fb59 derp: use a write timeout when sending to clients 6 years ago