summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-12-02client hijack demobradfitz/demo_client_hijackBrad Fitzpatrick1-0/+94
2021-12-02net/tsdial: give netstack a Dialer, start refactoring name resolutionBrad Fitzpatrick10-83/+99
2021-12-02tstest/integration: use t.CleanupJosh Bleecher Snyder1-52/+16
2021-12-01ipn/ipnlocal: run peerapi even if Taildrop storage not configuredBrad Fitzpatrick3-20/+29
2021-12-01ipn/ipnlocal: resolve exit node IP to ID at EditPrefs time.David Anderson1-1/+10
2021-12-01net/tsdial: make dialing to peerapi work in netstack modeBrad Fitzpatrick1-6/+47
2021-12-01net/tsdial: move macOS/iOS peerapi sockopt logic from LocalBackendBrad Fitzpatrick7-54/+63
2021-12-01control/noise: clean up resources in TestNoReuseJosh Bleecher Snyder1-0/+3
2021-12-01net/tsdial: also plumb TUN name and monitor into tsdial.DialerBrad Fitzpatrick8-19/+48
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick21-70/+163
2021-12-01wgengine/monitor: fix docs on Mon.InterfaceStateBrad Fitzpatrick1-2/+4
2021-12-01net/portmapper: deflake TestPCPIntegrationJosh Bleecher Snyder1-1/+8
2021-12-01Replace AWS SDK v1 dependency with v2Artyom Pervukhin3-13/+24
2021-11-30godoc fix: StatusWithPeers -> StatusWithoutPeersDanny Hermes1-1/+1
2021-11-30net/tsdial: start of new package to unify all outbound dialing complexityBrad Fitzpatrick12-198/+221
2021-11-30ipn/ipnlocal, net/dns/resolver: use exit node's DoH proxy when availableBrad Fitzpatrick2-14/+45
2021-11-30ipn/ipnlocal: fix Content-Length in DoH DNS proxy responseBrad Fitzpatrick1-1/+1
2021-11-30cmd/tailscale, ipn/ipnstate: note which nodes are exit nodes in statusBrad Fitzpatrick3-8/+20
2021-11-30types/logger: add Context and related helpersJosh Bleecher Snyder2-0/+51
2021-11-30net/dns: fix checking for wrapped error when attempting to read wsl.conf for ...Aaron Klotz1-1/+3
2021-11-30tstest/integration: stop leaking zstd.DecodersJosh Bleecher Snyder1-1/+5
2021-11-30net/dns: detect and decode UTF-16 from wsl.exe earlier.David Anderson3-38/+86
2021-11-30net/nettest: deflake TestPipeTimeoutJosh Bleecher Snyder2-7/+1
2021-11-30net/portmapper: improve handling of UPnP parse errorsJosh Bleecher Snyder1-1/+2
2021-11-30net/portmapper: fill out PCP/PMP client metricsJosh Bleecher Snyder1-0/+12
2021-11-30net/portmapper: add UPnP client metricsJosh Bleecher Snyder1-0/+25
2021-11-30net/portmapper: make PCP/PMP result codes stringersJosh Bleecher Snyder4-5/+80
2021-11-30net/portmapper: add clientmetrics for PCP/PMP responsesJosh Bleecher Snyder2-3/+61
2021-11-30net/portmapper: handle pcp ADDRESS_MISMATCH responseJosh Bleecher Snyder2-0/+10
2021-11-30net/socks5/tssocks, wgengine: permit SOCKS through subnet routers/exit nodesBrad Fitzpatrick5-51/+62
2021-11-30cmd/tailscale: make file cp send files via tailscaled localapiBrad Fitzpatrick3-33/+73
2021-11-30.github/dependabot.yml: slow down the stream of unusable PRsDavid Crawshaw1-2/+2
2021-11-30go.mod: bump github.com/aws/aws-sdk-go-v2/service/ssmdependabot[bot]2-3/+3
2021-11-30go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.10.2 to 1.10.3dependabot[bot]2-9/+9
2021-11-29tailcfg, ipn/ipnlocal: advertise a Service when exit node DNS proxy availableBrad Fitzpatrick2-10/+51
2021-11-29cmd/tailscaled: allow running the SOCKS5 and HTTP proxies on the same port.David Anderson7-13/+47
2021-11-29net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket.David Anderson2-0/+317
2021-11-29tailcfg, ipn/ipnlocal, net/dns: forward exit node DNS on Unix to system DNSBrad Fitzpatrick7-57/+251
2021-11-29control/controlclient: stop logging about goal.url invariantJosh Bleecher Snyder1-5/+3
2021-11-29update github.com/aws/aws-sdk-go-v2David Crawshaw3-32/+39
2021-11-29cmd/tailscale/cli: don't complain about --accept-routes true->false on SynologyBrad Fitzpatrick2-0/+41
2021-11-29ipn/ipnlocal: restrict exit node DoH server based on ACL'ed packet filterBrad Fitzpatrick3-13/+110
2021-11-29wgengine/filter: fix, test NewAllowAllForTestBrad Fitzpatrick2-2/+14
2021-11-29ipn/store/aws: support using sub-paths in parametersThomas Weiß1-1/+1
2021-11-29cmd/tailscaled: log error on state store init failureThomas Weiß1-0/+1
2021-11-26net/dns/resolver: add clientmetrics for DNSBrad Fitzpatrick2-2/+102
2021-11-26ipn/ipnlocal: warn more precisely about IP forwarding issues on linux.David Anderson1-14/+76
2021-11-26cmd/derper: set Content-Security-Policy on DERPs.David Anderson1-4/+11
2021-11-26ipn/ipnlocal: populate self status from netmap in ipnlocal, not magicsock.David Anderson2-15/+12
2021-11-26logpolicy: export NewLogtailTransport for AndroidDenton Gentry1-5/+8