summaryrefslogtreecommitdiffhomepage
path: root/wgengine
AgeCommit message (Expand)AuthorFilesLines
2020-09-16wgengine/router: run netsh advfirewall less, rename, document setFirewallBrad Fitzpatrick2-24/+54
2020-09-16wgengine/magicsock: clarify pre-disco 'tailscale ping' error messageChristina Wen1-2/+2
2020-09-15wgengine/router/router_linux.go: fixed " route del failed" error (#756)Christina Wen1-4/+4
2020-09-15wgengine/router: tighten isMissingIPv6ErrBrad Fitzpatrick1-6/+12
2020-09-14net/netns: add windows support.David Anderson2-93/+71
2020-09-14wgengine/magicsock: increase test timeout to reduce flakinessJosh Bleecher Snyder1-1/+2
2020-09-14wgengine/magicsock: make discoPingPurpose a stringerJosh Bleecher Snyder2-0/+30
2020-09-14wgengine/magicsock: improve test logging outputJosh Bleecher Snyder1-1/+2
2020-09-11wgengine, wgengine/router, cmd/tailscale: force netfilter mode off on SynologyBrad Fitzpatrick2-14/+8
2020-09-11wgengine/router: tolerate disabled IPv6 on WindowsBrad Fitzpatrick1-26/+41
2020-09-11wgengine/router/dns: appease staticcheck (again)Josh Bleecher Snyder1-0/+6
2020-09-09wgengine/router/dns: remove unnecessary lint ignore lineJosh Bleecher Snyder1-1/+1
2020-09-08wgengine/router: on Windows, add a firewall rule to allow TailscaleBrad Fitzpatrick1-0/+34
2020-09-02wgengine/magicsock: fix typo in commentJosh Bleecher Snyder1-1/+1
2020-09-01wgengine/router: remove unnecessary newlines in log.Printf formatsBrad Fitzpatrick4-14/+14
2020-09-01wgengine/router: fix Windows route sorting that caused de-dup to not work (#727)Brad Fitzpatrick2-9/+120
2020-08-27wgengine: add Engine.SetLinkChangeCallbackBrad Fitzpatrick3-11/+30
2020-08-27tsdns: log when settings upstreams.Dmytro Shynkevych1-2/+1
2020-08-27tsdns: remove now unused fields.Dmytro Shynkevych1-7/+0
2020-08-27tsdns: remove forwarding queue.Dmytro Shynkevych2-43/+12
2020-08-27tsdns: be more strict with type validation.Dmytro Shynkevych2-5/+47
2020-08-27tsdns: fix accidental rejection of all non-{A, AAAA} questions.Dmytro Shynkevych3-64/+110
2020-08-26wgengine: lazily create peer wireguard configs more explicitlyBrad Fitzpatrick3-26/+28
2020-08-25cmd/tailscale: add derp and endpoints status (#703)halulu1-0/+17
2020-08-25magicsock: call RequestStatus when DERP connectsDavid Crawshaw2-0/+15
2020-08-25Revert "magicsock: call RequestStatus when DERP connects"David Crawshaw2-6/+4
2020-08-25magicsock: call RequestStatus when DERP connectsDavid Crawshaw2-4/+6
2020-08-24wgengine/monitor: add a poller to the Windows link change monitorBrad Fitzpatrick2-16/+97
2020-08-24tailcfg, tsdns: derive root domains from list of nodes (#708)Dmytro Shynkevych6-51/+65
2020-08-21wgengine/monitor_freebsd.go: remove duplicated errcheckDisconnect3d1-3/+0
2020-08-20wgengine: make lazy wireguard on by defaultBrad Fitzpatrick1-1/+1
2020-08-20tsdns: copy name when loewrcasing.Dmytro Shynkevych2-42/+61
2020-08-20tsdns: lowercase the name in parseQuery.Dmytro Shynkevych2-0/+9
2020-08-20tailcfg, wgengine, controlclient: add control-side gating of lazy WG configBrad Fitzpatrick1-3/+10
2020-08-20control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696)chungdaniel2-0/+105
2020-08-19wgengine/router/dns: fix staticcheck error on MacBrad Fitzpatrick1-1/+1
2020-08-19tsdns: delegate requests asynchronously (#687)Dmytro Shynkevych4-189/+600
2020-08-19router/dns: set all domains on Windows (#672)Dmytro Shynkevych1-18/+90
2020-08-17tailcfg, controlclient, magicsock: add control feature flag to enable DRPOBrad Fitzpatrick1-2/+16
2020-08-13wgengine/monitor: add Windows linkchange monitorBrad Fitzpatrick2-1/+132
2020-08-12wgengine/magicsock: use disco ping src as a candidate endpointBrad Fitzpatrick1-11/+83
2020-08-12wgengine/magicsock: simplify handlePingLockedBrad Fitzpatrick1-11/+4
2020-08-12wgengine/monitor: add, clean up netlink logging on route changesBrad Fitzpatrick1-18/+51
2020-08-12wgengine/router/router_userspace_bsd: on Mac the route program syntax expects...Mike Kramlich1-1/+6
2020-08-12router/dns: detect host endianness for NetworkManager.Dmytro Shynkevych1-2/+18
2020-08-12net/interfaces: include DefaultRouteInterface in interfaces.StateBrad Fitzpatrick1-1/+6
2020-08-10cmd/tailscale/cli: add ping subcommandBrad Fitzpatrick4-39/+197
2020-08-07wgengine/router: set MTU on Windows to min(configured,possible)Brad Fitzpatrick1-0/+7
2020-08-06wgenginer/router: fix buildJosh Bleecher Snyder1-2/+7
2020-08-06wgengine: stop giving tsdns a buffer that will be reusedDmytro Shynkevych1-1/+1