aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* http2: add request-response handlingThomas Kriechbaumer2015-06-081-10/+14
|
* Convert parse_websocket_frame to a generatorAldo Cortesi2015-06-081-2/+5
|
* Convert parse_pathod to generatorAldo Cortesi2015-06-071-13/+15
|
* Make parse_pathoc a generatorAldo Cortesi2015-06-071-8/+10
| | | | | | | | This lets us do things like this: get:/:ir,@1:x1000000000 It will also let us expand the language to include a "repeat forever" concept.
* Improve websocket loggingAldo Cortesi2015-06-051-1/+1
|
* Rudimentary support for reflected websocket frames.Aldo Cortesi2015-06-041-0/+10
|
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-041-1/+1
|
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-041-3/+8
|
* Prevent autoflake from changing our APIAldo Cortesi2015-05-301-0/+1
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-4/+3
|
* Strike times token on copyAldo Cortesi2015-05-171-1/+1
|
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-171-1/+9
|
* websockets: mask specificationAldo Cortesi2015-05-161-14/+1
| | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
| | | | Adapt ValueLiteral parsing to suit
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+88