aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Stub out new output argument structure.Aldo Cortesi2012-09-263-21/+54
| | |
| | * Fix utils.get_header case handling.Aldo Cortesi2012-09-241-1/+1
| | |
| | * Auto-generate download links.Aldo Cortesi2012-08-252-2/+2
| | |
| | * Bump for minor release.Aldo Cortesi2012-08-251-1/+1
| | |
| | * Merge pull request #5 from starenka/patch-1Aldo Cortesi2012-08-241-1/+1
| | |\ | | | | | | | | pathoc missing from setup.py/setup(scripts=)
| | | * pathoc missing from setup.py/setup(scripts=)starenka2012-08-251-1/+1
| | |/ | | | | | | pathoc was not specified as distributed script
| | * Correct URL.Aldo Cortesi2012-08-241-1/+1
| | |
| | * Add flask dependency.Aldo Cortesi2012-08-231-1/+1
| | |
| | * Use 24-hour clock for log timestamps.Aldo Cortesi2012-08-231-1/+1
| | |
| | * Depend on netlib 0.2.1Aldo Cortesi2012-08-231-4/+1
| | |
| | * Download page, MANIFEST.inAldo Cortesi2012-08-236-29/+69
| | |
| | * Adjust examples and docs.Aldo Cortesi2012-08-233-36/+44
| | |
| | * Make sure date stamps are added to all logs.Aldo Cortesi2012-08-232-11/+18
| | |
| | * Add a changelog.Aldo Cortesi2012-08-221-0/+21
| | |
| | * 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 -D to daemonize pathod.Aldo Cortesi2012-08-161-57/+94
| | |
| | * 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-3013-32/+227
| | |
| | * Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-3011-25/+79
| | |
| | * 100% test coverage.Aldo Cortesi2012-07-304-4/+10
| | |
| | * 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-292-256/+2
| | |
| | * Tweak about page to be less po-faced.Aldo Cortesi2012-07-292-9/+28
| | |
| | * Refactor preview display pages.Aldo Cortesi2012-07-295-37/+94
| | |
| | * Handle file access denied in pathod.Aldo Cortesi2012-07-291-1/+4
| | |
| | * README.txt and README.mkd tweaks.Aldo Cortesi2012-07-292-8/+40
| | |
| | * READMEAldo Cortesi2012-07-291-2/+14
| | |
| | * Add new styling (thanks to bootswatch.com)Aldo Cortesi2012-07-297-21/+430
| | |
| | * Add an option to specify a log file to pathod.Aldo Cortesi2012-07-272-3/+15
| | |
| | * Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-265-9/+30
| | |
| | * Add the public pathod server.Aldo Cortesi2012-07-252-0/+26
| | |
| | * Note that pauses are skipped during previews.Aldo Cortesi2012-07-255-4/+15
| | |
| | * Unit test about page.Aldo Cortesi2012-07-252-1/+5
| | |
| | * 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-254-2/+9
| | |
| | * Refine parse error message a bit.Aldo Cortesi2012-07-253-2/+21
| | |
| | * Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-254-16/+21
| | |
| | * Sizing and placeholder for preview forms.Aldo Cortesi2012-07-253-5/+16
| | |
| | * Handle file access denied errors in previews.Aldo Cortesi2012-07-253-25/+32
| | |
| | * Swap the offset, seconds arguments for the pause operator.Aldo Cortesi2012-07-245-18/+18
| | | | | | | | | | | | This makes it uniform with the other operators.s
| | * Make actions at end of message work.Aldo Cortesi2012-07-242-6/+24
| | |