aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Craft anchor is now specified as a regexAldo Cortesi2015-06-041-5/+0
| | | | Unifies this with anchor points.
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-5/+5
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-4/+6
|
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-11/+0
|
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-231-0/+5
| | | | | The anchor point is now defined as /p (rather than /p/), with the specification for a request just to /p or /p/ being empty.
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-171-3/+1
|
* Add forgotten import. Oops.Aldo Cortesi2014-10-241-0/+1
|
* Strictly separate argument parsing from main loopsAldo Cortesi2014-10-241-0/+27
|
* Expand SSL supportAldo Cortesi2014-02-271-0/+8
| | | | | | - Cipher suite selection for both pathoc and pathod - SSL version specification for pathod - Expose SSLv23 as an option, and use it by default
* Pyflakes cleanup, adjust requirements.txtAldo Cortesi2014-01-191-1/+1
|
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-051-0/+13
|
* Major refactoring towars separate representation of expressions and ↵Aldo Cortesi2012-10-271-2/+3
| | | | request/response service.
* Fix utils.get_header case handling.Aldo Cortesi2012-09-241-1/+1
|
* Refine parse error message a bit.Aldo Cortesi2012-07-251-1/+15
|
* Better handling of binary data output by pathoc.Aldo Cortesi2012-07-241-0/+4
|
* Escape unprintable content in preview.Aldo Cortesi2012-07-231-0/+9
|
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-1/+0
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-0/+22
|
* Simple request spec parsing.Aldo Cortesi2012-06-241-0/+9
|
* Enable anchors on command line.Aldo Cortesi2012-06-241-17/+4
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-211-25/+0
|
* Better test daemon cleanup, improve utils test coverage.Aldo Cortesi2012-06-071-9/+0
|
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-301-1/+1
|
* Preview in web application.Aldo Cortesi2012-04-291-1/+27
|
* Basic anchor adding.Aldo Cortesi2012-04-291-1/+24
|
* Initial checkin.Aldo Cortesi2012-04-281-0/+31