1. 21 Jul, 2016 2 commits
  2. 06 Jul, 2016 4 commits
  3. 04 Jul, 2016 1 commit
  4. 29 Jun, 2016 2 commits
  5. 28 Jun, 2016 1 commit
  6. 20 Jun, 2016 1 commit
  7. 09 Jun, 2016 1 commit
  8. 08 Jun, 2016 2 commits
  9. 29 May, 2016 2 commits
  10. 27 May, 2016 1 commit
  11. 25 May, 2016 2 commits
  12. 23 May, 2016 3 commits
  13. 11 May, 2016 2 commits
  14. 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
  15. 24 Apr, 2016 2 commits
  16. 21 Apr, 2016 1 commit
  17. 14 Apr, 2016 2 commits
  18. 07 Apr, 2016 2 commits
  19. 06 Apr, 2016 2 commits
  20. 05 Apr, 2016 5 commits