Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2015-09-05 | 1 | -10/+17 |
|\ | |||||
| * | http2: do net let Settings frames escape | Thomas Kriechbaumer | 2015-09-03 | 1 | -0/+2 |
| | | |||||
| * | http2: handle Ping in protocol | Thomas Kriechbaumer | 2015-09-03 | 1 | -10/+15 |
| | | |||||
* | | headers: adjust everything | Maximilian Hils | 2015-09-05 | 1 | -24/+20 |
|/ | |||||
* | wip | Maximilian Hils | 2015-08-28 | 1 | -3/+1 |
| | |||||
* | request -> request_method | Maximilian Hils | 2015-08-24 | 1 | -2/+9 |
| | |||||
* | minor stylistic fixes | Maximilian Hils | 2015-08-24 | 1 | -3/+6 |
| | |||||
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 1 | -7/+11 |
| | |||||
* | http2: fix unhandled settings frame | Thomas Kriechbaumer | 2015-08-20 | 1 | -14/+2 |
| | |||||
* | http2: disable features we do not support yet | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+5 |
| | |||||
* | http2: implement basic flow control updates | Thomas Kriechbaumer | 2015-08-20 | 1 | -7/+14 |
| | |||||
* | http2: add callback to handle unexpected frames | Thomas Kriechbaumer | 2015-08-20 | 1 | -0/+15 |
| | |||||
* | http2: implement request target | Thomas Kriechbaumer | 2015-08-18 | 1 | -6/+33 |
| | |||||
* | http2: add support for too large header frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -10/+19 |
| | |||||
* | http2: add support for too large data frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -8/+11 |
| | |||||
* | fix minor style offences | Thomas Kriechbaumer | 2015-08-10 | 1 | -5/+5 |
| | |||||
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 1 | -4/+13 |
| | |||||
* | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 1 | -20/+41 |
| | |||||
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -130/+131 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 1 | -18/+74 |
| | |||||
* | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 1 | -8/+11 |
| | |||||
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -3/+17 |
| | |||||
* | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 1 | -0/+240 |