aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language
Commit message (Collapse)AuthorAgeFilesLines
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-044-89/+87
|
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-042-13/+40
|
* Prevent autoflake from changing our APIAldo Cortesi2015-05-301-0/+1
|
* Add coding style check, reformat.Aldo Cortesi2015-05-309-36/+43
|
* Strike times token on copyAldo Cortesi2015-05-174-6/+7
|
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-174-1/+25
|
* websockets: raw body specificationAldo Cortesi2015-05-171-5/+23
|
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-172-1/+29
|
* websockets: replace the "raw" with a simpler mechanismAldo Cortesi2015-05-171-9/+14
| | | | | You can now say "knone" to specifiy that no key should be generated under any circumstances.
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-174-1/+28
|
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-163-16/+37
|
* websockets: mask specificationAldo Cortesi2015-05-163-16/+65
| | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs
* websockets: fix actions on framesAldo Cortesi2015-05-051-1/+1
|
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-042-8/+90
|
* websockets: code specificationAldo Cortesi2015-05-033-11/+70
|
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-2/+2
| | | | Marginally less finicky
* PreValue -> ValueAldo Cortesi2015-05-033-7/+7
|
* Clarify token/component split through namingAldo Cortesi2015-05-033-74/+53
| | | | Tokens are now Tok*
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-037-3757/+11
| | | | Adapt ValueLiteral parsing to suit
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-032-35/+34
|
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-033-30/+19
|
* Split out language messages and actionsAldo Cortesi2015-05-035-230/+242
|
* Revamp header components in languageAldo Cortesi2015-05-022-90/+75
|
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-023-51/+52
|
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-023-58/+73
| | | | This patch makes progress on language/http.py
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-022-9/+1
|
* Split language test suite: generatorsAldo Cortesi2015-05-021-16/+0
| | | | Also remove some unused code
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-029-0/+5094