aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * http1: add assemble_body functionMaximilian Hils2015-09-174-17/+31
| | |
| | * organize exceptions, improve content-length handlingMaximilian Hils2015-09-179-92/+130
| | |
| | * Merge pull request #92 from mitmproxy/python3Maximilian Hils2015-09-1632-1604/+1441
| | |\ | | | | | | | | Python3 & HTTP1 Refactor
| | | * adjust http1-related codeMaximilian Hils2015-09-1612-40/+70
| | | |
| | | * test parts on python 3.5Maximilian Hils2015-09-161-1/+3
| | | |
| | | * finish netlib.http.http1 refactorMaximilian Hils2015-09-1617-728/+640
| | | |
| | | * wipMaximilian Hils2015-09-1526-997/+890
| | |/
| | * remove pathod as dependencyMaximilian Hils2015-09-132-5/+1
| | |
| | * make clean_bin unicode-awareMaximilian Hils2015-09-124-19/+38
| | |
| | * don't yield empty chunksMaximilian Hils2015-09-112-2/+3
| | |
| | * fix mitmproxy/mitmproxy#759Maximilian Hils2015-09-102-7/+28
| | |
| | * add ssl_read_selectMaximilian Hils2015-09-101-0/+21
| | |
| | * add tcp.Address.__hash__Maximilian Hils2015-09-081-0/+3
| | |
| | * let Headers inherit from objectMaximilian Hils2015-09-082-4/+4
| | | | | | | | | | | | fixes mitmproxy/mitmproxy#753
| | * Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-09-051-10/+17
| | |\
| | | * http2: do net let Settings frames escapeThomas Kriechbaumer2015-09-031-0/+2
| | | |
| | | * http2: handle Ping in protocolThomas Kriechbaumer2015-09-031-10/+15
| | | |
| | * | headers: adjust everythingMaximilian Hils2015-09-0517-459/+400
| | | |
| | * | finalize Headers, add testsMaximilian Hils2015-09-052-41/+213
| | | |
| | * | add new headers classMaximilian Hils2015-09-051-1/+129
| | |/
| | * 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
| | |