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