aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* code formattingThomas Kriechbaumer2016-02-046-15/+17
|
* fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
|
* add more tests, improve coverageThomas Kriechbaumer2016-02-042-22/+83
|
* test stream resets in push promiseThomas Kriechbaumer2016-02-041-0/+37
|
* bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-042-2/+2
|
* refactor http2 testsThomas Kriechbaumer2016-02-041-85/+149
|
* remove printThomas Kriechbaumer2016-02-042-1/+4
|
* test PushPromise supportThomas Kriechbaumer2016-02-042-5/+97
|
* allow pypy on travisThomas Kriechbaumer2016-02-041-10/+6
|
* update CI integrationThomas Kriechbaumer2016-02-042-8/+25
|
* try to show weird test outputThomas Kriechbaumer2016-02-041-1/+1
|
* increase coverageThomas Kriechbaumer2016-02-049-17/+22
|
* try to fix travisMaximilian Hils2016-02-041-0/+1
|
* silence 3rd party module loggersThomas Kriechbaumer2016-02-041-0/+5
|
* exclude tests if no alpn support presentThomas Kriechbaumer2016-02-041-0/+8
|
* add http2 full-stack testThomas Kriechbaumer2016-02-041-0/+117
|
* improve http2 header parsingThomas Kriechbaumer2016-02-041-0/+3
|
* reuse frame reading snippetThomas Kriechbaumer2016-02-042-5/+7
|
* rename test fileThomas Kriechbaumer2016-02-041-27/+0
|
* fix import in testsThomas Kriechbaumer2016-02-041-1/+1
|
* split files into http, http1, and http2Thomas Kriechbaumer2016-02-044-421/+452
|
* cleanup lock usageThomas Kriechbaumer2016-02-041-1/+1
|
* remove manual settings acknowledgeThomas Kriechbaumer2016-02-041-15/+0
|
* implemented push promiseThomas Kriechbaumer2016-02-041-5/+17
|
* fix flow control on closed streamsThomas Kriechbaumer2016-02-041-2/+2
|
* fix errors in http body parsingThomas Kriechbaumer2016-02-041-0/+6
|
* fix private API and RstStream issuesThomas Kriechbaumer2016-02-041-11/+14
|
* update hyper-h2 exception handlingThomas Kriechbaumer2016-02-041-1/+1
|
* cleanup codeThomas Kriechbaumer2016-02-041-50/+56
|
* remove form_out todoThomas Kriechbaumer2016-02-041-1/+0
|
* use proper exception classesThomas Kriechbaumer2016-02-041-5/+1
|
* --wip--Thomas Kriechbaumer2016-02-041-8/+23
|
* improved zombie detectionThomas Kriechbaumer2016-02-041-61/+71
|
* --wip--Thomas Kriechbaumer2016-02-041-12/+33
|
* add todo noteThomas Kriechbaumer2016-02-041-0/+2
|
* improve flow controlThomas Kriechbaumer2016-02-041-4/+15
|
* propagate GoAway to the other sideThomas Kriechbaumer2016-02-041-0/+8
|
* --wip--Thomas Kriechbaumer2016-02-044-131/+296
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-021-2/+2
|\
| * move travis-slack notification to different channelThomas Kriechbaumer2016-02-021-2/+2
| |
* | add appveyor slack integrationMaximilian Hils2016-02-021-1/+4
|/
* fix #861, fix #888Maximilian Hils2016-02-021-2/+14
|
* Merge pull request #909 from chrishamant/masterMaximilian Hils2016-02-021-0/+3
|\ | | | | fix crash with viewing unpacked date objects
| * fix crash with viewing unpacked date objectsChris Hamant2016-02-021-0/+3
|/
* turn script reloader off by default outside mitmdump/mitmproxyMaximilian Hils2016-02-023-4/+8
|
* tests: use relative importsMaximilian Hils2016-02-0219-21/+19
|
* raise an ScriptException when running unloaded scriptsMaximilian Hils2016-02-021-0/+2
|
* silence third-party modulesMaximilian Hils2016-02-021-0/+8
|
* Merge pull request #906 from anantk17/masterMaximilian Hils2016-02-011-1/+5
|\ | | | | Added feature to intercept flows from within inline scripts
| * added commentsAnant2016-01-311-0/+1
| |