summaryrefslogtreecommitdiffhomepage
path: root/util/limiter
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris2-2/+2
2026-01-21util/limiter: don't panic when dumping a new LimiterJosh Bleecher Snyder2-0/+8
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan2-105/+105
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-0/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2023-09-08util/lru, util/limiter: add debug helper to dump state as HTMLDavid Anderson2-0/+115
2023-09-06util/limiter: add a keyed token bucket rate limiterDavid Anderson2-0/+300