aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* PreValue -> ValueAldo Cortesi2015-05-033-7/+7
* Clarify token/component split through namingAldo Cortesi2015-05-033-74/+53
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-037-3757/+11
* 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
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-022-9/+1
* Split language test suite: generatorsAldo Cortesi2015-05-021-16/+0
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-029-0/+5094