aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: fix TODOs
| * 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
|\ | | | | add move tests and code from mitmproxy
| * 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
|\ | | | | [WIP] Protocol Refactoring for HTTP/2
| * 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
|\ | | | | HTTP protocol refactoring
| * 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
| | | | | | use private indicator pattern “_methodname”
| * 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
| |
| * change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-222-11/+15
| |
| * extract authentication methods from protocolThomas Kriechbaumer2015-07-225-58/+57
| |
| * move bits aroundThomas Kriechbaumer2015-07-2228-290/+318
| |
| * refactor websockets into protocolThomas Kriechbaumer2015-07-224-126/+151
| |
| * introduce http_semantics moduleThomas Kriechbaumer2015-07-223-21/+32
| | | | | | | | | | used for generic HTTP representation everything should apply for HTTP/1 and HTTP/2
* | add distinct error for cert verification issuesMaximilian Hils2015-07-243-5/+10
|/
* bump versionMaximilian Hils2015-07-221-1/+1
|
* Merge pull request #83 from kyle-m/masterMaximilian Hils2015-07-221-1/+8
|\ | | | | Fixing upstream certificate validation bugs
| * Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed ↵Kyle Morton2015-07-211-0/+7
| | | | | | | | certificate validation