summaryrefslogtreecommitdiffhomepage
path: root/tka/tailchonk.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-21tka: don't panic if no clock set in tka.MemAlex Chan1-1/+11
2025-11-19ipn/ipnlocal, tka: compact TKA state after every syncAlex Chan1-1/+21
2025-11-18tka: mark young AUMs as active even if the chain is longAnton Tolchanov1-10/+13
2025-11-18tka: move RemoveAll() to CompactableChonkAlex Chan1-4/+4
2025-11-17ipn/ipnlocal: use an in-memory TKA store if FS is unavailableAlex Chan1-1/+91
2025-11-17various: add more missing apostrophes in commentsAlex Chan1-2/+2
2025-10-29tka: rename a mutex to `mu` instead of single-letter `l`Alex Chan1-13/+13
2025-10-21tka: don't try to read AUMs which are partway through being writtenAlex Chan1-1/+9
2025-10-21ipn, tka: improve the logging around TKA sync and AUM errorsAlex Chan1-5/+5
2025-10-17tka: don't look up parent/child information from purged AUMsAlex Chan1-50/+55
2025-10-17tka: remove an unused Mem.Orphans() methodAlex Chan1-13/+0
2025-09-12all: add ts_omit_tailnetlock as a start of making it build-time modularBrad Fitzpatrick1-0/+2
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-3/+3
2023-03-03tka: compact TKA storage on startupTom DNetto1-5/+99
2023-03-01tka: implement compaction logicTom DNetto1-0/+319
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-29ipn/ipnlocal, tka: Implement TKA synchronization with the control planeTom DNetto1-0/+3
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-2/+12
2022-08-08tka: stable text representation of AUMHashDavid Crawshaw1-24/+18
2022-08-03assorted: plumb tka initialization & network-lock key into tailscaledTom DNetto1-0/+13
2022-07-13tka: implement filesystem-based tailchonk implementationTom DNetto1-0/+263
2022-07-11tka: implement Chonk type & an in-memory implementationTom DNetto1-0/+158