summaryrefslogtreecommitdiffhomepage
path: root/net/tsdial/tsdial.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-17net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#1...Jonathan Nobels1-7/+8
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-10-24net/tsdial: do not panic if setting the same eventbus twice (#17640)Claus Lensbøl1-2/+6
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick1-1/+12
2025-10-02control/controlclient: remove x/net/http2, use net/httpBrad Fitzpatrick1-1/+8
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-0/+43
2025-06-18net/*: remove Windows exceptions for when Resolver.PreferGo didn't workBrad Fitzpatrick1-1/+1
2025-05-09net/tsdial: update (*Dialer).SetRoutes() to log the size of the resulting bar...Nick Khyl1-0/+1
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-2/+3
2025-04-07nettest, *: add option to run HTTP tests with in-memory networkBrad Fitzpatrick1-4/+18
2025-04-02net/tsdial: tolerate empty default route on Plan 9Brad Fitzpatrick1-1/+1
2024-08-05{control,net}: close idle connections of custom transportsAnton Tolchanov1-0/+1
2024-07-08go.mod: bump bartMaisem Ali1-1/+1
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali1-1/+8
2024-05-06ipn/ipnlocal, net/tsdial: plumb routes into tsdial and use them in UserDialNick Khyl1-1/+31
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-0/+34
2024-04-19net/tsdial: assume all connections are affected if no default route is presentAndrew Dunham1-1/+15
2024-04-07net/tsdial: partially fix "tailscale nc" (UserDial) on macOSBrad Fitzpatrick1-4/+14
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov1-12/+0
2023-09-02net/netmon, net/tsdial: add some link change metricsBrad Fitzpatrick1-0/+10
2023-09-01net/tsdial: be smarter about when to close SystemDial connsBrad Fitzpatrick1-10/+37
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick1-3/+2
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 Norris1-3/+2
2022-11-16all: standardize on PeerAPIMaisem Ali1-1/+1
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 Fitzpatrick1-7/+7
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-3/+3
2022-04-27net/tsdial: add SystemDial as a wrapper on netns.DialMaisem Ali1-6/+111
2021-12-09net/dnscache, net/tsdial: add DNS caching to tsdial UserDialBrad Fitzpatrick1-5/+19
2021-12-03ipn/ipnlocal, net/tsdial: make SOCKS/HTTP dials use ExitDNSBrad Fitzpatrick1-9/+44
2021-12-02net/tsdial: give netstack a Dialer, start refactoring name resolutionBrad Fitzpatrick1-8/+38
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 Fitzpatrick1-11/+18
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 Fitzpatrick1-0/+61