| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python 3 compat: Improve SSL and WSGI compat | Jakub Stasiak | 2014-10-11 | 1 | -6/+9 |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -4/+7 |
| * | Fix SSL socket wrapping and Python 2.7.9 compatibility | Jakub Stasiak | 2014-10-11 | 1 | -2/+5 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -17/+46 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -22/+25 |
| * | Fix second simultaneous read (parallel paramiko issue) | Jan Grant | 2014-08-12 | 1 | -5/+11 |
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri... | Sergey Shepelev | 2013-12-03 | 1 | -19/+19 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -6/+6 |
| * | green.ssl: Fix NameError GH-17 | Jakub Stasiak | 2013-08-12 | 1 | -1/+1 |
| * | ssl: socket.sendall(): trampoline if sent 0 bytes; fixes CPU burn | raylu | 2013-01-12 | 1 | -0/+2 |
| * | Bugfix issue #104: an SSL unwrap() sends data, and so it needs trampolining. | Brandon Craig Rhodes | 2011-11-02 | 1 | -1/+2 |
| * | Using slurp_properties throughout eventlet.green. | Ryan Williams | 2011-04-09 | 1 | -3/+2 |
| * | eventlet.green.ssl busywaiting on send. | Ryan Williams | 2011-02-15 | 1 | -35/+11 |
| * | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 1 | -1/+3 |
| * | More robust transference of properties from stdlib modules. Also more effici... | Ryan Williams | 2010-08-18 | 1 | -1/+3 |
| * | Some 2.7 compatibility work, since the emulated APIs changed a bit. | Ryan Williams | 2010-07-06 | 1 | -18/+26 |
| * | Consolidated execs in various green modules. | Ryan Williams | 2010-06-25 | 1 | -2/+1 |
| * | merge with which_linden tip | amajorek | 2010-03-22 | 1 | -10/+5 |
| |\ |
|
| | * | Code simplification. | amajorek | 2010-03-22 | 1 | -10/+5 |
| * | | Slightly more efficient trampoline, ssl no longer calls fileno needlessly. | Ryan Williams | 2010-03-14 | 1 | -11/+11 |
| |/ |
|
| * | module eventlet.common moved to eventlet.support | amajorek | 2010-03-09 | 1 | -1/+1 |
| * | New eventlet.common module to create version-neutral layer. For now only get_... | amajorek | 2010-02-28 | 1 | -5/+6 |
| * | py3k - extracting errno from exception wrapped into get_errno function to wor... | amajorek | 2010-02-27 | 1 | -16/+16 |
| * | first draft of making eventlet py3k compatible. | amajorek | 2010-02-26 | 1 | -7/+6 |
| * | Tweaked the way monkey_patch works so that it'll work better if called after ... | Ryan Williams | 2010-02-07 | 1 | -0/+1 |
| * | Moved trampoline into hubs/__init__, which maybe is the best place for it; op... | Ryan Williams | 2010-01-24 | 1 | -1/+1 |
| * | Corrected timeout behavior of ssl sockets, better docs on the annoying close ... | Ryan Williams | 2009-12-06 | 1 | -13/+24 |
| * | Added test for ssl module, fixed bug that it found with definition of setbloc... | Ryan Williams | 2009-11-29 | 1 | -1/+7 |
| * | Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o... | Ryan Williams | 2009-11-27 | 1 | -7/+11 |
| * | Matching behavior of 2.6's socket.ssl method more closely. | Ryan Williams | 2009-11-24 | 1 | -2/+1 |
| * | Moved GreenSSLObject into eventlet.green.socket, cleaned up imports slightly,... | Ryan Williams | 2009-11-24 | 1 | -1/+2 |
| * | Initial implemenation of using ssl module instead of pyOpenSSL. | Ryan Williams | 2009-11-21 | 1 | -0/+295 |