Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend test suite to cover SSL. Log SSL connection errors. | Aldo Cortesi | 2012-07-20 | 1 | -13/+42 |
| | |||||
* | Handle invalid first line errors, add an error log buffer type. | Aldo Cortesi | 2012-07-20 | 1 | -1/+12 |
| | |||||
* | Factor out request printing in to a method, and test it. | Aldo Cortesi | 2012-06-30 | 1 | -2/+18 |
| | |||||
* | Allow naked literals for path specification. | Aldo Cortesi | 2012-06-29 | 1 | -0/+8 |
| | |||||
* | Split pathod and pathoc daemon test suites out. | Aldo Cortesi | 2012-06-26 | 3 | -48/+78 |
| | |||||
* | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 1 | -1/+0 |
| | |||||
* | Sketch out pathoc commandline interaction. | Aldo Cortesi | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | Request service rendering. | Aldo Cortesi | 2012-06-24 | 1 | -0/+10 |
| | |||||
* | Add Path specification to request parser. | Aldo Cortesi | 2012-06-24 | 1 | -2/+10 |
| | |||||
* | Simple request spec parsing. | Aldo Cortesi | 2012-06-24 | 1 | -2/+8 |
| | |||||
* | Request method parsing. | Aldo Cortesi | 2012-06-24 | 1 | -0/+6 |
| | |||||
* | Refactor to extract ready_actions and write_values. | Aldo Cortesi | 2012-06-24 | 1 | -60/+56 |
| | |||||
* | Enable anchors on command line. | Aldo Cortesi | 2012-06-24 | 2 | -4/+5 |
| | |||||
* | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 2 | -3/+15 |
| | |||||
* | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 2 | -1/+7 |
| | |||||
* | Fix disconnect, improve coverage, enable file value specifier. | Aldo Cortesi | 2012-06-24 | 1 | -1/+17 |
| | |||||
* | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 2 | -17/+8 |
| | |||||
* | Restore client argument parsing. Add thread-safe logging subsystem. | Aldo Cortesi | 2012-06-21 | 1 | -2/+14 |
| | |||||
* | Disconnect, rest refactoring. | Aldo Cortesi | 2012-06-21 | 2 | -14/+14 |
| | |||||
* | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 1 | -1/+0 |
| | |||||
* | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 5 | -77/+104 |
| | |||||
* | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 1 | -4/+24 |
| | | | | Also, rewrite requests usage for latest version. | ||||
* | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 1 | -28/+0 |
| | | | | We've just added functionality to do this ourselves, so rip out the old stuff. | ||||
* | Better test daemon cleanup, improve utils test coverage. | Aldo Cortesi | 2012-06-07 | 1 | -0/+7 |
| | |||||
* | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 1 | -2/+14 |
| | |||||
* | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 2 | -0/+29 |
| | | | | | | - 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. | ||||
* | lippathod/app.py -> libpathod/pathod.py | Aldo Cortesi | 2012-06-07 | 1 | -4/+4 |
| | |||||
* | Fix redundant imports, tweak TODO for 0.2 | Aldo Cortesi | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Preview in web application. | Aldo Cortesi | 2012-04-29 | 2 | -31/+17 |
| | |||||
* | Add logging, expose logs through the web app interface. | Aldo Cortesi | 2012-04-29 | 1 | -0/+5 |
| | |||||
* | Basic logging. | Aldo Cortesi | 2012-04-29 | 2 | -3/+15 |
| | |||||
* | Regularize language even further | Aldo Cortesi | 2012-04-29 | 1 | -51/+52 |
| | | | | | | - 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 Cortesi | 2012-04-29 | 1 | -1/+7 |
| | |||||
* | Basic anchor adding. | Aldo Cortesi | 2012-04-29 | 2 | -5/+15 |
| | |||||
* | Refactor application definitions and startup. | Aldo Cortesi | 2012-04-29 | 1 | -0/+35 |
| | | | | | 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 Cortesi | 2012-04-28 | 1 | -3/+4 |
| | |||||
* | Add a shortcut for setting content-type. | Aldo Cortesi | 2012-04-28 | 1 | -5/+10 |
| | |||||
* | Unify pause and disconnect event frameworks. | Aldo Cortesi | 2012-04-28 | 1 | -8/+24 |
| | |||||
* | More language tweaks. | Aldo Cortesi | 2012-04-28 | 1 | -14/+14 |
| | | | | | Separators this time - move to colon-separated features, use = for header key/value separation. | ||||
* | Make specification language more terse, and more regular. | Aldo Cortesi | 2012-04-28 | 1 | -29/+28 |
| | |||||
* | Better internal error pages. | Aldo Cortesi | 2012-04-28 | 1 | -12/+19 |
| | |||||
* | First pass at static file serving. | Aldo Cortesi | 2012-04-28 | 1 | -6/+33 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2012-04-28 | 3 | -0/+275 |