[go: up one dir, main page]

  1. 772484e x/time/rate: correctly handle 0 limits by James Lees · 1 year, 3 months ago v0.7.0
  2. 883aed5 rate: add documentation on Limiter concurrent usage by Mohammed Sohail · 2 years, 1 month ago v0.5.0
  3. 2c09566 rate: the state of the limiter should not be changed when the requests failed by Zeke Lu · 3 years ago v0.3.0
  4. f3bd1da rate: add TokenAt and Tokens methods to Limiter. by Sameer Ajmani · 3 years, 3 months ago v0.1.0
  5. 2ce7c29 rate: use constant to avoid repeated definitions by cui fliter · 3 years, 2 months ago
  6. 579cf78 rate: use fake time for testing by Ian Lance Taylor · 3 years, 5 months ago
  7. 583f2d6 all: gofmt by Russ Cox · 3 years, 7 months ago
  8. f0f3c7e x/time/rate: handle zero limit correctly by ian woolf · 4 years, 5 months ago
  9. 1f47c86 rate: simplify code by Josh Bleecher Snyder · 4 years, 4 months ago
  10. ed9ce3a rate: remove redundant return statements by Tobias Klauser · 4 years, 5 months ago
  11. 3af7569 add lock for getting burst by fatedier · 5 years ago
  12. 89c76fb rate: fix documentation of Limiter.ReserveN() by Obeyda Djeffal · 6 years ago
  13. 555d28b Add critical section to protect lim.limit by Ziheng Liu · 6 years 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. 85acf8d rate: remove Go 1.6 support, use std context by Brad Fitzpatrick · 7 years ago
  17. fbb02b2 rate: avoid creating timer in WaitN if delay is zero by Bob Potter · 8 years ago
  18. 8be79e1 rate: restore Go 1.6 support by Brad Fitzpatrick · 9 years ago
  19. c06e80d rate: use standard library context package by Brad Fitzpatrick · 9 years ago
  20. f51c127 rate: change doc for ReserveN to reflect its signature by Song Gao · 9 years ago
  21. 711ca1c rate: ignore burst in WaitN when rate limit is Inf by Sameer Ajmani · 9 years ago
  22. 2bc1b4f rate: double reserveN perf by 2x by Blake Mizerany · 9 years ago
  23. 3d9bcec x/time/rate: provides a rate limiter. by Sameer Ajmani · 10 years ago