1. 21 Aug, 2016 12 commits
  2. 21 Jul, 2016 3 commits
  3. 06 Jul, 2016 4 commits
  4. 04 Jul, 2016 1 commit
  5. 29 Jun, 2016 2 commits
  6. 28 Jun, 2016 1 commit
  7. 20 Jun, 2016 1 commit
  8. 09 Jun, 2016 1 commit
  9. 08 Jun, 2016 2 commits
  10. 29 May, 2016 2 commits
  11. 27 May, 2016 1 commit
  12. 25 May, 2016 2 commits
  13. 23 May, 2016 3 commits
  14. 11 May, 2016 2 commits
  15. 29 Apr, 2016 2 commits
    • Jason Madden's avatar
      Fix #800 · aaccf2d3
      Jason Madden authored
      sslgte279 and ssl3: Move the check for _sslobj to inside the loop
      instead of above it. That way if the socket is closed while
      reading/writing (actually, while waiting for the read or write event)
      then the ValueError will be raised on the next loop iteration (because
      closing cancels the read/write events) instead of a TypeError.
      
      This may or may not obviate the chances for an OSError: closed to be
      raised.
      aaccf2d3
    • Jason Madden's avatar
      Fix #801 · e4e3d173
      Jason Madden authored
      Make _sslgte279.py preserve the create_connection function from
      gevent.socket instead of from stdlib ssl.
      e4e3d173
  16. 24 Apr, 2016 1 commit