| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-header | Tres Seaver | 2014-03-10 | 1 | -2/+2 |
| | | |||||
| * | Typo. | Tres Seaver | 2013-09-07 | 1 | -1/+1 |
| | | |||||
| * | Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header. | Tres Seaver | 2013-09-03 | 1 | -1/+1 |
| | | |||||
| * | Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'. | Tres Seaver | 2013-09-03 | 1 | -0/+3 |
| | | | | | | Allows proxies which serve mixed HTTP / HTTPS requests to control signal which are served as HTTPS. | ||||
| * | Support the WSGI ``wsgi.file_wrapper`` protocol as per | Chris McDonough | 2012-01-16 | 1 | -0/+2 |
| | | | | | http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling. | ||||
| * | garden | Chris McDonough | 2012-01-02 | 1 | -1/+1 |
| | | |||||
| * | garden | Chris McDonough | 2012-01-02 | 1 | -0/+1 |
| | | |||||
| * | garden | Chris McDonough | 2011-12-31 | 1 | -0/+4 |
| | | |||||
| * | Bug Fixes | Chris McDonough | 2011-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ~~~~~~~~~ - Set up logging by calling logging.basicConfig() when ``serve`` is called (show tracebacks and other warnings to console by default). - Disallow WSGI applications to set "hop-by-hop" headers (Connection, Transfer-Encoding, etc). - Don't treat 304 status responses specially in HTTP/1.1 mode. - Remove out of date ``interfaces.py`` file. - Normalize logging (all output is now sent to the ``waitress`` logger rather than in degenerate cases some output being sent directly to stderr). Features ~~~~~~~~ - Support HTTP/1.1 ``Transfer-Encoding: chunked`` responses. - Slightly better docs about logging. | ||||
| * | coveragepipelinefix | Chris McDonough | 2011-12-30 | 1 | -1/+1 |
| | | |||||
| * | handle only one task at a time on channel to fix pipelineing issues | Chris McDonough | 2011-12-29 | 1 | -0/+7 |
| | | |||||
| * | move differences to docs | Chris McDonough | 2011-12-28 | 1 | -0/+51 |
