| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-10 | net/dns: rename resolvconf.go to debian_resolvconf.go. | David Anderson | 5 | -191/+185 |
| 2021-04-10 | net/dns: also include 'tail' and 'base' files when fixing up resolv.conf. | David Anderson | 1 | -0/+8 |
| 2021-04-10 | net/dns: implement prior config reading for debian resolvconf. | David Anderson | 1 | -3/+65 |
| 2021-04-10 | net/dns: rename script variable. | David Anderson | 1 | -2/+2 |
| 2021-04-10 | net/dns: add documentation to openresolv's config fetch. | David Anderson | 1 | -0/+15 |
| 2021-04-10 | net/dns: teach the openresolv manager to read DNS config. | David Anderson | 2 | -11/+36 |
| 2021-04-10 | wgengine/router: fix FreeBSD configuration failure on the v6 /48. | David Anderson | 1 | -0/+7 |
| 2021-04-10 | net/dns: split resolvconfManager into a debian and an openresolv manager. | David Anderson | 4 | -69/+86 |
| 2021-04-10 | net/dns: implement a DNS override workaround for legacy resolvconf. | David Anderson | 4 | -15/+110 |
| 2021-04-10 | util/dnsname: add FQDN type, use throughout codebase. | David Anderson | 13 | -205/+440 |
| 2021-04-10 | Added 2 fuzzers | AdamKorcz | 2 | -0/+31 |
| 2021-04-10 | api.md: clarify response behaviour for ACL POST endpoint | Daniel Chung | 1 | -6/+33 |
| 2021-04-10 | control/controlclient: create tls client config with server hostname instead ... | Simon Kirillov | 1 | -1/+1 |
| 2021-04-09 | cmd/{tailscale,tailscaled}: use netstack for subnet routing on Synology | Brad Fitzpatrick | 2 | -3/+3 |
| 2021-04-09 | cmd/tailscale/cli: make advertise-{routes,exit-node} available unconditionally | Brad Fitzpatrick | 1 | -8/+2 |
| 2021-04-09 | cmd/tailscale/cli: show nicer status output when logged out | Brad Fitzpatrick | 2 | -4/+18 |
| 2021-04-09 | portlist: unexport SameInodes method | Brad Fitzpatrick | 3 | -4/+4 |
| 2021-04-09 | ipn/{ipnlocal,localapi}, cmd/tailscale: add logout command | Brad Fitzpatrick | 7 | -37/+175 |
| 2021-04-09 | ipn/ipnlocal: fix deadlock from 227f73284 | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-09 | ipn/ipnlocal: eagerly announce peerapi service(s) on change | Brad Fitzpatrick | 1 | -0/+6 |
| 2021-04-09 | ipn/ipnlocal: avoid unneeded initPeerAPIListener work if no changes | Brad Fitzpatrick | 1 | -0/+14 |
| 2021-04-09 | ipn/ipnlocal: always set Notify.FilesWaiting, set IncomingFiles non-nil when ... | Brad Fitzpatrick | 2 | -5/+20 |
| 2021-04-09 | portlist: remove some old TODOs | Brad Fitzpatrick | 2 | -4/+3 |
| 2021-04-09 | net/dns: make directManager support split DNS, and work in sandboxes. | David Anderson | 1 | -43/+96 |
| 2021-04-08 | net/dns: add temporary fallback to quad-9 resolver for split-DNS testing. | David Anderson | 1 | -1/+22 |
| 2021-04-08 | net/dns: add missing FQDN qualification. | David Anderson | 1 | -1/+1 |
| 2021-04-08 | tailcfg: document new RegisterRequest.Expiry behavior | Brad Fitzpatrick | 1 | -2/+6 |
| 2021-04-08 | net/dns: make FQDN dot style consistent in more places. | David Anderson | 2 | -3/+4 |
| 2021-04-08 | ipn/ipnlocal: provide IPN bus updates as files arrive | Brad Fitzpatrick | 3 | -12/+120 |
| 2021-04-08 | ipn/ipnlocal: allow setting MagicDNS without DefaultResolvers. | David Anderson | 1 | -6/+1 |
| 2021-04-08 | tailcfg: add DNS routes and advanced resolver config. | David Anderson | 3 | -39/+137 |
| 2021-04-08 | cmd/tailscale/cli: add debug mode to push slowly for testing | Brad Fitzpatrick | 1 | -1/+36 |
| 2021-04-08 | ipn/ipnlocal: don't filter by time in FileTargets | Brad Fitzpatrick | 1 | -5/+1 |
| 2021-04-08 | net/dns/resolver: don't avoid tailscale routes for DNS forwarding. | David Anderson | 1 | -2/+1 |
| 2021-04-07 | control/controlclient: refactor some internals | Brad Fitzpatrick | 1 | -22/+30 |
| 2021-04-07 | ipn/ipnlocal: some more variable renames | Brad Fitzpatrick | 1 | -6/+8 |
| 2021-04-07 | ipn/ipnlocal: rename some variables to be consistent | Brad Fitzpatrick | 1 | -30/+30 |
| 2021-04-07 | net/dns: some post-review cleanups. | David Anderson | 9 | -26/+30 |
| 2021-04-07 | net/dns: insert OS base config when emulating split DNS. | David Anderson | 2 | -18/+53 |
| 2021-04-07 | net/dns: sort matchDomains to avoid test flake. | David Anderson | 1 | -0/+3 |
| 2021-04-07 | net/dns: add GetBaseConfig to OSConfigurator interface. | David Anderson | 9 | -3/+58 |
| 2021-04-07 | net/dns: add tests for DNS config generation. | David Anderson | 1 | -0/+397 |
| 2021-04-07 | net/dns/resolver: add a test helper to get at the resolver config. | David Anderson | 1 | -3/+10 |
| 2021-04-07 | net/dns: handle all possible translations of high-level DNS config. | David Anderson | 3 | -28/+210 |
| 2021-04-07 | net/tstun: accept peerapi connections through the filter | Brad Fitzpatrick | 3 | -3/+115 |
| 2021-04-07 | ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migration | Brad Fitzpatrick | 5 | -53/+6 |
| 2021-04-07 | ipn: remove Options.HTTPTestClient, move to LocalBackend | Brad Fitzpatrick | 2 | -5/+13 |
| 2021-04-07 | ipn/localapi, cmd/tailscale: add API to get prefs, CLI debug command to show | Brad Fitzpatrick | 5 | -1/+57 |
| 2021-04-07 | client/tailscale: factor out some helpers to reduce boilerplate | Brad Fitzpatrick | 1 | -89/+35 |
| 2021-04-07 | cmd/tailscale/cli: fix bug in earlier tailscale debug --local-creds addition | Brad Fitzpatrick | 1 | -3/+2 |