1. 15 Feb, 2015 1 commit
  2. 14 Feb, 2015 1 commit
  3. 06 Feb, 2015 1 commit
    • Juan Batiz-Benet's avatar
      ratelimiter: fixing rate limiter use · 91a79bc2
      Juan Batiz-Benet authored
      Use of the ratelimiter should be conscious of the ratelimiter's
      potential closing. any loops that add work to ratelimiter
      should (a) only do so if the rate limiter is not closed,
      or (b) prevent limiter while work is added
      (i.e. use limiter.Go(addWorkHere))
      91a79bc2
  4. 04 Feb, 2015 1 commit
  5. 02 Feb, 2015 6 commits
  6. 01 Feb, 2015 1 commit
  7. 27 Jan, 2015 1 commit
  8. 26 Jan, 2015 1 commit
  9. 24 Jan, 2015 5 commits
  10. 21 Jan, 2015 1 commit
  11. 18 Jan, 2015 3 commits