summaryrefslogtreecommitdiff
path: root/waitress/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix tests Python3 breakageMatt Russell2016-06-241-1/+1
* Prevent header spoofing via underscore/dash conflation.Matt Russell2016-06-241-0/+2
* preserve whitespace between folded header linesDavid Glick2015-04-131-1/+1
* no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...Chris McDonough2014-05-151-2/+2
* - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longerChris McDonough2013-11-211-2/+15
* #13, add some comments on why we return HTTP 1.0 disregarding HTTP 1.1 reques...Adam Groszer2013-08-151-0/+4
* Season to taste.Tres Seaver2013-05-231-6/+7
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-231-9/+9
* fix for py3Chris McDonough2012-09-281-1/+1
* Return a 400 error instead of a 500 error when pathological input case report...Chris McDonough2012-09-281-11/+23
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-161-0/+5
* - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnelChris McDonough2012-01-031-51/+58
* Bug FixesChris McDonough2011-12-311-2/+2
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-291-16/+14
* ensure headers and body cannot exceed a max sizeChris McDonough2011-12-281-1/+47
* pep 8Chris McDonough2011-12-261-1/+1
* add expect/continue support; document differences from zope.serverChris McDonough2011-12-241-0/+5
* add url_scheme adjustment, make available to serve initializationChris McDonough2011-12-231-1/+1
* add functional tests, fix crap under py3, rejigger task to not be so brokenChris McDonough2011-12-231-6/+6
* all tests pass on py3kChris McDonough2011-12-221-2/+2
* more py3 prepChris McDonough2011-12-221-2/+2
* first cut at prepping for python 3 compatChris McDonough2011-12-221-38/+40
* add 100 coverage for tasks, rejigger some responsibilities and remove some un...Chris McDonough2011-12-221-0/+1
* garden setup artifacts a bit, 100 percent test coverage for parserChris McDonough2011-12-221-10/+11
* remove docs-only interfacesChris McDonough2011-12-211-5/+2
* de-enterprise-izeChris McDonough2011-12-211-0/+204