summaryrefslogtreecommitdiffhomepage
path: root/ipn/store
AgeCommit message (Expand)AuthorFilesLines
2023-04-24ipn/store/awsstore: persist state with intelligent tieringMarwan Sulaiman1-2/+13
2023-03-29ipn/store: add support for stores to hook into a custom dialerMaisem Ali1-0/+5
2023-03-23ipn/store/kubestore: handle "/" in ipn.StateKeysMaisem Ali1-3/+15
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick2-2/+3
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2023-01-20go.mod: bump AWS SDK past a breaking API change of theirsBrad Fitzpatrick1-2/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick3-3/+0
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-07-27ipn/store/awsstore: add "ts_omit_aws" build tag to reduce binary sizeBrad Fitzpatrick2-5/+6
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 Ali2-15/+3
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali8-7/+573
2021-11-29ipn/store/aws: support using sub-paths in parametersThomas Weiß1-1/+1
2021-10-12all: fix spelling mistakesnicksherron1-1/+1
2021-10-12ipn/store/aws, cmd/tailscaled: add AWS SSM ipn.StateStore implementationMaxime VISONNEAU3-0/+360