summaryrefslogtreecommitdiffhomepage
path: root/net/tsdial
AgeCommit message (Expand)AuthorFilesLines
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