aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-244-2/+48
|
* Request service rendering.Aldo Cortesi2012-06-243-101/+127
|
* Add Path specification to request parser.Aldo Cortesi2012-06-243-5/+31
|
* Simple request spec parsing.Aldo Cortesi2012-06-243-10/+67
|
* Request method parsing.Aldo Cortesi2012-06-242-13/+49
|
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-243-106/+109
|
* Document our use of the 800 response code.Aldo Cortesi2012-06-241-2/+19
|
* Enable anchors on command line.Aldo Cortesi2012-06-246-32/+38
|
* Re-enable anchors.Aldo Cortesi2012-06-244-12/+45
|
* Add staticdir to test.Test.Aldo Cortesi2012-06-243-6/+15
|
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-244-8/+25
|
* More doc refinement.Aldo Cortesi2012-06-245-70/+66
|
* Documentation.Aldo Cortesi2012-06-247-327/+361
|
* Documentation skeleton.Aldo Cortesi2012-06-2411-9/+618
|
* Move http.py to netlib.http_statusAldo Cortesi2012-06-232-107/+4
|
* Bump version, adapt for API canges in netlib.Aldo Cortesi2012-06-234-16/+19
|
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-215-270/+4
|
* 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-214-44/+38
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-214-63/+99
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-215-63/+39
|
* 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-194-9/+32
|
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-196-194/+122
|
* 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
|