aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Collapse)AuthorAgeFilesLines
* Download page, MANIFEST.inAldo Cortesi2012-08-234-24/+60
|
* Adjust examples and docs.Aldo Cortesi2012-08-232-21/+30
|
* Make sure date stamps are added to all logs.Aldo Cortesi2012-08-231-3/+5
|
* Don't allow negative integer offsets for now.Aldo Cortesi2012-08-171-1/+2
|
* Tweak front page: correct public pathod URL, more illustrative examples.Aldo Cortesi2012-08-162-6/+11
|
* Add Cache-Control directives to static pages.Aldo Cortesi2012-08-111-15/+18
|
* Docs.Aldo Cortesi2012-08-073-2/+64
|
* Doc tweaks.Aldo Cortesi2012-07-305-48/+67
|
* Testing examples and docs.Aldo Cortesi2012-07-307-9/+132
|
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-305-15/+50
|
* 100% test coverage.Aldo Cortesi2012-07-302-4/+3
|
* Handle invalid headers better.Aldo Cortesi2012-07-301-2/+14
|
* Handle disconnects on flush.Aldo Cortesi2012-07-304-20/+20
|
* docs: pathodAldo Cortesi2012-07-301-9/+17
|
* Docs.Aldo Cortesi2012-07-291-28/+71
|
* Listen on localhost by default.Aldo Cortesi2012-07-291-254/+0
|
* Tweak about page to be less po-faced.Aldo Cortesi2012-07-292-9/+28
|
* Refactor preview display pages.Aldo Cortesi2012-07-295-37/+94
|
* Add new styling (thanks to bootswatch.com)Aldo Cortesi2012-07-295-21/+51
|
* Add an option to specify a log file to pathod.Aldo Cortesi2012-07-271-1/+5
|
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-262-7/+12
|
* Add the public pathod server.Aldo Cortesi2012-07-252-0/+26
|
* Note that pauses are skipped during previews.Aldo Cortesi2012-07-254-3/+14
|
* Unit test about page.Aldo Cortesi2012-07-251-1/+1
|
* Use tabs for request/response definitions on language docs page.Aldo Cortesi2012-07-254-142/+140
|
* Expand examples for responses, remove dupes from pathod doc.Aldo Cortesi2012-07-253-109/+31
|
* Add a basic about page.Aldo Cortesi2012-07-253-0/+31
|
* Add examples for each preview form.Aldo Cortesi2012-07-252-0/+73
|
* Nicer error for empty preview spec submission.Aldo Cortesi2012-07-253-2/+5
|
* Refine parse error message a bit.Aldo Cortesi2012-07-252-2/+16
|
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-252-10/+7
|
* Sizing and placeholder for preview forms.Aldo Cortesi2012-07-252-2/+16
|
* Handle file access denied errors in previews.Aldo Cortesi2012-07-252-25/+28
|
* Swap the offset, seconds arguments for the pause operator.Aldo Cortesi2012-07-243-10/+10
| | | | This makes it uniform with the other operators.s
* Make actions at end of message work.Aldo Cortesi2012-07-241-6/+10
|
* Hide "go" button if crafting is off. Use configured crafting anchor point.Aldo Cortesi2012-07-245-7/+13
|
* Add preview for pathoc requests to web app.Aldo Cortesi2012-07-247-16/+66
|
* Make previews safer by stripping pauses.Aldo Cortesi2012-07-242-0/+7
|
* Don't add stuff to our internal log buffer if noapi is on.Aldo Cortesi2012-07-241-8/+9
|
* Turn off /log when noapi is set.Aldo Cortesi2012-07-242-9/+18
|
* Add option to specify craft anchor point.Aldo Cortesi2012-07-241-5/+5
|
* Add basic docs for request spec language.Aldo Cortesi2012-07-241-24/+71
|
* Add a Host header to pathoc requests by default.Aldo Cortesi2012-07-242-14/+23
|
* Document raw flag.Aldo Cortesi2012-07-241-1/+12
|
* Add a Date header to server responses, unless raw is set.Aldo Cortesi2012-07-241-12/+28
|
* Add a raw modifier to requests and responses, which turn off automatic ↵Aldo Cortesi2012-07-241-11/+25
| | | | | | additions. For now, this just turns off adding a Content-Length header when a body is specified.
* Better handling of binary data output by pathoc.Aldo Cortesi2012-07-242-5/+9
|
* Add pathod --noapi to turn off the service API.Aldo Cortesi2012-07-232-17/+19
|
* Add a --nocraft option to pathod that turns off crafting.Aldo Cortesi2012-07-231-31/+32
|
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-232-7/+19
|