summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-08-13net/tshttpproxy: new package, support WPAD/PAC proxies on Windowsbradfitz/win_wpad_pacBrad Fitzpatrick8-1/+276
2020-08-13wgengine/monitor: add Windows linkchange monitorBrad Fitzpatrick3-3/+136
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-12derp: add a debug option to verbosely log drops to a destination.David Anderson1-6/+40
2020-08-12derp: remove two key.Public allocationsJosh Bleecher Snyder1-2/+34
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 Fitzpatrick3-1/+26
2020-08-11derp: fix 32-bit struct field alignmentBrad Fitzpatrick1-0/+1
2020-08-11derp: export the new expvar.David Anderson1-0/+1
2020-08-11derp: rename "wireguard" packet type to "other".David Anderson1-3/+3
2020-08-11derp: break down received packets by kind (disco vs. wireguard).David Anderson2-0/+14
2020-08-11cmd/microproxy: add a quick hack for some malformed variables.David Anderson1-1/+11
2020-08-10logpolicy: consider /var/lib/tailscale when no STATE_DIRECTORYBrad Fitzpatrick1-0/+12
2020-08-10tailcfg: add missing Node.DERP check in Node.EqualsBrad Fitzpatrick2-0/+6
2020-08-10cmd/tailscale/cli: remove already done TODOBrad Fitzpatrick1-1/+0
2020-08-10net/interfaces: remove old debug oldJosh Bleecher Snyder1-3/+0
2020-08-10derp: make writeUint32 and readUint32 not allocateJosh Bleecher Snyder1-6/+21
2020-08-10derp: add readUint32 and writeUint32 benchmarksJosh Bleecher Snyder1-0/+31
2020-08-10net/netns, net/interfaces: move defaultRouteInterface, add Android fallbackBrad Fitzpatrick4-56/+111
2020-08-10cmd/tailscale/cli: add ping subcommandBrad Fitzpatrick11-40/+379
2020-08-10derp: add basic benchmarkJosh Bleecher Snyder1-3/+64
2020-08-10cmd/tailscale/cli: validate advertised routes' IP address-vs-network bitsBrad Fitzpatrick4-16/+28
2020-08-09control/controlclient: use less battery when stopped, stop map requestsBrad Fitzpatrick2-9/+71
2020-08-09backoff: update to Go style, document a bit, make 30s explicitBrad Fitzpatrick4-40/+57
2020-08-07tailcfg, control/controlclient: support delta-encoded netmapsBrad Fitzpatrick3-7/+217
2020-08-07derp: add server version to /debug, expvarsJosh Bleecher Snyder2-0/+6
2020-08-07wgengine/router: set MTU on Windows to min(configured,possible)Brad Fitzpatrick1-0/+7
2020-08-07README: update contributing sectionBrad Fitzpatrick1-4/+2
2020-08-07Update README, remove old relaynode dredgeBrad Fitzpatrick2-6/+12
2020-08-06version: new week, new dateBrad Fitzpatrick1-1/+1
2020-08-06control/controlclient: reset timeout timer on non-keepalive map updatesBrad Fitzpatrick1-9/+11
2020-08-06go mod tidyBrad Fitzpatrick2-13/+10
2020-08-06go.mod: update to newly rebased wireguard-goJosh Bleecher Snyder2-1/+3
2020-08-06wgenginer/router: fix buildJosh Bleecher Snyder1-2/+7
2020-08-06ipn: jack up the MaxMessageSize from 1MB to 10MBBrad Fitzpatrick1-1/+1
2020-08-06wgengine: stop giving tsdns a buffer that will be reusedDmytro Shynkevych1-1/+1
2020-08-06wgengine,magicsock: fix two lazy wireguard config issuesBrad Fitzpatrick4-27/+153
2020-08-06tsdns: implement reverse DNS lookups, canonicalize names everywhere. (#640)Dmytro Shynkevych5-90/+413
2020-08-06control/controlclient: remove unused NetworkMap.UAPI methodBrad Fitzpatrick2-20/+13
2020-08-06wgengine/magicsock: fix lazy config deadlock, document more lock orderingBrad Fitzpatrick1-21/+24
2020-08-05wgengine/monitor: log RTM_DELROUTE details, fix format stringsBrad Fitzpatrick1-2/+12
2020-08-05wgengine: fix deadlock between engine and magicsockBrad Fitzpatrick2-3/+8
2020-08-05logpolicy: upload early logpolicy output, log where we decide to write logsBrad Fitzpatrick1-10/+25
2020-08-04ipn: put Magic DNS domains firstDmytro Shynkevych1-1/+2
2020-08-04wgengine/magicsock: don't deadlock on pre-disco Endpoints w/ lazy wireguard c...Brad Fitzpatrick1-7/+5
2020-08-04net/interfaces: use syscalls to find private gateway IP addressJosh Bleecher Snyder5-7/+417
2020-08-04--advertise-routes option enabled in Mac tailscale CLI; it checks for IP forw...Mike Kramlich1-3/+4