1. 18 Nov, 2016 1 commit
  2. 01 Nov, 2016 1 commit
  3. 27 Oct, 2016 1 commit
  4. 26 Oct, 2016 2 commits
  5. 25 Oct, 2016 1 commit
  6. 24 Oct, 2016 1 commit
    • Jim Fulton's avatar
      Avoid waiting on futures using timeouts · 7d70244f
      Jim Fulton authored
      On Python 2, waiting on a future result with a timeout is very
      expensive. (Because conditions with timeouts are very expensive.)
      
      The thing is, we still want to use timeouts when we're disconnected.
      We don't want requests to fail right away of the disconnection is
      short.
      
      We do a bit of a dance to only use a timeout if we're disconnected.
      7d70244f
  7. 12 Oct, 2016 1 commit
  8. 08 Sep, 2016 2 commits
  9. 06 Sep, 2016 3 commits
  10. 18 Aug, 2016 2 commits
  11. 14 Aug, 2016 2 commits
  12. 13 Aug, 2016 2 commits
  13. 11 Aug, 2016 1 commit
  14. 10 Aug, 2016 1 commit
  15. 09 Aug, 2016 3 commits
  16. 08 Aug, 2016 11 commits
  17. 05 Aug, 2016 5 commits