Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't yield empty chunks | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | let Headers inherit from object | Maximilian Hils | 2015-09-08 | 1 | -3/+3 |
| | | | | fixes mitmproxy/mitmproxy#753 | ||||
* | 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 | 5 | -137/+118 |
| | | |||||
* | | finalize Headers, add tests | Maximilian Hils | 2015-09-05 | 1 | -41/+68 |
| | | |||||
* | | add new headers class | Maximilian Hils | 2015-09-05 | 1 | -1/+129 |
|/ | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2015-08-29 | 1 | -3/+0 |
|\ | |||||
| * | http2: fix priority stream dependency check | Thomas Kriechbaumer | 2015-08-26 | 1 | -3/+0 |
| | | |||||
* | | don't yield prefix and suffix | Maximilian Hils | 2015-08-29 | 1 | -6/+4 |
| | | |||||
* | | wip | Maximilian Hils | 2015-08-28 | 2 | -4/+1 |
|/ | |||||
* | request -> request_method | Maximilian Hils | 2015-08-24 | 3 | -11/+15 |
| | |||||
* | minor stylistic fixes | Maximilian Hils | 2015-08-24 | 1 | -3/+6 |
| | |||||
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 3 | -19/+37 |
| | |||||
* | 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: fix frame length field | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | http2: add callback to handle unexpected frames | Thomas Kriechbaumer | 2015-08-20 | 1 | -0/+15 |
| | |||||
* | fix typo | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | http2: implement request target | Thomas Kriechbaumer | 2015-08-18 | 2 | -8/+34 |
| | |||||
* | 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 |
| | |||||
* | TCPClient: more sophisticated address handling | Maximilian Hils | 2015-08-18 | 1 | -1/+2 |
| | |||||
* | re-add form_out | Maximilian Hils | 2015-08-18 | 1 | -4/+8 |
| | |||||
* | add HTTP/1.1 ALPN version string | Thomas Kriechbaumer | 2015-08-15 | 1 | -0/+2 |
| | |||||
* | fix minor style offences | Thomas Kriechbaumer | 2015-08-10 | 2 | -11/+11 |
| | |||||
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 5 | -32/+50 |
| | |||||
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 3 | -10/+0 |
| | |||||
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 2 | -30/+27 |
| | |||||
* | fix mitmproxy tests | Thomas Kriechbaumer | 2015-08-02 | 2 | -3/+6 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 3 | -109/+309 |
| | |||||
* | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 1 | -20/+41 |
| | |||||
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 3 | -139/+269 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 3 | -30/+163 |
| | |||||
* | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 2 | -26/+28 |
| | |||||
* | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 1 | -8/+11 |
| | |||||
* | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -281/+282 |
| | | | use private indicator pattern “_methodname” | ||||
* | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -2/+19 |
| | |||||
* | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -6/+20 |
| | |||||
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 4 | -20/+54 |
| | |||||
* | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -444/+457 |
| | |||||
* | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 3 | -39/+36 |
| | |||||
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 12 | -0/+2000 |