summaryrefslogtreecommitdiffhomepage
path: root/net/interfaces
AgeCommit message (Expand)AuthorFilesLines
2021-01-14net/interfaces: add debugging code for crawshawjosh/debug-TestLikelyHomeRouterIPSyscallExecJosh Bleecher Snyder2-1/+8
2020-12-19net/interfaces: return IPv6 addresses from LocalAddresses.David Anderson1-5/+0
2020-12-14go.mod: upgrade staticcheck to 0.1.0Josh Bleecher Snyder1-2/+2
2020-11-19net/interfaces: make syscall and netstat agree when multiple gateways are pre...Josh Bleecher Snyder1-0/+5
2020-11-10net/interfaces: ignore bogus proxy URLs from winhttp [windows]Brad Fitzpatrick1-1/+7
2020-10-13wgengine/router: unfork winipcfg-go package, use upstreamAlex Brainman1-17/+15
2020-10-06ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offlineBrad Fitzpatrick1-16/+33
2020-10-05ipn, wgengine: disable subnet routes if network has PAC configurationBrad Fitzpatrick1-0/+2
2020-10-02net/interfaces: add interfaces.State.String methodBrad Fitzpatrick2-0/+72
2020-10-01net/interfaces: quiet PAC detection logging in no-PAC case, add benchmarkBrad Fitzpatrick2-8/+34
2020-10-01net/interfaces: add State.PAC field, populate it on WindowsBrad Fitzpatrick2-0/+42
2020-09-22net/interfaces, net/netns: move default route interface code to interfacesBrad Fitzpatrick2-4/+60
2020-09-14net/netns: add windows support.David Anderson1-0/+21
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick1-0/+18
2020-08-13wgengine/monitor: add Windows linkchange monitorBrad Fitzpatrick1-2/+4
2020-08-12net/interfaces: include DefaultRouteInterface in interfaces.StateBrad Fitzpatrick2-0/+20
2020-08-10net/interfaces: remove old debug oldJosh Bleecher Snyder1-3/+0
2020-08-10net/netns, net/interfaces: move defaultRouteInterface, add Android fallbackBrad Fitzpatrick2-0/+109
2020-08-04net/interfaces: use syscalls to find private gateway IP addressJosh Bleecher Snyder5-7/+417
2020-07-31net/interfaces: don't try to fork on iOS in likelyHomeRouterIPDarwinBrad Fitzpatrick1-0/+8
2020-07-28net/interfaces: fix likelyHomeRouterIP on AndroidBrad Fitzpatrick1-1/+59
2020-07-15net/interfaces: set SysProcAttr.HideWindow to prevent cmd.exe flash on WindowsBrad Fitzpatrick1-0/+2
2020-07-06net/tsaddr: new package to hold Tailscale-specific IPs/rangesBrad Fitzpatrick1-3/+3
2020-07-06netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCPBrad Fitzpatrick2-5/+30
2020-07-06net/interfaces: add func LikelyHomeRouterIPBrad Fitzpatrick5-0/+213
2020-05-28Make netcheck handle v6-only interfaces better, faster.Brad Fitzpatrick1-48/+37
2020-04-10net/interfaces: add IsExpensive and up state to StateBrad Fitzpatrick2-1/+33
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-16/+51
2020-03-10Move linkstate boring change filtering to magicsockBrad Fitzpatrick1-0/+34
2020-03-10wgengine/monitor: don't call LinkChange when interfaces look unchangedBrad Fitzpatrick2-0/+215