summaryrefslogtreecommitdiffhomepage
path: root/util/limiter/limiter.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2026-01-21util/limiter: don't panic when dumping a new LimiterJosh Bleecher Snyder1-0/+3
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-34/+34
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
2023-09-08util/lru, util/limiter: add debug helper to dump state as HTMLDavid Anderson1-0/+53
2023-09-06util/limiter: add a keyed token bucket rate limiterDavid Anderson1-0/+149