- 883aed5 rate: add documentation on Limiter concurrent usage by Mohammed Sohail · 2 months ago master v0.5.0
- b24d3b5 all: add a go directive, set it to 1.18 by Dmitri Shuralyov · 8 weeks ago v0.4.0
- 2c09566 rate: the state of the limiter should not be changed when the requests failed by Zeke Lu · 1 year, 1 month ago v0.3.0
- 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally. by Gaal Yahas · 1 year, 4 months ago v0.2.0
- f3bd1da rate: add TokenAt and Tokens methods to Limiter. by Sameer Ajmani · 1 year, 4 months ago v0.1.0
- 2ce7c29 rate: use constant to avoid repeated definitions by cui fliter · 1 year, 3 months ago
- e5dcc9c A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 5 months ago
- 579cf78 rate: use fake time for testing by Ian Lance Taylor · 1 year, 6 months ago
- 583f2d6 all: gofmt by Russ Cox · 1 year, 8 months ago
- 1424b61 rate: extend maximum-delay slop to all platforms by Bryan C. Mills · 1 year, 8 months ago
- 0e9765c rate: extend timing tolerances on Android and Plan9 by Bryan C. Mills · 1 year, 10 months ago
- 90d013b rate: allow for more timing slop in TestWaitSimple by Bryan C. Mills · 1 year, 10 months ago
- f0f3c7e x/time/rate: handle zero limit correctly by ian woolf · 2 years, 6 months ago
- 1f47c86 rate: simplify code by Josh Bleecher Snyder · 2 years, 5 months ago
- 38a9dc6 rate: mark test helper functions by Tobias Klauser · 2 years, 6 months ago
- ed9ce3a rate: remove redundant return statements by Tobias Klauser · 2 years, 6 months ago
- 3dc757c rate: use time.Since instead of time.Now().Sub by Tobias Klauser · 2 years, 6 months ago
- f8bda1e all: go fmt ./... by Russ Cox · 2 years, 10 months ago
- 7e3f01d README.md: add badge to pkg.go.dev by Julie Qiu · 3 years ago
- 3af7569 add lock for getting burst by fatedier · 3 years, 5 months ago
- 89c76fb rate: fix documentation of Limiter.ReserveN() by Obeyda Djeffal · 3 years, 8 months ago
- 555d28b Add critical section to protect lim.limit by Ziheng Liu · 4 years, 2 months ago
- 6d3f0bb rate: fix rounding error in tokensFromDuration by Eric Lagergren · 4 years, 2 months ago
- c4c64ca rate: Add SetBurst() to dynamically update burst size by Simarpreet Singh · 4 years, 3 months ago
- 9d24e82 all: add a go.mod file by Michael Matloob · 4 years, 10 months ago
- 85acf8d rate: remove Go 1.6 support, use std context by Brad Fitzpatrick · 5 years ago
- fbb02b2 rate: avoid creating timer in WaitN if delay is zero by Bob Potter · 6 years ago
- 26559e0 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
- 6dc1736 README: add better links, Markdown by Kevin Burke · 6 years ago
- 8be79e1 rate: restore Go 1.6 support by Brad Fitzpatrick · 7 years ago
- c06e80d rate: use standard library context package by Brad Fitzpatrick · 7 years ago
- f51c127 rate: change doc for ReserveN to reflect its signature by Song Gao · 7 years ago
- 711ca1c rate: ignore burst in WaitN when rate limit is Inf by Sameer Ajmani · 7 years ago
- 2bc1b4f rate: double reserveN perf by 2x by Blake Mizerany · 7 years ago
- a4bde12 rate: skip TestLongRunningQPS on OpenBSD by Matthew Dempsky · 8 years ago
- 3d9bcec x/time/rate: provides a rate limiter. by Sameer Ajmani · 8 years ago
- 68cff97 initial commit by Andrew Gerrand · 8 years ago