aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-216-49/+57
* http2: fix testsThomas Kriechbaumer2015-08-211-3/+4
* cleanupThomas Kriechbaumer2015-08-201-1/+0
* 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-192-3/+19
* Merge pull request #86 from Kriechi/http2-wipThomas Kriechbaumer2015-08-183-38/+166
|\
| * http2: implement request targetThomas Kriechbaumer2015-08-183-13/+110
| * http2: add support for too large header framesThomas Kriechbaumer2015-08-182-11/+34
| * http2: add support for too large data framesThomas Kriechbaumer2015-08-182-14/+22
|/
* fix request-target testsThomas Kriechbaumer2015-08-181-11/+4
* temporarily disable pypy with new openssl on travisThomas Kriechbaumer2015-08-181-10/+10
* temporarily disable pypy on travisThomas Kriechbaumer2015-08-181-1/+1
* 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
* Merge branch 'master' of ssh.github.com:mitmproxy/netlibAldo Cortesi2015-08-161-1/+6
|\
| * allow direct ALPN callback methodThomas Kriechbaumer2015-08-161-1/+6
* | Remove stray prints from test suiteAldo Cortesi2015-08-163-3/+0
|/
* add HTTP/1.1 ALPN version stringThomas Kriechbaumer2015-08-151-0/+2
* Merge pull request #85 from Kriechi/http2-wipMaximilian Hils2015-08-1120-385/+858
|\
| * fix minor style offencesThomas Kriechbaumer2015-08-103-12/+11
| * cleanup whitespaceThomas Kriechbaumer2015-08-1012-43/+62
| * cleanup importsThomas Kriechbaumer2015-08-1010-26/+13
| * add move tests and code from mitmproxyThomas Kriechbaumer2015-08-1011-310/+778
|/
* fix mitmproxy/mitmproxy#705Maximilian Hils2015-08-033-23/+32
* fix mitmproxy testsThomas Kriechbaumer2015-08-022-3/+6
* move encoding tests from mitmproxy to netlibThomas Kriechbaumer2015-08-011-0/+32
* fix tutils importsThomas Kriechbaumer2015-08-0113-25/+19
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-0110-162/+885
* Merge pull request #84 from Kriechi/http2-wipAldo Cortesi2015-08-017-142/+469
|\
| * http2: improve protocolThomas Kriechbaumer2015-07-303-26/+53
| * add on-the-wire representation methodsThomas Kriechbaumer2015-07-295-157/+324
| * move code from mitmproxy to netlibThomas Kriechbaumer2015-07-275-34/+167
|/
* improve pyopenssl version checkMaximilian Hils2015-07-251-1/+1
* Merge pull request #81 from Kriechi/protocol-refactorMaximilian Hils2015-07-2430-965/+1131
|\
| * fix bugsThomas Kriechbaumer2015-07-223-32/+31
| * http2: make proper use of odictThomas Kriechbaumer2015-07-223-14/+15
| * reduce public interfaceThomas Kriechbaumer2015-07-222-309/+310
| * introduce EmptyRequest classThomas Kriechbaumer2015-07-222-2/+19
| * rename content -> bodyThomas Kriechbaumer2015-07-223-11/+11
| * introduce ConnectRequest classThomas Kriechbaumer2015-07-223-6/+22
| * add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-225-24/+59
| * refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-223-553/+583