| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t... | Ryan Williams | 2010-02-05 | 1 | -8/+4 |
| * | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ... | Ryan Williams | 2010-01-29 | 1 | -4/+18 |
| * | Moved trampoline into hubs/__init__, which maybe is the best place for it; op... | Ryan Williams | 2010-01-24 | 1 | -1/+1 |
| * | Automated merge with http://bitbucket.org/which_linden/eventlet/ | Ryan Williams | 2010-01-08 | 1 | -2/+16 |
| |\ |
|
| | * | Improved error reporting when we are on Windows and try to do something that ... | Ryan Williams | 2010-01-08 | 1 | -2/+16 |
| * | | Removed Event from __init__ and added some comments to greenio. | Ryan Williams | 2010-01-06 | 1 | -0/+20 |
| * | | Removed Green_fileobject and moved its contents to GreenPipe. Removed higher... | Ryan Williams | 2010-01-02 | 1 | -188/+99 |
| |/ |
|
| * | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ... | Ryan Williams | 2009-12-17 | 1 | -1/+2 |
| * | Removed previously-deprecated features tcp_server, GreenSSL, erpc, and trap_e... | Ryan Williams | 2009-12-15 | 1 | -13/+1 |
| * | Renamed GreenFile to Green_fileobject, better reflecting its purpose. This i... | Ryan Williams | 2009-12-05 | 1 | -5/+6 |
| * | Arg, stupid inheritance | Ryan Williams | 2009-12-05 | 1 | -1/+4 |
| * | Improved GreenSocket construction, added connect timeout test. | Ryan Williams | 2009-12-05 | 1 | -0/+5 |
| * | Fixed minor compatibility issue with 2.6 relating to the weird _GLOBAL_DEFAUL... | Ryan Williams | 2009-11-28 | 1 | -1/+7 |
| * | Replaced copy-and-pasted httplib with patched httplib, saving a few K. Added... | Ryan Williams | 2009-11-28 | 1 | -1/+1 |
| * | Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o... | Ryan Williams | 2009-11-27 | 1 | -185/+18 |
| * | Converted test_socket to use the patcher, fixed minor divergence from standar... | Ryan Williams | 2009-11-26 | 1 | -3/+11 |
| * | Moved GreenSSLObject into eventlet.green.socket, cleaned up imports slightly,... | Ryan Williams | 2009-11-24 | 1 | -66/+0 |
| * | Initial implemenation of using ssl module instead of pyOpenSSL. | Ryan Williams | 2009-11-21 | 1 | -7/+42 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -20/+0 |
| * | Fix for an issue where zeroreturnerror was being raised from within the green... | Ryan Williams | 2009-09-04 | 1 | -1/+3 |
| * | Fix for http://bitbucket.org/which_linden/eventlet/issue/2/more-issues-with-p... | Ryan Williams | 2009-08-31 | 1 | -0/+4 |
| * | Brought api_test up to date with code changes, the daggy fix approach appears... | Ryan Williams | 2009-08-23 | 1 | -2/+0 |
| * | Fixed incorrect assert syntax. | Ryan Williams | 2009-08-17 | 1 | -2/+2 |
| * | Refactored the hubs again, now we support multiple readers/writers on a singl... | Ryan Williams | 2009-08-13 | 1 | -1/+1 |
| * | Full duplex for select hub. tcp_server has to be changed because we no longe... | Ryan Williams | 2009-08-02 | 1 | -6/+5 |
| * | Moved socketpair and fromfd into green/socket and removed from greenio | Ryan Williams | 2009-07-24 | 1 | -11/+0 |
| * | Fixed test_socket_ssl failures. | Ryan Williams | 2009-07-19 | 1 | -7/+18 |
| * | Moved SSL imports out of util, removed SSL-specific exceptions from the vario... | Ryan Williams | 2009-07-19 | 1 | -23/+29 |
| * | Finished up SSL.Connection compatibility. Backwards compatibility change: it... | Ryan Williams | 2009-07-19 | 1 | -16/+112 |
| * | Increased compatibility by writing an analogue of the SSL object returned by ... | Ryan Williams | 2009-07-19 | 1 | -0/+40 |
| * | Removed RefCount so that GreenSSL behaves more like SSL.Connection, fixed wsg... | Ryan Williams | 2009-07-19 | 1 | -45/+12 |
| * | Added sendall that matches behavior of SSL.Connection sendall. Removed defau... | Ryan Williams | 2009-07-19 | 1 | -2/+13 |
| * | Added flags argument to send and recv variants, for completeness. | Ryan Williams | 2009-07-19 | 1 | -16/+16 |
| * | Both read and write behave properly with regard to WantRead and WantWrite; se... | Ryan Williams | 2009-07-19 | 1 | -15/+35 |
| * | Implementation of GreenSSL.read that I'm much happier about, as it only does ... | Ryan Williams | 2009-07-17 | 1 | -10/+8 |
| * | Wrong varname | Ryan Williams | 2009-07-17 | 1 | -1/+1 |
| * | Fixed httplib bug reported by Cesar Alaniz, realized that the unit test I'd w... | Ryan Williams | 2009-07-17 | 1 | -29/+47 |
| * | move copytright and license out of docstring in the comments | Denis Bilenko | 2009-06-12 | 1 | -23/+19 |
| * | greenio: fix GreenSocket.dup to preserve the timeout (patch by Marcin Bachry) | Denis Bilenko | 2009-06-12 | 1 | -1/+3 |
| * | Fixed test_connect_ssl | Ryan Williams | 2009-06-02 | 1 | -1/+3 |
| * | Fixed failing test by adding new makefile() method to GreenSSL. | Ryan Williams | 2009-05-28 | 1 | -1/+35 |
| * | greenio: fix bug in GreenSocket.set_blocking, it used to put the underlying s... | Denis Bilenko | 2009-06-11 | 1 | -1/+0 |
| * | Nat's patch for making greenio successfully import under Windows by deferring... | Ryan Williams | 2009-06-07 | 1 | -6/+8 |
| * | Test and fix for weird 'Unexpected EOF' error discovered through use. wsgi_t... | Ryan Williams | 2009-06-02 | 1 | -0/+7 |
| * | import fix for GreenSSL from http://bitbucket.org/fzzzy/eventlet/changeset/4a... | Denis Bilenko | 2009-05-24 | 1 | -1/+4 |
| * | Fix test_socket by properly wrapping socketpair and fromfd in the eventlet.gr... | donovan | 2009-03-28 | 1 | -0/+10 |
| * | greenio: save the reference to the original socket in case it will be monkey ... | Denis Bilenko | 2009-01-14 | 1 | -1/+2 |
| * | removed dependency on twisted from greenio.py | Denis Bilenko | 2008-12-11 | 1 | -5/+0 |
| * | added makeGreenFile method to greenio.GreenSocket which creates GreenFile ins... | Denis Bilenko | 2008-12-10 | 1 | -9/+4 |
| * | added connect_ex method to GreenSocket | Denis Bilenko | 2008-11-24 | 1 | -3/+24 |