aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | 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
|\
| * Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed certi...Kyle Morton2015-07-211-0/+7
| * Fixing default CA which ought to be read as a pemfile and not a directoryKyle Morton2015-07-211-1/+1
|/
* bump versionMaximilian Hils2015-07-221-1/+1
* Merge pull request #82 from mua/masterMaximilian Hils2015-07-211-1/+1
|\
| * Fixed version error formatting issueM. Utku Altinkaya2015-07-211-1/+1
|/
* socks: optionally fail earlyMaximilian Hils2015-07-032-5/+13
* socks: add assert_socks5 methodMaximilian Hils2015-07-032-7/+91