aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This makes it uniform with the other operators.s
* 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 ↵Aldo Cortesi2012-07-241-1/+16
| | | | | | additions. For now, this just turns off adding a Content-Length header when a body is specified.
* 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
| | | | We don't have to do the asynchronous code contortion anymore.
* 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
|