Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stub out documentation changes | Aldo Cortesi | 2012-10-04 | 4 | -19/+43 |
| | |||||
* | Add -q and -r flags to pathod, logging request and respnose bytes. | Aldo Cortesi | 2012-10-01 | 3 | -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 Cortesi | 2012-10-01 | 4 | -4/+30 |
| | |||||
* | Add pathoc -T to ignore timeouts. | Aldo Cortesi | 2012-09-28 | 3 | -4/+12 |
| | | | | Also move -c to -C for consistency. | ||||
* | Add pathoc -o, oneshot mode, exits after the first non-ignored response. | Aldo Cortesi | 2012-09-27 | 2 | -2/+11 |
| | |||||
* | Add pathoc -c to specify a list of return codes to ignore. | Aldo Cortesi | 2012-09-27 | 3 | -27/+50 |
| | |||||
* | Refactor print_requests -> print_request | Aldo Cortesi | 2012-09-26 | 3 | -61/+58 |
| | | | | | - Change to handle one request at a time - Shift error handling around | ||||
* | Expand the docs to explain pathoc multiple requests. | Aldo Cortesi | 2012-09-26 | 1 | -0/+37 |
| | |||||
* | Response printing | Aldo Cortesi | 2012-09-26 | 2 | -33/+35 |
| | | | | Options to output full response, as sniffed from the socket. | ||||
* | Hex and verbatim output of requests. | Aldo Cortesi | 2012-09-26 | 3 | -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 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=) | ||||
| * | pathoc missing from setup.py/setup(scripts=) | starenka | 2012-08-25 | 1 | -1/+1 |
|/ | | | pathoc was not specified as distributed script | ||||
* | 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 |
| |