| Commit message (Expand) | Author | Age | Files | Lines |
| * | add note to changes, expand commentfix.filewrapper_leak | Chris McDonough | 2014-05-16 | 1 | -1/+5 |
| * | sharing code with bert | Chris McDonough | 2014-05-14 | 1 | -12/+14 |
| * | Only allow trustted proxies to overried request.urlscheme. | Tres Seaver | 2014-03-10 | 1 | -2/+6 |
| * | Merge from master. | Tres Seaver | 2014-03-10 | 1 | -10/+29 |
| |\ |
|
| | * | Add a change note, fix test so it passes on Python versions without | Chris McDonough | 2013-11-21 | 1 | -1/+5 |
| | * | Merge branch 'master' of github.com:domruf/waitress into domruf-master | Chris McDonough | 2013-11-21 | 1 | -1/+1 |
| | |\ |
|
| | | * | only sort the headers by key not by value | domruf | 2013-09-19 | 1 | -1/+1 |
| | * | | - When the ``url_prefix`` adjustment starts with more than one slash, all | Chris McDonough | 2013-11-21 | 1 | -9/+24 |
| | |/ |
|
| * | | Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header. | Tres Seaver | 2013-09-03 | 1 | -2/+2 |
| * | | Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'. | Tres Seaver | 2013-09-03 | 1 | -0/+2 |
| * | | Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'. | Tres Seaver | 2013-09-03 | 1 | -2/+4 |
| |/ |
|
| * | #4, on InternalServerError and HTTP 1.1 take care of the connection: close he... | Adam Groszer | 2013-08-15 | 1 | -1/+8 |
| * | Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE | Adam Groszer | 2013-08-15 | 1 | -2/+1 |
| * | add a url_prefix adjustment that behaves much like paste prefixmiddleware (to... | Chris McDonough | 2013-08-12 | 1 | -3/+7 |
| * | Nits. | Keith Gaughan | 2013-06-04 | 1 | -1/+1 |
| * | Season to taste. | Tres Seaver | 2013-05-23 | 1 | -4/+2 |
| * | autopep8 runthrough and janitorial changes. | Keith Gaughan | 2013-05-23 | 1 | -18/+21 |
| * | Removed a warning that was displayed for HEAD requests. | Georges Dubus | 2012-11-24 | 1 | -5/+6 |
| * | get rid of a getattr | Chris McDonough | 2012-01-19 | 1 | -1/+1 |
| * | using -1 as a sentinel was a bad idea | Chris McDonough | 2012-01-17 | 1 | -9/+6 |
| * | garden | Michael Merickel | 2012-01-16 | 1 | -1/+1 |
| * | - Make sure when content-length header is set that file_wrapper serves no | Chris McDonough | 2012-01-16 | 1 | -4/+14 |
| * | Support the WSGI ``wsgi.file_wrapper`` protocol as per | Chris McDonough | 2012-01-16 | 1 | -2/+13 |
| * | - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel | Chris McDonough | 2012-01-03 | 1 | -1/+1 |
| * | Features | Chris McDonough | 2012-01-02 | 1 | -6/+5 |
| * | Bug Fixes | Chris McDonough | 2011-12-31 | 1 | -53/+62 |
| * | fix exception reporting | 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 | -23/+14 |
| * | unhose | Chris McDonough | 2011-12-29 | 1 | -4/+12 |
| * | total coverage | Chris McDonough | 2011-12-28 | 1 | -4/+4 |
| * | add trigger tests | Chris McDonough | 2011-12-28 | 1 | -1/+4 |
| * | ensure headers and body cannot exceed a max size | Chris McDonough | 2011-12-28 | 1 | -131/+139 |
| * | garden docs, move logging_dispatcher to utilities | Chris McDonough | 2011-12-27 | 1 | -1/+0 |
| * | speed tweaks | Chris McDonough | 2011-12-27 | 1 | -11/+12 |
| * | renames, effective_host/effective_port, dont relog in task | Chris McDonough | 2011-12-27 | 1 | -9/+10 |
| * | pep 8 | Chris McDonough | 2011-12-26 | 1 | -3/+3 |
| * | expose all adjustments to serve() | Chris McDonough | 2011-12-26 | 1 | -3/+3 |
| * | channel.write no longer accept non-byte-sequences. | Chris McDonough | 2011-12-26 | 1 | -3/+1 |
| * | dont tostr header vals, capitalize header vals in build_response_header | Chris McDonough | 2011-12-26 | 1 | -8/+11 |
| * | use start_response_called rather than wrote_headers as a latch | Chris McDonough | 2011-12-26 | 1 | -4/+4 |
| * | add functional tests for write callback and behavior when no content length h... | Chris McDonough | 2011-12-26 | 1 | -20/+24 |
| * | get more specific about testing bad content lengths | Chris McDonough | 2011-12-26 | 1 | -1/+3 |
| * | provide a real write callable, warn when cl exceeds or shorts specified, anti... | Chris McDonough | 2011-12-26 | 1 | -37/+46 |
| * | pep8 | Chris McDonough | 2011-12-26 | 1 | -16/+18 |
| * | hoist up computation of self.content_length | Chris McDonough | 2011-12-26 | 1 | -3/+3 |
| * | move server.executeRequest->task.execute | Chris McDonough | 2011-12-26 | 1 | -5/+105 |
| * | dont break apart status and reason, compat tostr fixes | Chris McDonough | 2011-12-26 | 1 | -4/+3 |
| * | task coverage | Chris McDonough | 2011-12-26 | 1 | -18/+0 |
| * | add expect/continue support; document differences from zope.server | Chris McDonough | 2011-12-24 | 1 | -10/+11 |
| * | add functional tests, fix crap under py3, rejigger task to not be so broken | Chris McDonough | 2011-12-23 | 1 | -53/+62 |