summaryrefslogtreecommitdiffhomepage
path: root/net/tsdial
AgeCommit message (Expand)AuthorFilesLines
2023-08-11ipn/ipnlocal,net/tsdial: update docs/rename funcsMaisem Ali1-2/+4
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-3/+3
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-22/+22
2023-04-19net/tsdial: do not use proxies when dialing out to PeerAPIMaisem Ali1-0/+2
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-01-27all: update copyright and license headersWill Norris6-18/+12
2022-11-16all: standardize on PeerAPIMaisem Ali1-1/+1
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-2/+0
2022-09-29all: fix spelling mistakesJosh Soref1-2/+2
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+0
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick3-22/+20
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick3-5/+8
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick3-9/+9
2022-04-27net/tsdial: add SystemDial as a wrapper on netns.DialMaisem Ali1-6/+111
2022-03-25cmd/tailscale: write fewer known_hosts, resolve ssh host to FQDN earlyBrad Fitzpatrick1-7/+12
2021-12-09net/dnscache, net/tsdial: add DNS caching to tsdial UserDialBrad Fitzpatrick2-8/+37
2021-12-03ipn/ipnlocal, net/tsdial: make SOCKS/HTTP dials use ExitDNSBrad Fitzpatrick3-9/+162
2021-12-02net/tsdial: give netstack a Dialer, start refactoring name resolutionBrad Fitzpatrick3-46/+77
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 Fitzpatrick2-11/+61
2021-12-01net/tsdial: also plumb TUN name and monitor into tsdial.DialerBrad Fitzpatrick1-2/+28
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick1-1/+68
2021-11-30net/tsdial: start of new package to unify all outbound dialing complexityBrad Fitzpatrick3-0/+287