Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Stub out new output argument structure. | Aldo Cortesi | 2012-09-26 | 3 | -21/+54 | |
| | * | Fix utils.get_header case handling. | Aldo Cortesi | 2012-09-24 | 1 | -1/+1 | |
| | * | Auto-generate download links. | Aldo Cortesi | 2012-08-25 | 2 | -2/+2 | |
| | * | Bump for minor release. | Aldo Cortesi | 2012-08-25 | 1 | -1/+1 | |
| | * | Merge pull request #5 from starenka/patch-1 | Aldo Cortesi | 2012-08-24 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | pathoc missing from setup.py/setup(scripts=) | starenka | 2012-08-25 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Correct URL. | Aldo Cortesi | 2012-08-24 | 1 | -1/+1 | |
| | * | Add flask dependency. | Aldo Cortesi | 2012-08-23 | 1 | -1/+1 | |
| | * | Use 24-hour clock for log timestamps. | Aldo Cortesi | 2012-08-23 | 1 | -1/+1 | |
| | * | Depend on netlib 0.2.1 | Aldo Cortesi | 2012-08-23 | 1 | -4/+1 | |
| | * | Download page, MANIFEST.in | Aldo Cortesi | 2012-08-23 | 6 | -29/+69 | |
| | * | Adjust examples and docs. | Aldo Cortesi | 2012-08-23 | 3 | -36/+44 | |
| | * | Make sure date stamps are added to all logs. | Aldo Cortesi | 2012-08-23 | 2 | -11/+18 | |
| | * | Add a changelog. | Aldo Cortesi | 2012-08-22 | 1 | -0/+21 | |
| | * | Don't allow negative integer offsets for now. | Aldo Cortesi | 2012-08-17 | 1 | -1/+2 | |
| | * | Tweak front page: correct public pathod URL, more illustrative examples. | Aldo Cortesi | 2012-08-16 | 2 | -6/+11 | |
| | * | Add -D to daemonize pathod. | Aldo Cortesi | 2012-08-16 | 1 | -57/+94 | |
| | * | Add Cache-Control directives to static pages. | Aldo Cortesi | 2012-08-11 | 1 | -15/+18 | |
| | * | Docs. | Aldo Cortesi | 2012-08-07 | 3 | -2/+64 | |
| | * | Doc tweaks. | Aldo Cortesi | 2012-07-30 | 5 | -48/+67 | |
| | * | Testing examples and docs. | Aldo Cortesi | 2012-07-30 | 13 | -32/+227 | |
| | * | Cleanup of libpathod.test, test example for front page. | Aldo Cortesi | 2012-07-30 | 11 | -25/+79 | |
| | * | 100% test coverage. | Aldo Cortesi | 2012-07-30 | 4 | -4/+10 | |
| | * | Handle invalid headers better. | Aldo Cortesi | 2012-07-30 | 1 | -2/+14 | |
| | * | Handle disconnects on flush. | Aldo Cortesi | 2012-07-30 | 4 | -20/+20 | |
| | * | docs: pathod | Aldo Cortesi | 2012-07-30 | 1 | -9/+17 | |
| | * | Docs. | Aldo Cortesi | 2012-07-29 | 1 | -28/+71 | |
| | * | Listen on localhost by default. | Aldo Cortesi | 2012-07-29 | 2 | -256/+2 | |
| | * | Tweak about page to be less po-faced. | Aldo Cortesi | 2012-07-29 | 2 | -9/+28 | |
| | * | Refactor preview display pages. | Aldo Cortesi | 2012-07-29 | 5 | -37/+94 | |
| | * | Handle file access denied in pathod. | Aldo Cortesi | 2012-07-29 | 1 | -1/+4 | |
| | * | README.txt and README.mkd tweaks. | Aldo Cortesi | 2012-07-29 | 2 | -8/+40 | |
| | * | README | Aldo Cortesi | 2012-07-29 | 1 | -2/+14 | |
| | * | Add new styling (thanks to bootswatch.com) | Aldo Cortesi | 2012-07-29 | 7 | -21/+430 | |
| | * | Add an option to specify a log file to pathod. | Aldo Cortesi | 2012-07-27 | 2 | -3/+15 | |
| | * | Add a --nohang flag that turns off pauses in response generation. | Aldo Cortesi | 2012-07-26 | 5 | -9/+30 | |
| | * | Add the public pathod server. | Aldo Cortesi | 2012-07-25 | 2 | -0/+26 | |
| | * | Note that pauses are skipped during previews. | Aldo Cortesi | 2012-07-25 | 5 | -4/+15 | |
| | * | Unit test about page. | Aldo Cortesi | 2012-07-25 | 2 | -1/+5 | |
| | * | Use tabs for request/response definitions on language docs page. | Aldo Cortesi | 2012-07-25 | 4 | -142/+140 | |
| | * | Expand examples for responses, remove dupes from pathod doc. | Aldo Cortesi | 2012-07-25 | 3 | -109/+31 | |
| | * | Add a basic about page. | Aldo Cortesi | 2012-07-25 | 3 | -0/+31 | |
| | * | Add examples for each preview form. | Aldo Cortesi | 2012-07-25 | 2 | -0/+73 | |
| | * | Nicer error for empty preview spec submission. | Aldo Cortesi | 2012-07-25 | 4 | -2/+9 | |
| | * | Refine parse error message a bit. | Aldo Cortesi | 2012-07-25 | 3 | -2/+21 | |
| | * | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 4 | -16/+21 | |
| | * | Sizing and placeholder for preview forms. | Aldo Cortesi | 2012-07-25 | 3 | -5/+16 | |
| | * | Handle file access denied errors in previews. | Aldo Cortesi | 2012-07-25 | 3 | -25/+32 | |
| | * | Swap the offset, seconds arguments for the pause operator. | Aldo Cortesi | 2012-07-24 | 5 | -18/+18 | |
| | * | Make actions at end of message work. | Aldo Cortesi | 2012-07-24 | 2 | -6/+24 |