summaryrefslogtreecommitdiff
path: root/waitress
Commit message (Expand)AuthorAgeFilesLines
* py3 fixesChris McDonough2011-12-281-8/+8
* total coverageChris McDonough2011-12-284-7/+210
* parser coverageChris McDonough2011-12-281-0/+58
* add trigger testsChris McDonough2011-12-287-17/+165
* change header max default to 256Chris McDonough2011-12-281-2/+2
* default to serving to 0.0.0.0, gardenChris McDonough2011-12-281-1/+1
* ensure headers and body cannot exceed a max sizeChris McDonough2011-12-288-149/+486
* garden docs, move logging_dispatcher to utilitiesChris McDonough2011-12-275-18/+15
* less conservative cleanup parametersChris McDonough2011-12-271-2/+2
* fix tests on py3, remove unused codeChris McDonough2011-12-272-9/+7
* add forgotten dispatcher file, put maintenance checking on server rather than...Chris McDonough2011-12-275-89/+79
* get rid of meaningless verbose adjustmentChris McDonough2011-12-278-30/+30
* systemexitChris McDonough2011-12-271-1/+1
* channel now requires an ajustments objectChris McDonough2011-12-271-1/+1
* channel now requires an ajustments objectChris McDonough2011-12-272-3/+16
* speed tweaksChris McDonough2011-12-271-11/+12
* renames, effective_host/effective_port, dont relog in taskChris McDonough2011-12-278-37/+43
* pep 8Chris McDonough2011-12-264-12/+12
* expose all adjustments to serve()Chris McDonough2011-12-269-201/+221
* channel.write no longer accept non-byte-sequences.Chris McDonough2011-12-263-39/+11
* dont tostr header vals, capitalize header vals in build_response_headerChris McDonough2011-12-261-8/+11
* use start_response_called rather than wrote_headers as a latchChris McDonough2011-12-261-4/+4
* gardenChris McDonough2011-12-261-7/+0
* add functional tests for write callback and behavior when no content length h...Chris McDonough2011-12-265-21/+205
* kick down a level for both content length testsChris McDonough2011-12-261-4/+28
* get more specific about testing bad content lengthsChris McDonough2011-12-263-14/+36
* normalize use of self.connChris McDonough2011-12-261-12/+10
* provide a real write callable, warn when cl exceeds or shorts specified, anti...Chris McDonough2011-12-264-46/+95
* pep8Chris McDonough2011-12-2610-1111/+80
* hoist up computation of self.content_lengthChris McDonough2011-12-261-3/+3
* move server.executeRequest->task.executeChris McDonough2011-12-265-74/+134
* dont break apart status and reason, compat tostr fixesChris McDonough2011-12-265-12/+6
* utilities coverageChris McDonough2011-12-262-5/+70
* task coverageChris McDonough2011-12-263-32/+29
* receiver coverageChris McDonough2011-12-261-0/+88
* parser coverageChris McDonough2011-12-261-0/+10
* compat coverageChris McDonough2011-12-261-5/+3
* add tests for asboolChris McDonough2011-12-261-0/+37
* pass map along to channel from serverChris McDonough2011-12-263-7/+5
* add getsockname api for JimChris McDonough2011-12-263-13/+16
* put trigger on server instance rather than having it as a globalChris McDonough2011-12-264-19/+18
* fix tests on windowsChris McDonough2011-12-261-18/+13
* fix tests on windowsChris McDonough2011-12-261-0/+5
* fix on py32Chris McDonough2011-12-261-1/+1
* fix on windowsChris McDonough2011-12-261-1/+1
* add expect/continue unit testsChris McDonough2011-12-241-0/+30
* add expect/continue support; document differences from zope.serverChris McDonough2011-12-247-17/+67
* documentation gardeningChris McDonough2011-12-244-54/+31
* kick down to a lower level to do pipeline tests: python 3.2's HTTPMessage clo...Chris McDonough2011-12-241-7/+28
* add url_scheme adjustment, make available to serve initializationChris McDonough2011-12-233-11/+28