aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-176-315/+513
|
* Join thread on test exit to avoid race condition.Aldo Cortesi2012-06-091-0/+1
|
* Port test suite over to Nose.Aldo Cortesi2012-06-099-80/+110
|
* Add requests to install_requires.Aldo Cortesi2012-06-071-1/+1
|
* SSL support for test struss.Aldo Cortesi2012-06-072-16/+41
| | | | Also, rewrite requests usage for latest version.
* Fail if only one of certfile or keyfile is specified.Aldo Cortesi2012-06-071-0/+4
|
* We can't sensibly unit test pages withhout firing up a server.Aldo Cortesi2012-06-073-139/+113
| | | | We've just added functionality to do this ourselves, so rip out the old stuff.
* Better test daemon cleanup, improve utils test coverage.Aldo Cortesi2012-06-073-10/+7
|
* Add /api/info, returning general info on the running pathod daemon.Aldo Cortesi2012-06-073-10/+36
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-075-18/+100
| | | | | | - Add test.py, which will house the testing API. - Extend API with a shutdown method, used to terminate the test daemon. - Refactor to allow clean shutdown.
* Let Pathod pick an arbitrary empty port if -p 0 is specified.Aldo Cortesi2012-06-072-6/+21
|
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-073-7/+7
|
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-305-7/+10
|
* Clear log API.Aldo Cortesi2012-04-302-0/+13
|
* Log retrieval API.Aldo Cortesi2012-04-302-2/+69
|
* Docs.Aldo Cortesi2012-04-291-1/+5
|
* Docs, installation instructions.Aldo Cortesi2012-04-292-2/+31
|
* Docs and spelling errors.Aldo Cortesi2012-04-291-18/+16
|
* Doc tweaks.Aldo Cortesi2012-04-291-18/+18
|
* Doc tweaks.Aldo Cortesi2012-04-293-25/+23
|
* setup.py, LICENSE, README.txtAldo Cortesi2012-04-294-0/+121
|
* Make "Go" button on preview form work.Aldo Cortesi2012-04-295-17/+15
|
* Preview in web application.Aldo Cortesi2012-04-299-44/+111
|
* Add a rendered version of the docs to the web app.Aldo Cortesi2012-04-293-3/+254
|
* Doc tweaks.Aldo Cortesi2012-04-291-15/+6
| | | | | There will be a lot of these, because the only way to see how things render on Github is to upload a new README...
* Docs for Value Specifiers.Aldo Cortesi2012-04-291-17/+83
|
* Feature specification documentation.Aldo Cortesi2012-04-291-26/+62
|
* README -> README.mkdAldo Cortesi2012-04-291-0/+0
|
* First pass at a README.Aldo Cortesi2012-04-295-49/+149
|
* Add logging, expose logs through the web app interface.Aldo Cortesi2012-04-297-559/+80
|
* Basic logging.Aldo Cortesi2012-04-295-12/+64
|
* Regularize language even furtherAldo Cortesi2012-04-294-121/+116
| | | | | | - Unify offset specifcation syntax, so there's now oly one form for specify pauses and disconnects. - Use @ instead of ! for content generation. Mildy more convenient in the shell.
* Anchor management: list and remove anchors.Aldo Cortesi2012-04-294-18/+33
|
* Basic anchor adding.Aldo Cortesi2012-04-296-15/+88
|
* Basic SSL support.Aldo Cortesi2012-04-294-4/+54
|
* Refactor application definitions and startup.Aldo Cortesi2012-04-297-73/+128
| | | | | Also, create one of the dodgiest web testing trusses in history. Tornado just seems to have no nice way of doing this.
* Add a shortcut for setting Location header.Aldo Cortesi2012-04-282-3/+25
|
* Add a shortcut for setting content-type.Aldo Cortesi2012-04-283-7/+32
|
* Unify pause and disconnect event frameworks.Aldo Cortesi2012-04-283-46/+56
|
* More language tweaks.Aldo Cortesi2012-04-283-38/+28
| | | | | Separators this time - move to colon-separated features, use = for header key/value separation.
* Make specification language more terse, and more regular.Aldo Cortesi2012-04-283-102/+73
|
* Better internal error pages.Aldo Cortesi2012-04-285-32/+55
|
* First pass at static file serving.Aldo Cortesi2012-04-283-11/+56
|
* Initial checkin.Aldo Cortesi2012-04-2819-0/+5397