aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/websockets.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-041-51/+37
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-041-10/+32
* Add coding style check, reformat.Aldo Cortesi2015-05-301-0/+1
* Strike times token on copyAldo Cortesi2015-05-171-2/+2
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-171-0/+4
* websockets: raw body specificationAldo Cortesi2015-05-171-5/+23
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-0/+13
* websockets: replace the "raw" with a simpler mechanismAldo Cortesi2015-05-171-9/+14
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-15/+34
* websockets: mask specificationAldo Cortesi2015-05-161-2/+9
* websockets: fix actions on framesAldo Cortesi2015-05-051-1/+1
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-7/+62
* websockets: code specificationAldo Cortesi2015-05-031-1/+22
* PreValue -> ValueAldo Cortesi2015-05-031-1/+1
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
* Split out language messages and actionsAldo Cortesi2015-05-031-5/+8
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-1/+9
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-1/+14
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+59