| Commit message (Expand) | Author | Age | Files | Lines |
| * | wsgi: Fix handling partial writes on Python 3partial-write-fix-2 | Jakub Stasiak | 2016-02-09 | 1 | -8/+13 |
| * | wsgi: document default value for max_size (1024); Thanks to ashutosh-mishrap262 | ashutosh-mishra | 2015-11-11 | 1 | -0/+1 |
| * | wsgi: don't buffer empty strings from the application | Samuel Merritt | 2015-10-12 | 1 | -2/+3 |
| * | wsgi: suppress output of 0-byte chunks | Samuel Merritt | 2015-10-08 | 1 | -1/+2 |
| * | wsgi: improved request body discardwsgi-drop-invalid | Sergey Shepelev | 2015-09-07 | 1 | -16/+24 |
| * | wsgi: better error for chunk read failures | Samuel Merritt | 2015-08-10 | 1 | -1/+8 |
| * | wsgi: UNIX socket address was trimmed in "wsgi starting" log; Thanks to Ihar ...gh-235 | Sergey Shepelev | 2015-06-02 | 1 | -13/+20 |
| * | wsgi: Provide python logging compatibilitywsgi-logging-gh-75 | Sean Dague | 2015-03-31 | 1 | -14/+40 |
| * | Python 3 compat: Fix all Travis test failuresdev | Jakub Stasiak | 2015-02-13 | 1 | -21/+9 |
| * | pep8: trivial fixes | Christoph Gysin | 2014-11-11 | 1 | -1/+1 |
| * | Python 3 compat; Improve WSGI, WS, threading and tests | Jakub Stasiak | 2014-11-11 | 1 | -2/+4 |
| * | wsgi.input: Make send_hundred_continue_headers a public API | Tushar Gohad | 2014-11-06 | 1 | -7/+13 |
| * | Improve documentation | Jakub Stasiak | 2014-10-31 | 1 | -0/+13 |
| * | Python 3 compat: Improve subprocess, WSGI and tests | Jakub Stasiak | 2014-10-13 | 1 | -3/+6 |
| * | Allow more gracefull shutdown of wsgi server | Stuart McLaren | 2014-10-13 | 1 | -1/+5 |
| * | Python 3 compat: Improve SSL and WSGI compat | Jakub Stasiak | 2014-10-11 | 1 | -4/+2 |
| * | Python 3 compat: Fix precedence bug | raylu | 2014-10-11 | 1 | -1/+1 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -24/+24 |
| * | wsgi: pep8 fixes | Tushar Gohad | 2014-08-27 | 1 | -24/+43 |
| * | wsgi: Support optional headers w/ "100 Continue" responses | Tushar Gohad | 2014-08-24 | 1 | -10/+40 |
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 1 | -28/+29 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -12/+30 |
| * | wsgi: capitalize_response_headers option | Sergey Shepelev | 2014-04-22 | 1 | -6/+28 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -3/+5 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -5/+5 |
| * | wsgi: Allow minimum_chunk_size to be overriden on a per request basis | David Goetz | 2013-09-05 | 1 | -2/+4 |
| * | wsgi: configurable socket_timeout | Sergey Shepelev | 2013-08-09 | 1 | -3/+10 |
| * | wsgi: pep8 whitespace | Sergey Shepelev | 2013-08-08 | 1 | -2/+9 |
| * | wsgi: close timed out client connections | Sergey Shepelev | 2013-08-08 | 1 | -0/+1 |
| * | wsgi: handle connection socket timeouts | Paul Oppenheim | 2013-07-09 | 1 | -2/+8 |
| * | wsgi: env['wsgi.input'] was returning 1 byte strings | Eric Urban | 2013-07-09 | 1 | -1/+1 |
| * | wsgi: minimum_chunk_size of last Server altered all previous (global variable) | Jakub Stasiak | 2013-04-09 | 1 | -4/+12 |
| * | wsgi: environ[REMOTE_PORT], also available in log_format, plus log accept eve... | Sergey Shepelev | 2013-01-23 | 1 | -12/+18 |
| * | Merged in clayg/eventlet/bug95 (pull request #25) | Sergey Shepelev | 2012-12-10 | 1 | -74/+173 |
| |\ |
|
| | * | Make the maximum URL length configurable | Tomas Sedovic | 2012-04-05 | 1 | -2/+7 |
| | * | Add environ['RAW_PATH_INFO'] to hold the request path as it was sent from | Doug Weimer | 2012-02-29 | 1 | -0/+1 |
| | * | merge | jmg.utn | 2011-11-06 | 1 | -9/+16 |
| | |\ |
|
| | | * | log_output flag parameter added to the wsgi server | jmg.utn | 2011-11-06 | 1 | -9/+16 |
| | * | | Limit overall HTTP header length and tests | Gregory Holt | 2011-10-20 | 1 | -4/+19 |
| | * | | Limit HTTP header line length | Gregory Holt | 2011-10-20 | 1 | -1/+32 |
| | |/ |
|
| | * | Debug mode now has an off mode to silence tracebacks on 500, per redbo's sugg... | Ryan Williams | 2011-02-04 | 1 | -7/+16 |
| | * | Stop wsgi server from blowing up when given an ipv6 socket | redbo | 2011-01-07 | 1 | -2/+2 |
| | * | Fixing empty-query-string compatibility that mcarter reported, added unit tes... | Ryan Williams | 2010-10-24 | 1 | -6/+4 |
| | * | Documenting ssl servers. | Ryan Williams | 2010-09-17 | 1 | -1/+1 |
| | * | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 1 | -1/+5 |
| | * | eventlet.wsgi no longer prints error messages, it instead uses the logfile. ... | Ryan Williams | 2010-08-11 | 1 | -5/+5 |
| | * | Ensure that when an exception is raised in the application the server doesn't... | Ryan Williams | 2010-08-11 | 1 | -2/+4 |
| | * | wsgi posthooks | Greg Holt | 2010-07-02 | 1 | -0/+4 |
| | * | Upgrading wsgi to also ignore tpooled AlreadyHandled results (because isinsta... | Ryan Williams | 2010-06-21 | 1 | -1/+2 |
| | * | Chunked readline fixes by schmir, ported from gevent by redbo. | Ryan Williams | 2010-05-27 | 1 | -28/+47 |