| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add comment why this code exists | Bert JW Regeer | 2019-08-27 | 1 | -0/+7 |
| * | Allow requests with URI that starts with multiple slashes | Bert JW Regeer | 2019-08-27 | 1 | -4/+17 |
| * | avoid converting the version to a string value "None", empty insteadcrack-version | Michael Merickel | 2019-04-13 | 1 | -1/+1 |
| * | run linkcheck and fix redirects, broken links | Steve Piercy | 2018-09-06 | 1 | -1/+1 |
| * | Merge pull request #170 from Pylons/bugfix/uppercase_verb | Bert JW Regeer | 2017-08-16 | 1 | -2/+14 |
| |\ |
|
| | * | No longer allow lowercase HTTP methodsbugfix/uppercase_verb | Bert JW Regeer | 2017-08-15 | 1 | -2/+14 |
| * | | This fixes #64 but only for Python 3; Python 2 fails the test. I'm clueless ... | Chris McDonough | 2017-06-01 | 1 | -1/+4 |
| |/ |
|
| * | Fix tests Python3 breakage | Matt Russell | 2016-06-24 | 1 | -1/+1 |
| * | Prevent header spoofing via underscore/dash conflation. | Matt Russell | 2016-06-24 | 1 | -0/+2 |
| * | preserve whitespace between folded header lines | David Glick | 2015-04-13 | 1 | -1/+1 |
| * | no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha... | Chris McDonough | 2014-05-15 | 1 | -2/+2 |
| * | - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longer | Chris McDonough | 2013-11-21 | 1 | -2/+15 |
| * | #13, add some comments on why we return HTTP 1.0 disregarding HTTP 1.1 reques... | Adam Groszer | 2013-08-15 | 1 | -0/+4 |
| * | Season to taste. | Tres Seaver | 2013-05-23 | 1 | -6/+7 |
| * | autopep8 runthrough and janitorial changes. | Keith Gaughan | 2013-05-23 | 1 | -9/+9 |
| * | fix for py3 | Chris McDonough | 2012-09-28 | 1 | -1/+1 |
| * | Return a 400 error instead of a 500 error when pathological input case report... | Chris McDonough | 2012-09-28 | 1 | -11/+23 |
| * | Support the WSGI ``wsgi.file_wrapper`` protocol as per | Chris McDonough | 2012-01-16 | 1 | -0/+5 |
| * | - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel | Chris McDonough | 2012-01-03 | 1 | -51/+58 |
| * | Bug Fixes | Chris McDonough | 2011-12-31 | 1 | -2/+2 |
| * | handle only one task at a time on channel to fix pipelineing issues | Chris McDonough | 2011-12-29 | 1 | -16/+14 |
| * | ensure headers and body cannot exceed a max size | Chris McDonough | 2011-12-28 | 1 | -1/+47 |
| * | pep 8 | Chris McDonough | 2011-12-26 | 1 | -1/+1 |
| * | add expect/continue support; document differences from zope.server | Chris McDonough | 2011-12-24 | 1 | -0/+5 |
| * | add url_scheme adjustment, make available to serve initialization | Chris McDonough | 2011-12-23 | 1 | -1/+1 |
| * | add functional tests, fix crap under py3, rejigger task to not be so broken | Chris McDonough | 2011-12-23 | 1 | -6/+6 |
| * | all tests pass on py3k | Chris McDonough | 2011-12-22 | 1 | -2/+2 |
| * | more py3 prep | Chris McDonough | 2011-12-22 | 1 | -2/+2 |
| * | first cut at prepping for python 3 compat | Chris McDonough | 2011-12-22 | 1 | -38/+40 |
| * | add 100 coverage for tasks, rejigger some responsibilities and remove some un... | Chris McDonough | 2011-12-22 | 1 | -0/+1 |
| * | garden setup artifacts a bit, 100 percent test coverage for parser | Chris McDonough | 2011-12-22 | 1 | -10/+11 |
| * | remove docs-only interfaces | Chris McDonough | 2011-12-21 | 1 | -5/+2 |
| * | de-enterprise-ize | Chris McDonough | 2011-12-21 | 1 | -0/+204 |