1. 23 May, 2016 2 commits
  2. 11 May, 2016 2 commits
  3. 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
  4. 24 Apr, 2016 2 commits
  5. 21 Apr, 2016 1 commit
  6. 14 Apr, 2016 2 commits
  7. 07 Apr, 2016 2 commits
  8. 06 Apr, 2016 2 commits
  9. 05 Apr, 2016 14 commits
  10. 04 Apr, 2016 4 commits
  11. 02 Apr, 2016 3 commits
  12. 01 Apr, 2016 4 commits