aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/http.py
Commit message (Collapse)AuthorAgeFilesLines
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-041-37/+10
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+4
|
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-171-0/+9
|
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+3
|
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-1/+1
|
* websockets: code specificationAldo Cortesi2015-05-031-8/+8
|
* PreValue -> ValueAldo Cortesi2015-05-031-5/+5
|
* Clarify token/component split through namingAldo Cortesi2015-05-031-20/+20
| | | | Tokens are now Tok*
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
| | | | Adapt ValueLiteral parsing to suit
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-2/+34
|
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-9/+11
|
* Split out language messages and actionsAldo Cortesi2015-05-031-9/+14
|
* Revamp header components in languageAldo Cortesi2015-05-021-13/+60
|
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-12/+28
|
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-12/+41
| | | | This patch makes progress on language/http.py
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+267