| Commit message (Expand) | Author | Age | Files | Lines |
| * | coveragepipelinefix | Chris McDonough | 2011-12-30 | 10 | -209/+329 |
| * | dont assert task will be none, instead set will_close when handle_close is ca... | Chris McDonough | 2011-12-30 | 2 | -6/+11 |
| * | appease python 3 | Chris McDonough | 2011-12-30 | 3 | -14/+18 |
| * | add forgotten error.py | Chris McDonough | 2011-12-30 | 2 | -2/+33 |
| * | fix exception reporting | Chris McDonough | 2011-12-30 | 5 | -9/+73 |
| * | hail mary attempt to fix test failure on win | Chris McDonough | 2011-12-30 | 2 | -9/+9 |
| * | normalize short body test | Chris McDonough | 2011-12-30 | 1 | -3/+2 |
| * | normalize writecb tests | Chris McDonough | 2011-12-29 | 1 | -41/+18 |
| * | dont test windows trigger impl, bleh | Chris McDonough | 2011-12-29 | 1 | -88/+91 |
| * | handle only one task at a time on channel to fix pipelineing issues | Chris McDonough | 2011-12-29 | 15 | -405/+413 |
| * | unhose | Chris McDonough | 2011-12-29 | 6 | -194/+158 |
| * | preliminary fix for pipelineing | Chris McDonough | 2011-12-29 | 2 | -25/+28 |
| * | garden | Chris McDonough | 2011-12-28 | 1 | -2/+3 |
| * | garden | Chris McDonough | 2011-12-28 | 1 | -3/+2 |
| * | garden | Chris McDonough | 2011-12-28 | 1 | -0/+1 |
| * | garden | Chris McDonough | 2011-12-28 | 1 | -2/+4 |
| * | move differences to docs | Chris McDonough | 2011-12-28 | 2 | -0/+1 |
| * | add docs | Chris McDonough | 2011-12-28 | 7 | -180/+524 |
| * | do this stupid dance for jenkins | Chris McDonough | 2011-12-28 | 1 | -7/+7 |
| * | py3 fixes | Chris McDonough | 2011-12-28 | 1 | -8/+8 |
| * | move README.txt to README.rst | Chris McDonough | 2011-12-28 | 2 | -1/+1 |
| * | garden: | Chris McDonough | 2011-12-28 | 1 | -2/+0 |
| * | total coverage | Chris McDonough | 2011-12-28 | 4 | -7/+210 |
| * | parser coverage | Chris McDonough | 2011-12-28 | 1 | -0/+58 |
| * | add trigger tests | Chris McDonough | 2011-12-28 | 7 | -17/+165 |
| * | change header max default to 256 | Chris McDonough | 2011-12-28 | 1 | -2/+2 |
| * | default to serving to 0.0.0.0, garden | Chris McDonough | 2011-12-28 | 2 | -3/+4 |
| * | ensure headers and body cannot exceed a max size | Chris McDonough | 2011-12-28 | 10 | -151/+490 |
| * | garden docs, move logging_dispatcher to utilities | Chris McDonough | 2011-12-27 | 8 | -90/+142 |
| * | less conservative cleanup parameters | Chris McDonough | 2011-12-27 | 1 | -2/+2 |
| * | fix tests on py3, remove unused code | Chris McDonough | 2011-12-27 | 2 | -9/+7 |
| * | add forgotten dispatcher file, put maintenance checking on server rather than... | Chris McDonough | 2011-12-27 | 7 | -91/+82 |
| * | get rid of meaningless verbose adjustment | Chris McDonough | 2011-12-27 | 9 | -31/+30 |
| * | systemexit | Chris McDonough | 2011-12-27 | 1 | -1/+1 |
| * | channel now requires an ajustments object | Chris McDonough | 2011-12-27 | 1 | -1/+1 |
| * | channel now requires an ajustments object | Chris McDonough | 2011-12-27 | 2 | -3/+16 |
| * | speed tweaks | Chris McDonough | 2011-12-27 | 1 | -11/+12 |
| * | renames, effective_host/effective_port, dont relog in task | Chris McDonough | 2011-12-27 | 9 | -42/+46 |
| * | pep 8 | Chris McDonough | 2011-12-26 | 5 | -14/+12 |
| * | expose all adjustments to serve() | Chris McDonough | 2011-12-26 | 10 | -203/+222 |
| * | channel.write no longer accept non-byte-sequences. | Chris McDonough | 2011-12-26 | 6 | -41/+17 |
| * | garden | Chris McDonough | 2011-12-26 | 1 | -2/+0 |
| * | 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 |
| * | garden | Chris McDonough | 2011-12-26 | 2 | -7/+2 |
| * | add functional tests for write callback and behavior when no content length h... | Chris McDonough | 2011-12-26 | 5 | -21/+205 |
| * | kick down a level for both content length tests | Chris McDonough | 2011-12-26 | 1 | -4/+28 |
| * | get more specific about testing bad content lengths | Chris McDonough | 2011-12-26 | 3 | -14/+36 |
| * | normalize use of self.conn | Chris McDonough | 2011-12-26 | 1 | -12/+10 |
| * | provide a real write callable, warn when cl exceeds or shorts specified, anti... | Chris McDonough | 2011-12-26 | 6 | -51/+108 |