aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update .envMaximilian Hils2015-09-011-3/+4
|
* update .travis.ymlMaximilian Hils2015-08-291-22/+21
|
* Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-08-292-12/+2
|\
| * http2: fix testsThomas Kriechbaumer2015-08-261-9/+2
| |
| * 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-246-18/+20
|
* minor stylistic fixesMaximilian Hils2015-08-241-3/+6
|
* 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: 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
| |