Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid socket.fromfd AttributeError on win32 if cgi is forced, give helpful ↵ | Allan Saddi | 2010-02-20 | 1 | -15/+28 |
| | | | | | | exception for fcgi (by Thomas Waldmann, via moinmoin, changesets 49f8dd576950, 661057dc4d09) | ||||
* | Fix for FastCGI CGI-mode which was broken by timeout feature. | Allan Saddi | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | If start_new_thread fails, ensure the FastCGI request is properly closed. | Allan Saddi | 2010-02-12 | 1 | -1/+4 |
| | |||||
* | Cancel alarm before restoring old SIGALRM handler. #43 | Allan Saddi | 2009-11-04 | 1 | -0/+1 |
| | |||||
* | Add configurable timeout (default: no timeout) to be used when the | Allan Saddi | 2009-10-21 | 1 | -5/+28 |
| | | | | WSGI application is called. Only applies to forked servers! | ||||
* | change debug to default to False | Jon Nelson | 2009-06-12 | 1 | -1/+1 |
| | | | | | for paste entry points, get debug from local_conf, then global_conf, then just use False | ||||
* | Add forceCGI keyword argument to FastCGI servers to | Allan Saddi | 2009-02-02 | 1 | -2/+4 |
| | | | | programmatically force CGI behavior. | ||||
* | Add an indication as to which header fails assertion when | Allan Saddi | 2008-09-11 | 1 | -2/+2 |
| | | | | passing in non-string header names and/or values. | ||||
* | Revise previous patch for compatibility with pre-2.5 Python. | Allan Saddi | 2008-07-22 | 1 | -4/+9 |
| | |||||
* | Attempt to deduce missing PATH_INFO and/or QUERY_STRING from | Allan Saddi | 2008-07-22 | 1 | -4/+10 |
| | | | | REQUEST_URI, if present. | ||||
* | Fix readline implementations so size argument is checked | Allan Saddi | 2007-09-10 | 1 | -3/+3 |
| | | | | | earlier. (transplanted from f1cc536d3f42ce695e4401ad729eec1985803579) | ||||
* | Catch and ignore EPIPE when flushing the streams and ending the request. | Allan Saddi | 2007-05-11 | 1 | -2/+6 |
| | |||||
* | Update servers to default to an empty QUERY_STRING if | Allan Saddi | 2006-12-05 | 1 | -0/+2 |
| | | | | | | | not present in the environ. Update gzip.py: compresslevel -> compress_level | ||||
* | Add support for FastCGI roles other than FCGI_RESPONDER. | Allan Saddi | 2006-08-28 | 1 | -2/+3 |
| | |||||
* | Stop ignoring EPIPE exceptions. | Allan Saddi | 2006-06-18 | 1 | -12/+14 |
| | |||||
* | Added umask keyword parameter to fcgi and fcgi_fork, | Allan Saddi | 2006-05-18 | 1 | -2/+14 |
| | | | | | for use when binding to a UNIX socket. | ||||
* | Add paste.server_factory-compliant factories and respective | Allan Saddi | 2006-02-24 | 1 | -5/+19 |
| | | | | | | egg entry points. Add debug option to servers, which is True by default. | ||||
* | Fix issue with FCGI_GET_VALUES handling. | Allan Saddi | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | Python 2.3 doesn't define socket.SHUT_WR, which affected | Allan Saddi | 2005-09-08 | 1 | -0/+4 |
| | | | | | the closing of the FastCGI socket with the server. | ||||
* | Cleanly close connection socket to avoid sending a TCP RST to | Allan Saddi | 2005-06-13 | 1 | -1/+12 |
| | | | | | the web server. (fcgi_base) | ||||
* | Change threaded servers so wsgi.multiprocess is False by default. | Allan Saddi | 2005-05-18 | 1 | -8/+5 |
| | | | | | Allow it to be changed by keyword argument. | ||||
* | Checkpoint commit. | Allan Saddi | 2005-04-15 | 1 | -0/+1128 |