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