aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Extend Action and Value classesAldo Cortesi2012-10-242-65/+165
| | | | | | | | | | | | | | | | | | - Values now know how to print their own specs - Actions now know how to print their own specs - Actions have a resolve_offset method that resolves relative and random offsets.
| | * Start making Action objects more sophisticated.Aldo Cortesi2012-10-052-11/+38
| | |
| | * Remove actions log and explain, preparing for a more sophisticated take on this.Aldo Cortesi2012-10-053-28/+3
| | |
| | * Add a simple libpathod.pathoc exampleAldo Cortesi2012-10-051-0/+6
| | |
| | * rparse.py -> language.pyAldo Cortesi2012-10-057-128/+128
| | |
| | * Stub out documentation changesAldo Cortesi2012-10-044-19/+43
| | |
| | * Add -q and -r flags to pathod, logging request and respnose bytes.Aldo Cortesi2012-10-013-43/+69
| | | | | | | | | | | | | | | | | | | | | - These flags also mean that a bytes log is included in the internal log buffer. - There's an -x flag to turn on hex dump output in the text logs (does not affect the log buffer).
| | * Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-014-4/+30
| | |
| | * Add pathoc -T to ignore timeouts.Aldo Cortesi2012-09-283-4/+12
| | | | | | | | | | | | Also move -c to -C for consistency.
| | * Add pathoc -o, oneshot mode, exits after the first non-ignored response.Aldo Cortesi2012-09-272-2/+11
| | |
| | * Add pathoc -c to specify a list of return codes to ignore.Aldo Cortesi2012-09-273-27/+50
| | |
| | * Refactor print_requests -> print_requestAldo Cortesi2012-09-263-61/+58
| | | | | | | | | | | | | | | - Change to handle one request at a time - Shift error handling around
| | * Expand the docs to explain pathoc multiple requests.Aldo Cortesi2012-09-261-0/+37
| | |
| | * Response printingAldo Cortesi2012-09-262-33/+35
| | | | | | | | | | | | Options to output full response, as sniffed from the socket.
| | * Hex and verbatim output of requests.Aldo Cortesi2012-09-263-5/+21
| | | | | | | | | | | | | | | This works by sniffing traffic through the socket, so always gives us the exact traffic sent upstream.
| | * 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
| | |