summaryrefslogtreecommitdiffhomepage
path: root/ipn/store/stores.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-06-27ipn/store: make StateStore.All optional (#16409)Andrew Lytvynov1-1/+23
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-0/+140
2025-06-18feature/tpm: implement ipn.StateStore using TPM sealing (#16030)Andrew Lytvynov1-0/+2
2025-05-21ipn/store: remove a layer of indirection for registering stores (#15986)Andrew Lytvynov1-10/+1
2024-04-17ipn/store: omit AWS & Kubernetes support on 'small' Linux GOARCHesBrad Fitzpatrick1-3/+3
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+4
2022-04-21util/mak: move tailssh's mapSet into a new package for reuse elsewhereBrad Fitzpatrick1-4/+2
2022-02-28ipn/store: [TestNewStore] do not use an empty fileMaisem Ali1-3/+2
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali1-0/+193