[go: up one dir, main page]

  1. 1ce61fe rate: make function comment match function name by cuishuang · 10 months ago v0.9.0
  2. 772484e x/time/rate: correctly handle 0 limits by James Lees · 1 year, 3 months ago v0.7.0
  3. b24d3b5 all: add a go directive, set it to 1.18 by Dmitri Shuralyov · 2 years, 1 month ago v0.4.0
  4. 2c09566 rate: the state of the limiter should not be changed when the requests failed by Zeke Lu · 3 years ago v0.3.0
  5. f3bd1da rate: add TokenAt and Tokens methods to Limiter. by Sameer Ajmani · 3 years, 3 months ago v0.1.0
  6. 579cf78 rate: use fake time for testing by Ian Lance Taylor · 3 years, 5 months ago
  7. 1424b61 rate: extend maximum-delay slop to all platforms by Bryan C. Mills · 3 years, 7 months ago
  8. 0e9765c rate: extend timing tolerances on Android and Plan9 by Bryan C. Mills · 3 years, 9 months ago
  9. 90d013b rate: allow for more timing slop in TestWaitSimple by Bryan C. Mills · 3 years, 9 months ago
  10. f0f3c7e x/time/rate: handle zero limit correctly by ian woolf · 4 years, 5 months ago
  11. 38a9dc6 rate: mark test helper functions by Tobias Klauser · 4 years, 5 months ago
  12. 3dc757c rate: use time.Since instead of time.Now().Sub by Tobias Klauser · 4 years, 5 months ago
  13. f8bda1e all: go fmt ./... by Russ Cox · 4 years, 9 months ago
  14. 6d3f0bb rate: fix rounding error in tokensFromDuration by Eric Lagergren · 6 years ago
  15. c4c64ca rate: Add SetBurst() to dynamically update burst size by Simarpreet Singh · 6 years ago
  16. fbb02b2 rate: avoid creating timer in WaitN if delay is zero by Bob Potter · 8 years ago
  17. 8be79e1 rate: restore Go 1.6 support by Brad Fitzpatrick · 9 years ago
  18. c06e80d rate: use standard library context package by Brad Fitzpatrick · 9 years ago
  19. 711ca1c rate: ignore burst in WaitN when rate limit is Inf by Sameer Ajmani · 9 years ago
  20. 2bc1b4f rate: double reserveN perf by 2x by Blake Mizerany · 9 years ago
  21. a4bde12 rate: skip TestLongRunningQPS on OpenBSD by Matthew Dempsky · 10 years ago
  22. 3d9bcec x/time/rate: provides a rate limiter. by Sameer Ajmani · 10 years ago