aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_rparse.py
Commit message (Expand)AuthorAgeFilesLines
* Note that pauses are skipped during previews.Aldo Cortesi2012-07-251-1/+1
* Swap the offset, seconds arguments for the pause operator.Aldo Cortesi2012-07-241-7/+7
* Make actions at end of message work.Aldo Cortesi2012-07-241-0/+14
* 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
* 100% unit test coverageAldo Cortesi2012-07-231-1/+6
* pathod.py unit tests++Aldo Cortesi2012-07-231-1/+1
* Refactor rparse.InternalResponse -> rparse.PathodErrorResponseAldo Cortesi2012-07-231-1/+1
* 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-221-3/+30
* Multiline specifications for pathod and pathoc.Aldo Cortesi2012-07-221-0/+28
* pathoc: add a flag to dump request information.Aldo Cortesi2012-07-211-1/+3
* 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
* Allow naked literals for path specification.Aldo Cortesi2012-06-291-0/+8
* 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
* Disconnect, rest refactoring.Aldo Cortesi2012-06-211-9/+9
* Port test suite over to Nose.Aldo Cortesi2012-06-091-37/+27
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-301-1/+1
* Preview in web application.Aldo Cortesi2012-04-291-29/+14
* Basic logging.Aldo Cortesi2012-04-291-3/+3
* Regularize language even furtherAldo Cortesi2012-04-291-51/+52
* Add a shortcut for setting Location header.Aldo Cortesi2012-04-281-3/+4
* Add a shortcut for setting content-type.Aldo Cortesi2012-04-281-5/+10
* Unify pause and disconnect event frameworks.Aldo Cortesi2012-04-281-8/+24
* More language tweaks.Aldo Cortesi2012-04-281-14/+14
* Make specification language more terse, and more regular.Aldo Cortesi2012-04-281-29/+28
* Better internal error pages.Aldo Cortesi2012-04-281-12/+19
* First pass at static file serving.Aldo Cortesi2012-04-281-6/+33
* Initial checkin.Aldo Cortesi2012-04-281-0/+262