aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-041-0/+39
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-17/+21
|
* Strike times token on copyAldo Cortesi2015-05-171-1/+1
|
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-1/+16
|
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+9
|
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-0/+2
|
* websockets: mask specificationAldo Cortesi2015-05-161-0/+55
| | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-1/+28
|
* websockets: code specificationAldo Cortesi2015-05-031-2/+40
|
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-2/+2
| | | | Marginally less finicky
* PreValue -> ValueAldo Cortesi2015-05-031-1/+1
|
* Clarify token/component split through namingAldo Cortesi2015-05-031-50/+29
| | | | Tokens are now Tok*
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-5/+7
| | | | Adapt ValueLiteral parsing to suit
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-33/+0
|
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-4/+8
|
* Split out language messages and actionsAldo Cortesi2015-05-031-216/+20
|
* Revamp header components in languageAldo Cortesi2015-05-021-77/+15
|
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-38/+15
|
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-45/+18
| | | | This patch makes progress on language/http.py
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-021-8/+0
|
* 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-021-0/+751