summaryrefslogtreecommitdiffhomepage
path: root/ipn/store.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-20cmd/tailscaled,ipn: show a health warning when state store fails to open (#17...Andrew Lytvynov1-0/+15
2025-07-02tailcfg: report StateEncrypted in Hostinfo (#16434)Andrew Lytvynov1-0/+6
2025-06-27ipn/store: make StateStore.All optional (#16409)Andrew Lytvynov1-6/+0
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-0/+6
2024-03-06ipn: add comment about thread-safety to StateStorePercy Wegmann1-0/+1
2023-11-13taildrop: lazily perform full deletion scan after first taildrop use (#10137)Joe Tsai1-0/+5
2023-08-07ipn: avoid useless no-op WriteState callsBrad Fitzpatrick1-1/+15
2023-03-29ipn/store: add support for stores to hook into a custom dialerMaisem Ali1-0/+8
2023-02-08ipn: remove unused NLKeyStateKey constantMihai Parparita1-4/+0
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-19cmd/tailscale/cli, ipn: move serve CLI funcs on to ServeConfig (#6401)shayne1-67/+0
2022-11-17cmd/tailscale/cli: flesh out serve CLI and tests (#6304)shayne1-3/+3
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-3/+29
2022-11-10ipn/ipnlocal: add optional TLS termination on proxied TCP connectionsBrad Fitzpatrick1-4/+5
2022-11-10ipn/localapi: introduce get/set config for serve (#6243)shayne1-2/+2
2022-11-10ipn/ipnlocal, tailcfg: wire up ingress peerapiBrad Fitzpatrick1-0/+4
2022-11-09ipn/ipnlocal: start implementing web server bits of serveBrad Fitzpatrick1-0/+2
2022-11-09ipn: add WebServerConfig, add viewsBrad Fitzpatrick1-1/+10
2022-11-08ipn/ipnlocal, wgengine/netstack: start handling ports for future servingbradfitz/port_interceptBrad Fitzpatrick1-0/+51
2022-10-04wgengine/magicsock: make debug-level stuff not logged by defaultBrad Fitzpatrick1-1/+17
2022-08-03assorted: plumb tka initialization & network-lock key into tailscaledTom DNetto1-0/+4
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali1-214/+0
2021-10-28ipn: remove mention of wgkey in comment.David Anderson1-1/+1
2021-10-12ipn/store/aws, cmd/tailscaled: add AWS SSM ipn.StateStore implementationMaxime VISONNEAU1-0/+20
2021-09-27ipn{,/localapi,ipnlocal}: infer cert dir from state file locationBrad Fitzpatrick1-0/+3
2021-09-24ipn, paths: unconditionally attempt to set state dir perms, but only if the s...Aaron Klotz1-3/+5
2021-09-22ipn, paths: ensure that the state directory for Windows has the correct permsAaron Klotz1-1/+4
2021-09-01ipn/store: add ability to store data as k8s secrets.Maisem Ali1-0/+72
2021-07-11ipn: remove an unnecessary lazy map init on read pathBrad Fitzpatrick1-3/+0
2020-12-30wgkey: new packageJosh Bleecher Snyder1-1/+1
2020-11-06ipn: treat zero-length file state store file as missingBrad Fitzpatrick1-0/+9
2020-10-12ipn, ipnserver, cmd/tailscale: add "server mode" support on WindowsBrad Fitzpatrick1-0/+13
2020-10-01control/controlclient, ipn: store machine key separately from user prefs/persistBrad Fitzpatrick1-0/+4
2020-09-29ipn: add/move some constants, update a commentBrad Fitzpatrick1-0/+16
2020-03-03ipn: have NewFileStore try to create directories as neededBrad Fitzpatrick1-0/+2
2020-02-13Lint fixes.David Anderson1-7/+9
2020-02-13Introduce a state store to LocalBackend.David Anderson1-0/+117