summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-12cmd/tailscale: add up -json flagcrawshaw/upjsonDavid Crawshaw1-0/+25
2021-03-12net/netcheck: add a few more STUN retries for prior DERP homeBrad Fitzpatrick2-1/+39
2021-03-12tailcfg, net/netcheck: let control mark "Avoid" bit on DERP regionsBrad Fitzpatrick2-0/+9
2021-03-12derp{,/derphttp},magicsock: tell DERP server when ping acks can be expectedBrad Fitzpatrick3-19/+48
2021-03-12wgengine{,tsdns}: rebind MagicDNS forwarders on link changeBrad Fitzpatrick3-12/+46
2021-03-12ipnstate, ipnlocal: add AuthURL to statusDavid Crawshaw2-0/+8
2021-03-11control/controlclient: allow for an unset linkMon.David Anderson1-1/+1
2021-03-11wgengine/router: don't touch interface routesDavid Anderson1-2/+33
2021-03-11wgengine/magicsock: delete unused WhoIs method that was moved elsewhereBrad Fitzpatrick1-19/+0
2021-03-11control/controlclient: report broken IP forwarding more precisely.David Anderson1-2/+16
2021-03-10wgengine/tsdns: truncate Map.PrettyDiffFrom string at 1KBBrad Fitzpatrick2-0/+33
2021-03-09Revert "--advertise-routes option enabled in Mac tailscale CLI; it checks for...Brad Fitzpatrick1-4/+3
2021-03-09Merge branch 'main' of github.com:tailscale/tailscale into danderson/filter-p...David Anderson0-0/+0
2021-03-09wgengine/filter: only log packets to/from non-default routes.David Anderson5-16/+181
2021-03-09wgengine/filter: only log packets to/from non-default routes.David Anderson5-16/+181
2021-03-09tailcfg, net/portmapper, wgengine/magicsock: add NetInfo.HavePortMapBrad Fitzpatrick5-2/+43
2021-03-09wgengine/magicsock, derp, derp/derphttp: respond to DERP server->client pingsBrad Fitzpatrick5-3/+124
2021-03-09cmd/tailscale/cli: document how to see subcommand usageBrad Fitzpatrick2-2/+6
2021-03-08wgengine/magicsock: fix Conn.Rebind race that let ErrClosed errors be readBrad Fitzpatrick2-19/+97
2021-03-08net/interfaces, wgengine/monitor: fix false positives link changesBrad Fitzpatrick2-0/+25
2021-03-08cmd/tailscaled: fix monitor debug tool's outputBrad Fitzpatrick1-1/+1
2021-03-08wgengine/router: add OpenBSD IPv6 support.Denton Gentry1-26/+76
2021-03-08wgengine/magicsock: fix typo in commentBrad Fitzpatrick1-1/+1
2021-03-08wgengine/monitor: simplify the Windows monitor to make it more reliableAleksandar Pesic2-225/+76
2021-03-08wgengine/netstack: stop UDP forwarding when one side diesNaman Sood1-5/+8
2021-03-08wgengine/netstack: add support for incoming UDP connectionsNaman Sood1-9/+67
2021-03-05ipn/ipnserver: refactor permissions checks a bit, document more, fix WindowsBrad Fitzpatrick1-21/+46
2021-03-05wgengine: support FreeBSD with IPv6.Denton Gentry1-1/+12
2021-03-05Revert "freebsd: ignore IPv6 for now"Denton Gentry5-108/+0
2021-03-05tailcfg, control/controlclient: add MapResponse.PingRequestBrad Fitzpatrick2-1/+54
2021-03-05safesocket: use right version of gofmtBrad Fitzpatrick1-3/+3
2021-03-05safesocket: support finding tailscale port/auth token from sandboxed CLIBrad Fitzpatrick1-3/+37
2021-03-05cmd/tailscale: fix depaware.txtBrad Fitzpatrick1-1/+2
2021-03-05cmd/tailscale/cli: restore hidden debug subcommandBrad Fitzpatrick2-0/+57
2021-03-05ipn/localapi, client/tailscale: add a goroutine dump handlerBrad Fitzpatrick2-0/+36
2021-03-05ipn/ipnserver: set PermitWrite on localapi handlerBrad Fitzpatrick1-4/+5
2021-03-05build_docker.sh, Dockerfile: fix bug with shell quotingSteve Coffman2-5/+16
2021-03-05wgengine/monitor: log warning if state changes but stringification doesn'tBrad Fitzpatrick1-1/+16
2021-03-05net/interfaces: log why when we failed to look up gateway on macOSBrad Fitzpatrick1-0/+2
2021-03-04ipn/ipnlocal, control/controlclient: propagate link monitor to controlclientBrad Fitzpatrick2-0/+5
2021-03-04net/dnsfallback: fix infinite loop and limit number of candidatesBrad Fitzpatrick1-8/+22
2021-03-04portlist: collect IPv6 listening sockets on linux.David Anderson2-42/+137
2021-03-04ipn/ipnlocal: make IPv6 OS routes be a single /48 for our ULA spaceBrad Fitzpatrick2-5/+135
2021-03-04wgengine/magicsock: log when DERP connection succeedsBrad Fitzpatrick1-1/+4
2021-03-04net/interfaces: sort returned addresses from LocalAddressesBrad Fitzpatrick2-5/+11
2021-03-03portlist: report a better process name for .Net on linux.David Anderson4-11/+82
2021-03-03wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEventBrad Fitzpatrick5-7/+63
2021-03-03net/tshttpproxy: call winhttp calls from a fixed OS threadBrad Fitzpatrick1-0/+4
2021-03-03freebsd: ignore IPv6 for nowDenton Gentry5-0/+108
2021-03-03safesocket: add FreeBSD to PlatformUsesPeerCredsDenton Gentry1-1/+1