aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
Commit message (Expand)AuthorAgeFilesLines
* Doc layout refactoring.Aldo Cortesi2013-05-021-5/+9
* Wrap webapp in a creation function.Aldo Cortesi2013-02-241-105/+107
* Add u User-agent shortcut.Aldo Cortesi2012-11-161-1/+2
* Extract .serve() method from message classes.Aldo Cortesi2012-10-301-2/+2
* Change preview_safe to return a safe copy of the current message.Aldo Cortesi2012-10-301-5/+4
* Move message body to new lazy-generator scheme.Aldo Cortesi2012-10-281-5/+1
* Adjust serve() API.Aldo Cortesi2012-10-281-3/+3
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-2/+7
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-9/+9
* Start moving policy checks to service-time, rather than parse-time.Aldo Cortesi2012-10-251-2/+2
* rparse.py -> language.pyAldo Cortesi2012-10-051-5/+5
* Stub out documentation changesAldo Cortesi2012-10-041-0/+5
* Auto-generate download links.Aldo Cortesi2012-08-251-1/+1
* Download page, MANIFEST.inAldo Cortesi2012-08-231-0/+6
* Add Cache-Control directives to static pages.Aldo Cortesi2012-08-111-15/+18
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-261-2/+2
* Note that pauses are skipped during previews.Aldo Cortesi2012-07-251-2/+3
* Unit test about page.Aldo Cortesi2012-07-251-1/+1
* Add a basic about page.Aldo Cortesi2012-07-251-0/+6
* Nicer error for empty preview spec submission.Aldo Cortesi2012-07-251-0/+5
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-251-1/+1
* Handle file access denied errors in previews.Aldo Cortesi2012-07-251-24/+27
* Hide "go" button if crafting is off. Use configured crafting anchor point.Aldo Cortesi2012-07-241-4/+6
* Add preview for pathoc requests to web app.Aldo Cortesi2012-07-241-4/+27
* Make previews safer by stripping pauses.Aldo Cortesi2012-07-241-0/+1
* Turn off /log when noapi is set.Aldo Cortesi2012-07-241-9/+16
* Add pathod --noapi to turn off the service API.Aldo Cortesi2012-07-231-14/+15
* Escape unprintable content in preview.Aldo Cortesi2012-07-231-2/+2
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-2/+5
* Use configured size limit to keep previews in check.Aldo Cortesi2012-07-231-8/+4
* Doc reorg.Aldo Cortesi2012-07-221-0/+5
* Move docs into pathod server.Aldo Cortesi2012-06-291-3/+13
* parse -> parse_response in web appAldo Cortesi2012-06-261-1/+1
* More doc refinement.Aldo Cortesi2012-06-241-4/+4
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-211-2/+0
* Finalize porting built-in web app to Flask.Aldo Cortesi2012-06-211-72/+44
* Built-in app: Index page.Aldo Cortesi2012-06-211-1/+12
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-211-27/+10
* Start porting web app to Flask.Aldo Cortesi2012-06-191-0/+12
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-191-0/+97
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-215/+0
* Clear log API.Aldo Cortesi2012-04-301-0/+7
* Log retrieval API.Aldo Cortesi2012-04-301-1/+15
* Make "Go" button on preview form work.Aldo Cortesi2012-04-291-1/+1
* Preview in web application.Aldo Cortesi2012-04-291-1/+23
* Add logging, expose logs through the web app interface.Aldo Cortesi2012-04-291-5/+26
* Basic logging.Aldo Cortesi2012-04-291-2/+25
* Anchor management: list and remove anchors.Aldo Cortesi2012-04-291-3/+19
* Basic anchor adding.Aldo Cortesi2012-04-291-4/+34
* Basic SSL support.Aldo Cortesi2012-04-291-1/+0