aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
Commit message (Collapse)AuthorAgeFilesLines
...
* Add pathod --noapi to turn off the service API.Aldo Cortesi2012-07-231-2/+7
|
* Add a --nocraft option to pathod that turns off crafting.Aldo Cortesi2012-07-231-1/+6
|
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-10/+10
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-1/+14
|
* Logging truss for pathod.Aldo Cortesi2012-06-241-1/+18
|
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-1/+1
|
* Enable anchors on command line.Aldo Cortesi2012-06-241-7/+17
|
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-211-2/+1
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-3/+55
|
* Start porting web app to Flask.Aldo Cortesi2012-06-191-1/+1
|
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-171-54/+3
|
* Fail if only one of certfile or keyfile is specified.Aldo Cortesi2012-06-071-0/+4
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-12/+7
| | | | | | - 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/+5
|
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-3/+3
|
* Doc tweaks.Aldo Cortesi2012-04-291-2/+2
|
* First pass at a README.Aldo Cortesi2012-04-291-1/+1
|
* Basic anchor adding.Aldo Cortesi2012-04-291-4/+15
|
* Basic SSL support.Aldo Cortesi2012-04-291-3/+25
|
* Refactor application definitions and startup.Aldo Cortesi2012-04-291-4/+5
| | | | | Also, create one of the dodgiest web testing trusses in history. Tornado just seems to have no nice way of doing this.
* First pass at static file serving.Aldo Cortesi2012-04-281-3/+3
|
* Initial checkin.Aldo Cortesi2012-04-281-0/+21