Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Finalize porting built-in web app to Flask. | Aldo Cortesi | 2012-06-21 | 6 | -86/+74 | |
| | | | ||||||
| | * | Built-in app: Index page. | Aldo Cortesi | 2012-06-21 | 3 | -8/+19 | |
| | | | ||||||
| | * | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 4 | -44/+38 | |
| | | | ||||||
| | * | Restore client argument parsing. Add thread-safe logging subsystem. | Aldo Cortesi | 2012-06-21 | 4 | -63/+99 | |
| | | | ||||||
| | * | Disconnect, rest refactoring. | Aldo Cortesi | 2012-06-21 | 5 | -63/+39 | |
| | | | ||||||
| | * | Re-enable SSL service. | Aldo Cortesi | 2012-06-20 | 2 | -2/+9 | |
| | | | ||||||
| | * | Basic response generation. | Aldo Cortesi | 2012-06-20 | 2 | -23/+25 | |
| | | | ||||||
| | * | Start porting web app to Flask. | Aldo Cortesi | 2012-06-19 | 4 | -9/+32 | |
| | | | ||||||
| | * | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 6 | -194/+122 | |
| | | | ||||||
| | * | Start refactoring towards netlib, adding SNI and client testing. | Aldo Cortesi | 2012-06-17 | 6 | -315/+513 | |
| | | | ||||||
| | * | Join thread on test exit to avoid race condition. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 | |
| | | | ||||||
| | * | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 9 | -80/+110 | |
| | | | ||||||
| | * | Add requests to install_requires. | Aldo Cortesi | 2012-06-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 2 | -16/+41 | |
| | | | | | | | | | | | | Also, rewrite requests usage for latest version. | |||||
| | * | Fail if only one of certfile or keyfile is specified. | Aldo Cortesi | 2012-06-07 | 1 | -0/+4 | |
| | | | ||||||
| | * | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 3 | -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 Cortesi | 2012-06-07 | 3 | -10/+7 | |
| | | | ||||||
| | * | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 3 | -10/+36 | |
| | | | ||||||
| | * | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 5 | -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 Cortesi | 2012-06-07 | 2 | -6/+21 | |
| | | | ||||||
| | * | lippathod/app.py -> libpathod/pathod.py | Aldo Cortesi | 2012-06-07 | 3 | -7/+7 | |
| | | | ||||||
| | * | Fix redundant imports, tweak TODO for 0.2 | Aldo Cortesi | 2012-04-30 | 5 | -7/+10 | |
| | | | ||||||
| | * | Clear log API. | Aldo Cortesi | 2012-04-30 | 2 | -0/+13 | |
| | | | ||||||
| | * | Log retrieval API. | Aldo Cortesi | 2012-04-30 | 2 | -2/+69 | |
| | | | ||||||
| | * | Docs. | Aldo Cortesi | 2012-04-29 | 1 | -1/+5 | |
| | | | ||||||
| | * | Docs, installation instructions. | Aldo Cortesi | 2012-04-29 | 2 | -2/+31 | |
| | | | ||||||
| | * | Docs and spelling errors. | Aldo Cortesi | 2012-04-29 | 1 | -18/+16 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 1 | -18/+18 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 3 | -25/+23 | |
| | | | ||||||
| | * | setup.py, LICENSE, README.txt | Aldo Cortesi | 2012-04-29 | 4 | -0/+121 | |
| | | | ||||||
| | * | Make "Go" button on preview form work. | Aldo Cortesi | 2012-04-29 | 5 | -17/+15 | |
| | | | ||||||
| | * | Preview in web application. | Aldo Cortesi | 2012-04-29 | 9 | -44/+111 | |
| | | | ||||||
| | * | Add a rendered version of the docs to the web app. | Aldo Cortesi | 2012-04-29 | 3 | -3/+254 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 1 | -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 Cortesi | 2012-04-29 | 1 | -17/+83 | |
| | | | ||||||
| | * | Feature specification documentation. | Aldo Cortesi | 2012-04-29 | 1 | -26/+62 | |
| | | | ||||||
| | * | README -> README.mkd | Aldo Cortesi | 2012-04-29 | 1 | -0/+0 | |
| | | | ||||||
| | * | First pass at a README. | Aldo Cortesi | 2012-04-29 | 5 | -49/+149 | |
| | | | ||||||
| | * | Add logging, expose logs through the web app interface. | Aldo Cortesi | 2012-04-29 | 7 | -559/+80 | |
| | | | ||||||
| | * | Basic logging. | Aldo Cortesi | 2012-04-29 | 5 | -12/+64 | |
| | | | ||||||
| | * | Regularize language even further | Aldo Cortesi | 2012-04-29 | 4 | -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 Cortesi | 2012-04-29 | 4 | -18/+33 | |
| | | | ||||||
| | * | Basic anchor adding. | Aldo Cortesi | 2012-04-29 | 6 | -15/+88 | |
| | | | ||||||
| | * | Basic SSL support. | Aldo Cortesi | 2012-04-29 | 4 | -4/+54 | |
| | | | ||||||
| | * | Refactor application definitions and startup. | Aldo Cortesi | 2012-04-29 | 7 | -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 Cortesi | 2012-04-28 | 2 | -3/+25 | |
| | | | ||||||
| | * | Add a shortcut for setting content-type. | Aldo Cortesi | 2012-04-28 | 3 | -7/+32 | |
| | | | ||||||
| | * | Unify pause and disconnect event frameworks. | Aldo Cortesi | 2012-04-28 | 3 | -46/+56 | |
| | | | ||||||
| | * | More language tweaks. | Aldo Cortesi | 2012-04-28 | 3 | -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 Cortesi | 2012-04-28 | 3 | -102/+73 | |
| | | |