Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor logger out of pathoc, use it in pathod as well. | Aldo Cortesi | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -3/+1 |
| | |||||
* | Strike times token on copy | Aldo Cortesi | 2015-05-17 | 1 | -0/+6 |
| | |||||
* | websockets: lINTEGER to specify payload length | Aldo Cortesi | 2015-05-17 | 1 | -0/+11 |
| | |||||
* | Introduce and enfoce uniqueness constraints for language components | Aldo Cortesi | 2015-05-17 | 1 | -0/+5 |
| | |||||
* | websockets: mask specification | Aldo Cortesi | 2015-05-16 | 1 | -1/+25 |
| | | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs | ||||
* | websockets: specification of fin, mask, rsv1-3 bits. | Aldo Cortesi | 2015-05-04 | 1 | -0/+21 |
| | |||||
* | websockets: code specification | Aldo Cortesi | 2015-05-03 | 1 | -0/+27 |
| | |||||
* | Lower-case rather than upper-case to canonicalize names | Aldo Cortesi | 2015-05-03 | 1 | -1/+1 |
| | | | | Marginally less finicky | ||||
* | PreValue -> Value | Aldo Cortesi | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Clarify token/component split through naming | Aldo Cortesi | 2015-05-03 | 1 | -53/+37 |
| | | | | Tokens are now Tok* | ||||
* | Remove bundled pyparsing, install as external package | Aldo Cortesi | 2015-05-03 | 1 | -3/+5 |
| | | | | Adapt ValueLiteral parsing to suit | ||||
* | base.PathodSpec -> http.PathodResponse | Aldo Cortesi | 2015-05-03 | 1 | -26/+0 |
| | |||||
* | Language: minor refactoring and whitespace | Aldo Cortesi | 2015-05-03 | 1 | -1/+2 |
| | |||||
* | Split out language messages and actions | Aldo Cortesi | 2015-05-03 | 1 | -122/+1 |
| | |||||
* | Revamp header components in language | Aldo Cortesi | 2015-05-02 | 1 | -60/+16 |
| | |||||
* | language: create and use Integer and PreValue generics | Aldo Cortesi | 2015-05-02 | 1 | -28/+13 |
| | |||||
* | Refactor language to move specific tokens into protocol module | Aldo Cortesi | 2015-05-02 | 1 | -0/+474 |
This patch makes progress on language/http.py |