0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 23 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whooooops. More... about 16 years ago
merge More... about 16 years ago
Add support for Process.wait; clean up the way set_nonblocking is called and move it out of util into greenio; Add wrap_pipes_with_coroutine_pipes (UNTESTED) More... about 16 years ago
fix the backdoor More... about 16 years ago
Clean up a little bit, rename erpc 'execute', but still keep a binding for erpc More... about 16 years ago
Actually limit the number of simultaneous requests in eventlet.wsgi More... about 16 years ago
Add 'ready' and 'killall' from svn More... about 16 years ago
Update the nginx mod_wsgi support to the latest mod_wsgi semantics; there's a bug that's currently preventing it from working, though. More... about 16 years ago
[svn r111] add ready() method to event class, so you can tell in advance whether or not wait() is going to block. More... about 16 years ago
Don't write two content-length headers More... about 16 years ago
Support ssl objects properly again. Support wsgi.server(max_http_version=) More... about 16 years ago
Implement settimeout and gettimeout More... about 16 years ago
Don't re-use event objects, there might be a bug More... about 16 years ago
Work on python 2.3 More... about 16 years ago
Patch from Chuck Thier to properly install subpackages (eventlet.hubs and eventlet.support) now that we have subpackages More... about 16 years ago
Don't have an exception when the other side closes the connection More... about 16 years ago
Add unused max_size param to be more like eventlet.httpd.server More... about 16 years ago
Use a couple of environment variables to figure out what wsgi app to really run in nginx_mod_wsgi.py. Now you can run any wsgi app you want easily in nginx. Also, delay calling start_response until the first hunk of the body is sent since nginx doesn't let us change the response codes or headers after the first time it is called. More... about 16 years ago
start_response not start_request More... about 16 years ago
Support 100 continue More... about 16 years ago
[svn r110] Added exception type for 408 (RequestTimeout), so that we can catch it by name in CHTTP (required for persisting this exception to work). More... about 16 years ago
Call int on content length More... about 16 years ago
Make the wsgi server work, and it works really well, keepalives, http 1.1, yay More... about 16 years ago
merge More... about 16 years ago
Catch epipe More... about 16 years ago
[svn r109] Added flush to NullSTDOut More... about 16 years ago
[svn r108] DEV-6119 Backbone Traceback re: SysCallError: (104, 'Connection reset by peer') in indra.log ============== Fix discussed with Phoenix Quick review by rdw More... about 16 years ago
eventlet.support.pycurls module, experimental module which uses libcurl instead of python's httplib to perform http requests. Hopefully this can eventually be shimmed in as an optional faster implementation of the httpc module. More... about 16 years ago
Fix Request.request_protocol; it was looking for is_secure in a place the refactoring had made go away More... about 16 years ago
[svn r107] wrap_select_with_coroutine_select: This is to cooperate with people who are trying to do blocking reads with a timeout. This only works if r, w, and e aren't bigger than len 1, and if either r or w is populated. More... about 16 years ago