477 Commits (3b4b17d23980c23ce46cd94deaacfbd4f9d4446f)
 

Author SHA1 Message Date
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
David Crawshaw 3df1b97ea8 derp: do not treat failure to relay as the fault of the sender 6 years ago
David Crawshaw 43aa8595dd derp: introduce Conn interface 6 years ago
David Crawshaw 41ac4a79d6 net/nettest: new package with net-like testing primitives 6 years ago
Brad Fitzpatrick 52c0cb12fb stunner: return wrapped error (currently unused) 6 years ago
Brad Fitzpatrick b4d02a251a syncs: add new package for extra sync types 6 years ago
David Crawshaw 57f220656c ipn: search for ErrStateNotExist with errors.Is 6 years ago
Avery Pennarun 40c6f952c5 Merge branch 'master' of github.com:tailscale/tailscale into HEAD 6 years ago
Avery Pennarun 509247bf42 tailscale, tailscaled: update safesocket port number. 6 years ago
Brad Fitzpatrick afc3479d04 netcheck: fix data races for staggler STUN packets arriving after GetReport 6 years ago
Brad Fitzpatrick b3ddf51a15 wgengine/magicsock: add a pointer value for logging 6 years ago
Brad Fitzpatrick 0d3f42e1d8 netcheck: ignore IPv4 STUN failures if we saw at least one reply 6 years ago
Brad Fitzpatrick ed7e088729 netcheck: ignore IPv6 STUN failures 6 years ago
Brad Fitzpatrick 4fd29349b9 derp: add clients_replaced counter 6 years ago
David Anderson b364a871bf version: bump OSS version datestamp. 6 years ago
David Anderson 72d9e1d633 go.mod: bump wireguard-go version. 6 years ago
Brad Fitzpatrick b0f8931d26 wgengine/magicsock: make a test signature a bit more explicit 6 years ago
David Crawshaw 7ec54e0064 wgengine/magicsock: remove TODO 6 years ago