| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-14 | cmd/tailscale/cli: add ip --ofbradfitz/ip_of | Brad Fitzpatrick | 2 | -1/+13 |
| 2021-04-13 | net/dns: fix FreeBSD build | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-04-13 | net/dns: fix staticheck. | David Anderson | 2 | -75/+0 |
| 2021-04-13 | net/dns: implement correct manager detection on linux. | David Anderson | 3 | -6/+189 |
| 2021-04-13 | net/dns: fix NM's GetBaseConfig when no configs exist. | David Anderson | 1 | -0/+4 |
| 2021-04-13 | net/dns: refactor dbus connection setup in resolved manager. | David Anderson | 1 | -46/+25 |
| 2021-04-13 | portlist: de-dup services on same (proto, port) on both IPv4/IPv6 | Brad Fitzpatrick | 2 | -6/+21 |
| 2021-04-13 | cmd/tailscale/cli: add up --unattended for Windows | Brad Fitzpatrick | 1 | -1/+12 |
| 2021-04-13 | tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType | Brad Fitzpatrick | 11 | -94/+186 |
| 2021-04-13 | ipn/ipnlocal: fix peerapi printf arg mismatch | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-13 | cmd/tailscale/cli: make push get peerapi base via localapi, not TSMP ping | Brad Fitzpatrick | 1 | -46/+27 |
| 2021-04-13 | cmd/tailscale/cli: add push --targets to list possible targets | Brad Fitzpatrick | 1 | -1/+30 |
| 2021-04-13 | ipn/localapi: only require read access to list file targets | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-04-13 | cmd/tailscale/cli: restore SIGINT/SIGTERM on context cancel | Brad Fitzpatrick | 1 | -1/+7 |
| 2021-04-13 | client/tailscale/apitype: move local API types to new apitype package | Brad Fitzpatrick | 9 | -43/+61 |
| 2021-04-12 | ipn/ipnlocal,wgengine/router,cmd/tailscale: add flag to allow local lan acces... | Maisem Ali | 8 | -103/+261 |
| 2021-04-12 | net/dns: return error from NewOSManager, use it to initialize NM. | David Anderson | 16 | -50/+67 |
| 2021-04-12 | derp: handle net.ErrClosed in TestSendFreeze | Maisem Ali | 1 | -1/+1 |
| 2021-04-12 | ipn/ipnlocal: in direct file mode, don't readdir | Brad Fitzpatrick | 1 | -1/+10 |
| 2021-04-12 | cmd/tailscale/cli: don't let up change prefs based on implicit flag values | Brad Fitzpatrick | 4 | -67/+403 |
| 2021-04-12 | net/dns: support split and unsplit DNS in NetworkManager. | David Anderson | 1 | -2/+124 |
| 2021-04-12 | ipn/ipnlocal: add LocalBackend.SetDirectFileRoot | Brad Fitzpatrick | 3 | -17/+88 |
| 2021-04-12 | types/netmap: add some docs/warning to NetworkMap | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-04-12 | tailcfg, control/controlclient: make nil MapResponse.DNSConfig mean unchanged... | Brad Fitzpatrick | 2 | -7/+9 |
| 2021-04-12 | ipn: add hostname to Prefs.Pretty output | Brad Fitzpatrick | 2 | -0/+10 |
| 2021-04-12 | ipn/ipnlocal: be consistent in not logging when no notify registered | Brad Fitzpatrick | 1 | -1/+0 |
| 2021-04-12 | ipn/ipnlocal: remove redundant notify nil check | Brad Fitzpatrick | 1 | -4/+1 |
| 2021-04-12 | ipn: set BackendServer's notify earlier; don't require Start | Brad Fitzpatrick | 1 | -2/+3 |
| 2021-04-12 | ipn: include err in Notify decode fatal path | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-12 | wgengine/monitor: reduce Linux log spam on down | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-12 | portlist: use windows OpenCurrentProcessToken, not GetCurrentProcessToken | Brad Fitzpatrick | 1 | -1/+11 |
| 2021-04-12 | portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32 | Brad Fitzpatrick | 2 | -3/+3 |
| 2021-04-12 | portlist: exclude services bound to IPv6 loopback address | Brad Fitzpatrick | 2 | -2/+17 |
| 2021-04-11 | net/dns: fix up NetworkManager configurator a bit. | David Anderson | 1 | -26/+36 |
| 2021-04-11 | ipn/localapi: require write access to PATCH prefs | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-04-11 | net/dns: set resolved DefaultRoute setting according to split-dns mode. | David Anderson | 1 | -0/+4 |
| 2021-04-11 | net/dns: fix staticcheck errors. | David Anderson | 2 | -13/+15 |
| 2021-04-11 | ipn/ipnlocal: use PATCH for EditPrefs, not POST | Brad Fitzpatrick | 2 | -3/+7 |
| 2021-04-11 | net/dns: pacify staticcheck for now | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-04-11 | net/dns: support split DNS in systemd-resolved. | David Anderson | 2 | -16/+73 |
| 2021-04-11 | ipn/localapi: move EditPrefs to localapi | Brad Fitzpatrick | 7 | -47/+41 |
| 2021-04-11 | net/dns: improve NetworkManager detection, using more DBus. | David Anderson | 3 | -13/+44 |
| 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 |