| Commit message (Expand) | Author | Age | Files | Lines |
* | py3 fixes | Chris McDonough | 2011-12-28 | 1 | -8/+8 |
* | 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 | 1 | -1/+1 |
* | ensure headers and body cannot exceed a max size | Chris McDonough | 2011-12-28 | 8 | -149/+486 |
* | garden docs, move logging_dispatcher to utilities | Chris McDonough | 2011-12-27 | 5 | -18/+15 |
* | 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 | 5 | -89/+79 |
* | get rid of meaningless verbose adjustment | Chris McDonough | 2011-12-27 | 8 | -30/+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 | 8 | -37/+43 |
* | pep 8 | Chris McDonough | 2011-12-26 | 4 | -12/+12 |
* | expose all adjustments to serve() | Chris McDonough | 2011-12-26 | 9 | -201/+221 |
* | channel.write no longer accept non-byte-sequences. | Chris McDonough | 2011-12-26 | 3 | -39/+11 |
* | 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 | 1 | -7/+0 |
* | 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 | 4 | -46/+95 |
* | pep8 | Chris McDonough | 2011-12-26 | 10 | -1111/+80 |
* | hoist up computation of self.content_length | Chris McDonough | 2011-12-26 | 1 | -3/+3 |
* | move server.executeRequest->task.execute | Chris McDonough | 2011-12-26 | 5 | -74/+134 |
* | dont break apart status and reason, compat tostr fixes | Chris McDonough | 2011-12-26 | 5 | -12/+6 |
* | utilities coverage | Chris McDonough | 2011-12-26 | 2 | -5/+70 |
* | task coverage | Chris McDonough | 2011-12-26 | 3 | -32/+29 |
* | receiver coverage | Chris McDonough | 2011-12-26 | 1 | -0/+88 |
* | parser coverage | Chris McDonough | 2011-12-26 | 1 | -0/+10 |
* | compat coverage | Chris McDonough | 2011-12-26 | 1 | -5/+3 |
* | add tests for asbool | Chris McDonough | 2011-12-26 | 1 | -0/+37 |
* | pass map along to channel from server | Chris McDonough | 2011-12-26 | 3 | -7/+5 |
* | add getsockname api for Jim | Chris McDonough | 2011-12-26 | 3 | -13/+16 |
* | put trigger on server instance rather than having it as a global | Chris McDonough | 2011-12-26 | 4 | -19/+18 |
* | fix tests on windows | Chris McDonough | 2011-12-26 | 1 | -18/+13 |
* | fix tests on windows | Chris McDonough | 2011-12-26 | 1 | -0/+5 |
* | fix on py32 | Chris McDonough | 2011-12-26 | 1 | -1/+1 |
* | fix on windows | Chris McDonough | 2011-12-26 | 1 | -1/+1 |
* | add expect/continue unit tests | Chris McDonough | 2011-12-24 | 1 | -0/+30 |
* | add expect/continue support; document differences from zope.server | Chris McDonough | 2011-12-24 | 7 | -17/+67 |
* | documentation gardening | Chris McDonough | 2011-12-24 | 4 | -54/+31 |
* | kick down to a lower level to do pipeline tests: python 3.2's HTTPMessage clo... | Chris McDonough | 2011-12-24 | 1 | -7/+28 |
* | add url_scheme adjustment, make available to serve initialization | Chris McDonough | 2011-12-23 | 3 | -11/+28 |