summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coveragepipelinefixChris McDonough2011-12-3010-209/+329
* dont assert task will be none, instead set will_close when handle_close is ca...Chris McDonough2011-12-302-6/+11
* appease python 3Chris McDonough2011-12-303-14/+18
* add forgotten error.pyChris McDonough2011-12-302-2/+33
* fix exception reportingChris McDonough2011-12-305-9/+73
* hail mary attempt to fix test failure on winChris McDonough2011-12-302-9/+9
* normalize short body testChris McDonough2011-12-301-3/+2
* normalize writecb testsChris McDonough2011-12-291-41/+18
* dont test windows trigger impl, blehChris McDonough2011-12-291-88/+91
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-2915-405/+413
* unhoseChris McDonough2011-12-296-194/+158
* preliminary fix for pipelineingChris McDonough2011-12-292-25/+28
* gardenChris McDonough2011-12-281-2/+3
* gardenChris McDonough2011-12-281-3/+2
* gardenChris McDonough2011-12-281-0/+1
* gardenChris McDonough2011-12-281-2/+4
* move differences to docsChris McDonough2011-12-282-0/+1
* add docsChris McDonough2011-12-287-180/+524
* do this stupid dance for jenkinsChris McDonough2011-12-281-7/+7
* py3 fixesChris McDonough2011-12-281-8/+8
* move README.txt to README.rstChris McDonough2011-12-282-1/+1
* garden:Chris McDonough2011-12-281-2/+0
* 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-282-3/+4
* ensure headers and body cannot exceed a max sizeChris McDonough2011-12-2810-151/+490
* garden docs, move logging_dispatcher to utilitiesChris McDonough2011-12-278-90/+142
* 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-277-91/+82
* get rid of meaningless verbose adjustmentChris McDonough2011-12-279-31/+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-279-42/+46
* pep 8Chris McDonough2011-12-265-14/+12
* expose all adjustments to serve()Chris McDonough2011-12-2610-203/+222
* channel.write no longer accept non-byte-sequences.Chris McDonough2011-12-266-41/+17
* gardenChris McDonough2011-12-261-2/+0
* 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-262-7/+2
* 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-266-51/+108