summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/loglines_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-1/+1
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
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-1/+1
2024-05-07ipn/ipnlocal, all: plumb health trackers in testsBrad Fitzpatrick1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-14ipn/ipnlocal: remove some dead code (legacyBackend methods) from LocalBackendBrad Fitzpatrick1-3/+2
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-2/+6
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-1/+1
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-3/+3
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-3/+1
2022-10-24ipn/ipnlocal: use ipn.PrefsViewMaisem Ali1-1/+1
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali1-1/+2
2022-02-18cmd/tailscaled: add `-state=mem:` to support creation of an ephemeral node.Maisem Ali1-1/+1
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick1-1/+1
2021-11-01ipn/ipnstate: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-2/+2
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson1-2/+2
2021-10-29various: remove remaining uses of key.NewPrivate.David Anderson1-2/+2
2021-09-15all: close fake userspace engines when tests completeJosh Bleecher Snyder1-0/+1
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder1-6/+27
2021-04-13tailcfg: add Endpoint, EndpointType, MapRequest.EndpointTypeBrad Fitzpatrick1-1/+0
2021-03-01cmd/tailscaled, wgengine: remove --fake, replace with netstackBrad Fitzpatrick1-1/+1
2021-02-05types/persist: split controlclient.Persist into a small leaf packageBrad Fitzpatrick1-2/+2
2021-02-04ipn: split LocalBackend off into new ipn/ipnlocal packageBrad Fitzpatrick1-0/+92