Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http2: rename module and refactor as strategy | Thomas Kriechbaumer | 2015-06-05 | 1 | -1/+1 |
* | http2: add logging and error handling | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+12 |
* | http2: change header_block_fragment handling | Thomas Kriechbaumer | 2015-06-05 | 1 | -51/+60 |
* | http2: add basic protocol handling | Thomas Kriechbaumer | 2015-06-05 | 2 | -18/+1 |
* | http2: explicitly mention all arguments in tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -122/+203 |
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 1 | -41/+172 |
* | cleanup imports | Thomas Kriechbaumer | 2015-05-29 | 1 | -2/+0 |
* | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+20 |
* | add hpack to encode and decode headers | Thomas Kriechbaumer | 2015-05-29 | 1 | -36/+133 |
* | add human_readable() to each frame for debugging | Thomas Kriechbaumer | 2015-05-29 | 1 | -14/+34 |
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -4/+28 |
* | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 2 | -0/+341 |