aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/rparse.py
Commit message (Collapse)AuthorAgeFilesLines
* 100% unit test coverageAldo Cortesi2012-07-231-2/+2
|
* pathod.py unit tests++Aldo Cortesi2012-07-231-9/+3
|
* Unify offset specifications, and document them.Aldo Cortesi2012-07-231-18/+11
|
* Use configured size limit to keep previews in check.Aldo Cortesi2012-07-231-1/+1
|
* Refactor rparse.InternalResponse -> rparse.PathodErrorResponseAldo Cortesi2012-07-231-9/+6
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-9/+2
|
* Add hooks for policy checks of served data.Aldo Cortesi2012-07-231-8/+41
|
* Add function for effective length calculation when actions are present.Aldo Cortesi2012-07-231-3/+20
|
* Make file generators display nicely in pathoc actions dump.Aldo Cortesi2012-07-221-0/+3
|
* Constrain file access to configured directory in pathod.Aldo Cortesi2012-07-221-5/+11
|
* Allow execution of specs from file, using +./pathAldo Cortesi2012-07-221-0/+29
|
* Multiline specifications for pathod and pathoc.Aldo Cortesi2012-07-221-7/+9
|
* pathoc: add a flag to dump request information.Aldo Cortesi2012-07-211-5/+12
|
* Allow Python string escape sequences in value literals.Aldo Cortesi2012-07-211-1/+1
|
* Fine-tuning for injection: docs, bugfixes.Aldo Cortesi2012-07-201-2/+9
|
* Add an injection operator.Aldo Cortesi2012-07-201-2/+27
|
* Much simpler rewrite of inner data sending loop.Aldo Cortesi2012-07-201-23/+26
| | | | We don't have to do the asynchronous code contortion anymore.
* Handle NetLibDisconnect error.Aldo Cortesi2012-07-091-24/+27
|
* Allow naked literals for path specification.Aldo Cortesi2012-06-291-4/+23
|
* Allow naked value literal for pathoc path specifications.Aldo Cortesi2012-06-261-1/+3
|
* Request service rendering.Aldo Cortesi2012-06-241-79/+98
|
* Add Path specification to request parser.Aldo Cortesi2012-06-241-1/+19
|
* Simple request spec parsing.Aldo Cortesi2012-06-241-8/+50
|
* Request method parsing.Aldo Cortesi2012-06-241-13/+43
|
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-241-44/+51
|
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-241-2/+0
|
* Move http.py to netlib.http_statusAldo Cortesi2012-06-231-4/+4
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-211-6/+7
|
* Basic response generation.Aldo Cortesi2012-06-201-20/+8
|
* Port test suite over to Nose.Aldo Cortesi2012-06-091-3/+1
|
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-301-2/+2
|
* First pass at a README.Aldo Cortesi2012-04-291-5/+5
|
* Add logging, expose logs through the web app interface.Aldo Cortesi2012-04-291-0/+1
|
* Basic logging.Aldo Cortesi2012-04-291-6/+23
|
* Regularize language even furtherAldo Cortesi2012-04-291-52/+41
| | | | | | - Unify offset specifcation syntax, so there's now oly one form for specify pauses and disconnects. - Use @ instead of ! for content generation. Mildy more convenient in the shell.
* Add a shortcut for setting Location header.Aldo Cortesi2012-04-281-0/+21
|
* Add a shortcut for setting content-type.Aldo Cortesi2012-04-281-1/+22
|
* Unify pause and disconnect event frameworks.Aldo Cortesi2012-04-281-36/+32
|
* More language tweaks.Aldo Cortesi2012-04-281-4/+4
| | | | | Separators this time - move to colon-separated features, use = for header key/value separation.
* Make specification language more terse, and more regular.Aldo Cortesi2012-04-281-8/+19
|
* Better internal error pages.Aldo Cortesi2012-04-281-15/+32
|
* First pass at static file serving.Aldo Cortesi2012-04-281-2/+20
|
* Initial checkin.Aldo Cortesi2012-04-281-0/+429