| Commit message (Expand) | Author | Age | Files | Lines |
| * | - If an ``application`` value of ``None`` is supplied to the ``create_server`` | Chris McDonough | 2014-07-13 | 1 | -4/+10 |
| * | Use the same parameters of dummy asyncore like in | Marcin Kuzminski | 2013-05-28 | 1 | -1/+1 |
| * | Hide Unix socket support better when unsupported. | Keith Gaughan | 2013-05-28 | 1 | -2/+1 |
| * | Pre-0.8.4 compatibility. | Keith Gaughan | 2013-05-26 | 1 | -4/+13 |
| * | autopep8 runthrough and janitorial changes. | Keith Gaughan | 2013-05-23 | 1 | -17/+38 |
| * | more hiding of unix socket tests under windows | Chris McDonough | 2013-05-11 | 1 | -36/+42 |
| * | Unix domain socket support. | Keith Gaughan | 2013-05-12 | 1 | -0/+40 |
| * | Have DummySocket behave more like a real socket. | Keith Gaughan | 2013-05-11 | 1 | -2/+4 |
| * | - Add an ``asyncore_loop_timeout`` adjustment value, which controls the | Chris McDonough | 2013-01-10 | 1 | -1/+1 |
| * | Features | Chris McDonough | 2012-01-02 | 1 | -1/+1 |
| * | Bug Fixes | Chris McDonough | 2011-12-31 | 1 | -5/+8 |
| * | hail mary attempt to fix test failure on win | Chris McDonough | 2011-12-30 | 1 | -7/+6 |
| * | handle only one task at a time on channel to fix pipelineing issues | Chris McDonough | 2011-12-29 | 1 | -1/+1 |
| * | unhose | Chris McDonough | 2011-12-29 | 1 | -1/+1 |
| * | total coverage | Chris McDonough | 2011-12-28 | 1 | -1/+32 |
| * | fix tests on py3, remove unused code | Chris McDonough | 2011-12-27 | 1 | -5/+5 |
| * | add forgotten dispatcher file, put maintenance checking on server rather than... | Chris McDonough | 2011-12-27 | 1 | -0/+35 |
| * | renames, effective_host/effective_port, dont relog in task | Chris McDonough | 2011-12-27 | 1 | -3/+5 |
| * | expose all adjustments to serve() | Chris McDonough | 2011-12-26 | 1 | -27/+30 |
| * | pep8 | Chris McDonough | 2011-12-26 | 1 | -4/+4 |
| * | move server.executeRequest->task.execute | Chris McDonough | 2011-12-26 | 1 | -0/+10 |
| * | pass map along to channel from server | Chris McDonough | 2011-12-26 | 1 | -1/+1 |
| * | add tox.ini, fix warnings | Chris McDonough | 2011-12-22 | 1 | -2/+2 |
| * | all tests pass on py3k | Chris McDonough | 2011-12-22 | 1 | -0/+3 |
| * | more py3 prep | Chris McDonough | 2011-12-22 | 1 | -1/+1 |
| * | garden setup artifacts a bit, 100 percent test coverage for parser | Chris McDonough | 2011-12-22 | 1 | -1/+3 |
| * | show test coverage of tests themselves, fix readme and changes | Chris McDonough | 2011-12-22 | 1 | -3/+1 |
| * | add init tests, 100 percent coverage for channel: | Chris McDonough | 2011-12-22 | 1 | -8/+1 |
| * | remove dependency on logging module, test __init__, rejigger server name comp... | Chris McDonough | 2011-12-21 | 1 | -39/+18 |
| * | move startup funcs to __init__, rearrange args | Chris McDonough | 2011-12-21 | 1 | -2/+1 |
| * | collapse HTTPServer and WSGIHTTPServer | Chris McDonough | 2011-12-21 | 1 | -7/+9 |
| * | remove pdbpm server | Chris McDonough | 2011-12-21 | 1 | -4/+4 |
| * | move integration tests to their own module | Chris McDonough | 2011-12-21 | 1 | -814/+2 |
| * | remove docs-only interfaces | Chris McDonough | 2011-12-21 | 1 | -4/+0 |
| * | de-enterprise-ize | Chris McDonough | 2011-12-21 | 1 | -0/+1007 |