aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add an injection operator.Aldo Cortesi2012-07-201-0/+32
* Much simpler rewrite of inner data sending loop.Aldo Cortesi2012-07-201-1/+19
* Extend test suite to cover SSL. Log SSL connection errors.Aldo Cortesi2012-07-201-13/+42
* Handle invalid first line errors, add an error log buffer type.Aldo Cortesi2012-07-201-1/+12
* Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-301-2/+18
* Allow naked literals for path specification.Aldo Cortesi2012-06-291-0/+8
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-263-48/+78
* Fixed the WSGI server hang in netlib, remove fudge.Aldo Cortesi2012-06-261-1/+0
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-1/+0
* Request service rendering.Aldo Cortesi2012-06-241-0/+10
* Add Path specification to request parser.Aldo Cortesi2012-06-241-2/+10
* Simple request spec parsing.Aldo Cortesi2012-06-241-2/+8
* Request method parsing.Aldo Cortesi2012-06-241-0/+6
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-241-60/+56
* Enable anchors on command line.Aldo Cortesi2012-06-242-4/+5
* Re-enable anchors.Aldo Cortesi2012-06-242-3/+15
* Add staticdir to test.Test.Aldo Cortesi2012-06-242-1/+7
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-241-1/+17
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-212-17/+8
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-2/+14
* Disconnect, rest refactoring.Aldo Cortesi2012-06-212-14/+14