aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/__init__.py
Commit message (Expand)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
* 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
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+88