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