aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove actions log and explain, preparing for a more sophisticated take on this.Aldo Cortesi2012-10-051-5/+1
* rparse.py -> language.pyAldo Cortesi2012-10-051-100/+100
* Add -q and -r flags to pathod, logging request and respnose bytes.Aldo Cortesi2012-10-011-0/+2
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-012-1/+12
* Add pathoc -T to ignore timeouts.Aldo Cortesi2012-09-281-1/+2
* Add pathoc -c to specify a list of return codes to ignore.Aldo Cortesi2012-09-271-1/+8
* Refactor print_requests -> print_requestAldo Cortesi2012-09-261-8/+9
* Response printingAldo Cortesi2012-09-261-13/+14
* Hex and verbatim output of requests.Aldo Cortesi2012-09-261-1/+6
* Stub out new output argument structure.Aldo Cortesi2012-09-261-6/+17
* Download page, MANIFEST.inAldo Cortesi2012-08-231-5/+0
* Testing examples and docs.Aldo Cortesi2012-07-301-5/+4
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-302-10/+10
* 100% test coverage.Aldo Cortesi2012-07-302-0/+7
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-262-1/+12
* Note that pauses are skipped during previews.Aldo Cortesi2012-07-251-1/+1
* Unit test about page.Aldo Cortesi2012-07-251-0/+4
* Nicer error for empty preview spec submission.Aldo Cortesi2012-07-251-0/+4
* Refine parse error message a bit.Aldo Cortesi2012-07-251-0/+5
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-252-6/+14
* Sizing and placeholder for preview forms.Aldo Cortesi2012-07-251-3/+0
* Handle file access denied errors in previews.Aldo Cortesi2012-07-251-0/+4
* Swap the offset, seconds arguments for the pause operator.Aldo Cortesi2012-07-242-8/+8
* Make actions at end of message work.Aldo Cortesi2012-07-241-0/+14
* Add preview for pathoc requests to web app.Aldo Cortesi2012-07-241-5/+24
* Make previews safer by stripping pauses.Aldo Cortesi2012-07-241-0/+6
* Add a Host header to pathoc requests by default.Aldo Cortesi2012-07-241-7/+7
* Add a Date header to server responses, unless raw is set.Aldo Cortesi2012-07-241-2/+6
* Add a raw modifier to requests and responses, which turn off automatic additi...Aldo Cortesi2012-07-241-1/+16
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-232-8/+23
* 100% unit test coverageAldo Cortesi2012-07-231-1/+6
* pathod.py unit tests++Aldo Cortesi2012-07-232-1/+6
* 100% test coverage for pathoc.pyAldo Cortesi2012-07-231-0/+11
* Escape unprintable content in preview.Aldo Cortesi2012-07-232-0/+12
* 100% test coverage for app.pyAldo Cortesi2012-07-232-3/+19
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-233-52/+63
* Refactor rparse.InternalResponse -> rparse.PathodErrorResponseAldo Cortesi2012-07-231-1/+1
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-232-1/+14
* Add hooks for policy checks of served data.Aldo Cortesi2012-07-231-0/+7
* Add function for effective length calculation when actions are present.Aldo Cortesi2012-07-231-0/+30
* Constrain file access to configured directory in pathod.Aldo Cortesi2012-07-221-2/+4
* Allow execution of specs from file, using +./pathAldo Cortesi2012-07-225-3/+41
* Multiline specifications for pathod and pathoc.Aldo Cortesi2012-07-221-0/+28
* Escape special characters in first line error log.Aldo Cortesi2012-07-221-1/+0
* Handle invalid content length headers.Aldo Cortesi2012-07-221-1/+7
* More robust response handling.Aldo Cortesi2012-07-211-1/+4
* pathoc: add a flag to dump request information.Aldo Cortesi2012-07-212-3/+5
* Use injection to test a corner case in pathod daemon.Aldo Cortesi2012-07-211-1/+12
* Allow Python string escape sequences in value literals.Aldo Cortesi2012-07-211-1/+5
* Fine-tuning for injection: docs, bugfixes.Aldo Cortesi2012-07-201-0/+9