aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-08-291-3/+0
|\
| * http2: fix priority stream dependency checkThomas Kriechbaumer2015-08-261-3/+0
* | don't yield prefix and suffixMaximilian Hils2015-08-291-6/+4
* | move sslversion mapping to netlibMaximilian Hils2015-08-291-0/+17
* | wipMaximilian Hils2015-08-284-22/+3
|/
* fix error messagesMaximilian Hils2015-08-251-2/+2
* request -> request_methodMaximilian Hils2015-08-243-11/+15
* minor stylistic fixesMaximilian Hils2015-08-241-3/+6
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-213-19/+37
* http2: fix unhandled settings frameThomas Kriechbaumer2015-08-201-14/+2
* http2: disable features we do not support yetThomas Kriechbaumer2015-08-201-1/+5
* http2: implement basic flow control updatesThomas Kriechbaumer2015-08-201-7/+14
* http2: fix frame length fieldThomas Kriechbaumer2015-08-201-1/+1
* http2: add callback to handle unexpected framesThomas Kriechbaumer2015-08-201-0/+15
* fix typoThomas Kriechbaumer2015-08-201-1/+1
* tcp._Connection: clean up code, fix inheritanceMaximilian Hils2015-08-191-13/+18
* add ssl peek polyfillMaximilian Hils2015-08-191-2/+18
* http2: implement request targetThomas Kriechbaumer2015-08-182-8/+34
* http2: add support for too large header framesThomas Kriechbaumer2015-08-181-10/+19
* http2: add support for too large data framesThomas Kriechbaumer2015-08-181-8/+11
* TCPClient: more sophisticated address handlingMaximilian Hils2015-08-182-12/+25
* add Reader.peek()Maximilian Hils2015-08-181-0/+18
* re-add form_outMaximilian Hils2015-08-182-4/+10
* Bump netlib version - 0.13.1 is already outAldo Cortesi2015-08-171-1/+1
* allow direct ALPN callback methodThomas Kriechbaumer2015-08-161-1/+6
* add HTTP/1.1 ALPN version stringThomas Kriechbaumer2015-08-151-0/+2
* fix minor style offencesThomas Kriechbaumer2015-08-102-11/+11
* cleanup whitespaceThomas Kriechbaumer2015-08-109-36/+56
* cleanup importsThomas Kriechbaumer2015-08-105-16/+4
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-105-33/+87
* fix mitmproxy/mitmproxy#705Maximilian Hils2015-08-032-14/+17
* fix mitmproxy testsThomas Kriechbaumer2015-08-022-3/+6
* fix tutils importsThomas Kriechbaumer2015-08-011-1/+1
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-016-109/+616
* http2: improve protocolThomas Kriechbaumer2015-07-302-22/+46
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-294-139/+279
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-273-30/+163
* improve pyopenssl version checkMaximilian Hils2015-07-251-1/+1
* Merge pull request #81 from Kriechi/protocol-refactorMaximilian Hils2015-07-2417-724/+855
|\
| * fix bugsThomas Kriechbaumer2015-07-222-26/+28
| * http2: make proper use of odictThomas Kriechbaumer2015-07-222-10/+11
| * reduce public interfaceThomas Kriechbaumer2015-07-221-281/+282
| * introduce EmptyRequest classThomas Kriechbaumer2015-07-222-2/+19
| * rename content -> bodyThomas Kriechbaumer2015-07-221-3/+3
| * introduce ConnectRequest classThomas Kriechbaumer2015-07-223-6/+22
| * add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-224-20/+54
| * refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-221-444/+457
| * change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-3/+3
| * extract authentication methods from protocolThomas Kriechbaumer2015-07-223-39/+36
| * move bits aroundThomas Kriechbaumer2015-07-2215-111/+130