aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Collapse)AuthorAgeFilesLines
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-0/+22
|
* Request service rendering.Aldo Cortesi2012-06-241-79/+98
|
* Add Path specification to request parser.Aldo Cortesi2012-06-241-1/+19
|
* Simple request spec parsing.Aldo Cortesi2012-06-242-8/+59
|
* Request method parsing.Aldo Cortesi2012-06-241-13/+43
|
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-242-46/+53
|
* Enable anchors on command line.Aldo Cortesi2012-06-242-20/+15
|
* Re-enable anchors.Aldo Cortesi2012-06-242-9/+30
|
* Add staticdir to test.Test.Aldo Cortesi2012-06-241-5/+8
|
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-242-6/+6
|
* More doc refinement.Aldo Cortesi2012-06-241-4/+4
|
* Move http.py to netlib.http_statusAldo Cortesi2012-06-232-107/+4
|
* Bump version, adapt for API canges in netlib.Aldo Cortesi2012-06-232-5/+5
|
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-212-265/+0
|
* Finalize porting built-in web app to Flask.Aldo Cortesi2012-06-216-86/+74
|
* Built-in app: Index page.Aldo Cortesi2012-06-213-8/+19
|
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-212-27/+30
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-2/+30
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-213-49/+25
|
* Re-enable SSL service.Aldo Cortesi2012-06-202-2/+9
|
* Basic response generation.Aldo Cortesi2012-06-202-23/+25
|
* Start porting web app to Flask.Aldo Cortesi2012-06-193-8/+31
|
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-194-193/+121
|
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-174-261/+454
|
* Join thread on test exit to avoid race condition.Aldo Cortesi2012-06-091-0/+1
|
* Port test suite over to Nose.Aldo Cortesi2012-06-092-3/+2
|
* SSL support for test struss.Aldo Cortesi2012-06-071-12/+17
| | | | Also, rewrite requests usage for latest version.
* We can't sensibly unit test pages withhout firing up a server.Aldo Cortesi2012-06-072-111/+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-072-10/+0
|
* Add /api/info, returning general info on the running pathod daemon.Aldo Cortesi2012-06-072-8/+22
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-072-6/+64
| | | | | | - 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-071-3/+16
|
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-0/+0
|
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-302-3/+3
|
* Clear log API.Aldo Cortesi2012-04-301-0/+7
|
* Log retrieval API.Aldo Cortesi2012-04-301-1/+15
|
* setup.py, LICENSE, README.txtAldo Cortesi2012-04-291-0/+4
|
* Make "Go" button on preview form work.Aldo Cortesi2012-04-294-16/+15
|
* Preview in web application.Aldo Cortesi2012-04-296-11/+93
|
* Add a rendered version of the docs to the web app.Aldo Cortesi2012-04-291-1/+251
|
* First pass at a README.Aldo Cortesi2012-04-291-5/+5
|
* Add logging, expose logs through the web app interface.Aldo Cortesi2012-04-296-559/+75
|
* Basic logging.Aldo Cortesi2012-04-292-8/+48
|
* Regularize language even furtherAldo Cortesi2012-04-291-52/+41
| | | | | | - 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-291-3/+19
|
* Basic anchor adding.Aldo Cortesi2012-04-292-5/+58
|
* Basic SSL support.Aldo Cortesi2012-04-293-1/+29
|
* Refactor application definitions and startup.Aldo Cortesi2012-04-294-67/+85
| | | | | 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-281-0/+21
|
* Add a shortcut for setting content-type.Aldo Cortesi2012-04-282-2/+22
|