summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnserver/server_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-04-16net/netmon: publish events to event busDavid Anderson1-1/+1
2025-04-16all: update the tsd.System constructor name (#15372)M. J. Fromberger1-1/+1
2025-04-16all: construct new System values with an event bus pre-populatedM. J. Fromberger1-1/+1
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-9/+10
2025-01-15ipn/ipnserver: fix a deadlock in (*Server).blockWhileIdentityInUseNick Khyl1-0/+46
2025-01-15ipn/ipnserver: fix TestConcurrentOSUserSwitchingOnWindowsNick Khyl1-1/+14
2025-01-14ipn/ipnserver: fix race condition where LocalBackend is reset after a differe...Nick Khyl1-0/+67
2025-01-14ipn/{ipnlocal,ipnserver}: remove redundant (*LocalBackend).ResetForClientDisc...Nick Khyl1-0/+29
2025-01-14ipn/{ipnauth,ipnlocal,ipnserver}, client/tailscale: make ipnserver.Server tes...Nick Khyl1-0/+358
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-12-03ipn/{ipnserver,localapi}: fix InUseOtherUser handling with WatchIPNBusBrad Fitzpatrick1-0/+47
2022-11-25ipn/ipnserver: remove IPN protocol serverBrad Fitzpatrick1-86/+0
2022-06-03ipn/ipnserver, cmd/tailscaled: fix peerapi on WindowsBrad Fitzpatrick1-1/+7
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali1-1/+2
2021-12-09safesocket: add ConnectionStrategy, provide control over fallbacksJosh Bleecher Snyder1-1/+2
2021-12-02net/tsdial: give netstack a Dialer, start refactoring name resolutionBrad Fitzpatrick1-1/+2
2021-12-01net/tsdial: also plumb TUN name and monitor into tsdial.DialerBrad Fitzpatrick1-1/+1
2021-11-05cmd/tailscaled, ipn/ipnserver: refactor ipnserverBrad Fitzpatrick1-4/+10
2021-09-15all: close fake userspace engines when tests completeJosh Bleecher Snyder1-1/+1
2021-03-01cmd/tailscaled, wgengine: remove --fake, replace with netstackBrad Fitzpatrick1-1/+1
2021-01-11cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack workBrad Fitzpatrick1-1/+1
2020-10-02all: use testing.T.TempDirJosh Bleecher Snyder1-7/+1
2020-07-29ipn/ipnserver: make Engine argument a func that tries again for each connectionBrad Fitzpatrick1-1/+1
2020-05-15wgengine: log node IDs when peers are added/removed (#381)Wendi Yu1-5/+1
2020-05-08Implement rate limiting on log messages (#356)Wendi Yu1-1/+5
2020-03-03ipn/ipnserver: document potential race, start on test for itBrad Fitzpatrick1-0/+77