Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | tcp._Connection: clean up code, fix inheritance | Maximilian Hils | 2015-08-19 | 1 | -13/+18 | |
* | add ssl peek polyfill | Maximilian Hils | 2015-08-19 | 1 | -2/+18 | |
* | 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 | 2 | -12/+25 | |
* | add Reader.peek() | Maximilian Hils | 2015-08-18 | 1 | -0/+18 | |
* | re-add form_out | Maximilian Hils | 2015-08-18 | 2 | -4/+10 | |
* | Bump netlib version - 0.13.1 is already out | Aldo Cortesi | 2015-08-17 | 1 | -1/+1 | |
* | allow direct ALPN callback method | Thomas Kriechbaumer | 2015-08-16 | 1 | -1/+6 | |
* | 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 | 9 | -36/+56 | |
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 5 | -16/+4 | |
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 5 | -33/+87 | |
* | fix mitmproxy/mitmproxy#705 | Maximilian Hils | 2015-08-03 | 2 | -14/+17 | |
* | fix mitmproxy tests | Thomas Kriechbaumer | 2015-08-02 | 2 | -3/+6 | |
* | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 1 | -1/+1 | |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 6 | -109/+616 | |
* | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 2 | -22/+46 | |
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 4 | -139/+279 | |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 3 | -30/+163 | |
* | improve pyopenssl version check | Maximilian Hils | 2015-07-25 | 1 | -1/+1 | |
* | Merge pull request #81 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 17 | -724/+855 | |
|\ | ||||||
| * | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 2 | -26/+28 | |
| * | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 2 | -10/+11 | |
| * | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -281/+282 | |
| * | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -2/+19 | |
| * | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 1 | -3/+3 | |
| * | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 3 | -6/+22 | |
| * | 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 | 15 | -111/+130 | |
| * | refactor websockets into protocol | Thomas Kriechbaumer | 2015-07-22 | 3 | -113/+133 | |
| * | introduce http_semantics module | Thomas Kriechbaumer | 2015-07-22 | 2 | -14/+25 | |
* | | add distinct error for cert verification issues | Maximilian Hils | 2015-07-24 | 2 | -4/+9 | |
|/ | ||||||
* | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+1 | |
* | Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed certi... | Kyle Morton | 2015-07-21 | 1 | -0/+7 | |
* | Fixing default CA which ought to be read as a pemfile and not a directory | Kyle Morton | 2015-07-21 | 1 | -1/+1 | |
* | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |