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