You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine
Brad Fitzpatrick abd79ea368 derp: reduce DERP memory use; don't require callers to pass in memory to use
The magicsock derpReader was holding onto 65KB for each DERP
connection forever, just in case.

Make the derp{,http}.Client be in charge of memory instead. It can
reuse its bufio.Reader buffer space.
5 years ago
..
filter tsdns: initial implementation of a Tailscale DNS resolver (#396) 5 years ago
magicsock derp: reduce DERP memory use; don't require callers to pass in memory to use 5 years ago
monitor wgengine/monitor: disable monitor on Android 5 years ago
packet wgengine/tsdns: add test and prevent useless updates (#449) 5 years ago
router wgengine/router: also accept exit code 254 from `ip rule del`. 5 years ago
tsdns wgengine/tsdns: add test and prevent useless updates (#449) 5 years ago
tstun tsdns: initial implementation of a Tailscale DNS resolver (#396) 5 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
rusage.go Move "logger" package to under types, now that we have it. 5 years ago
rusage_nowindows.go wgengine: flesh out some docs 5 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 5 years ago
userspace.go wgengine: loop back tuntap packets destined for local IPs. 5 years ago
watchdog.go tsdns: initial implementation of a Tailscale DNS resolver (#396) 5 years ago
watchdog_test.go tsdns: initial implementation of a Tailscale DNS resolver (#396) 5 years ago
wgengine.go tsdns: initial implementation of a Tailscale DNS resolver (#396) 5 years ago