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