aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Expand)AuthorAgeFilesLines
* cleanupThomas Kriechbaumer2016-02-041-7/+7
* do not send RST if there is not upstream stream openend yetMaximilian Hils2016-02-041-1/+2
* add comment that explains OrderedDict useMaximilian Hils2016-02-041-0/+4
* fix exception classesThomas Kriechbaumer2016-02-041-1/+2
* fix locking issuesThomas Kriechbaumer2016-02-041-0/+1
* fix flow == None errorsThomas Kriechbaumer2016-02-041-1/+1
* fix tests and use netlib utilsThomas Kriechbaumer2016-02-042-12/+2
* fix race condition during state loadingThomas Kriechbaumer2016-02-041-1/+2
* code formattingThomas Kriechbaumer2016-02-044-10/+12
* fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
* add more tests, improve coverageThomas Kriechbaumer2016-02-041-15/+11
* bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-041-1/+1
* remove printThomas Kriechbaumer2016-02-041-0/+4
* test PushPromise supportThomas Kriechbaumer2016-02-041-2/+9
* increase coverageThomas Kriechbaumer2016-02-047-16/+17
* improve http2 header parsingThomas Kriechbaumer2016-02-041-0/+3
* reuse frame reading snippetThomas Kriechbaumer2016-02-042-5/+7
* 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-042-130/+294
* fix #861, fix #888Maximilian Hils2016-02-021-2/+14
* 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
* raise an ScriptException when running unloaded scriptsMaximilian Hils2016-02-021-0/+2
* Merge pull request #906 from anantk17/masterMaximilian Hils2016-02-011-1/+5
|\
| * added commentsAnant2016-01-311-0/+1
| * Added feature to intercept flows from within inline scriptsAnant2016-01-251-2/+5
* | fix #903Maximilian Hils2016-01-301-1/+1
* | code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-2749-37/+167
* | cleanup importsThomas Kriechbaumer2016-01-2713-17/+8
* | Merge pull request #884 from dufferzafar/exportMaximilian Hils2016-01-263-34/+113
|\ \
| * | Remove restrictions based on request contentShadab Zafar2016-01-251-13/+0
| * | Copy as raw requestShadab Zafar2016-01-133-0/+14
| * | Export/Copy request as python codeShadab Zafar2016-01-133-1/+33
| * | Use signals.status_message for empty contentShadab Zafar2016-01-131-1/+2