aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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-2775-63/+249
| |
* | cleanup importsThomas Kriechbaumer2016-01-2723-43/+20
| |
* | Merge pull request #884 from dufferzafar/exportMaximilian Hils2016-01-263-34/+113
|\ \ | | | | | | Export/Copy flow as...
| * | Remove restrictions based on request contentShadab Zafar2016-01-251-13/+0
| | |
| * | Copy as raw requestShadab Zafar2016-01-133-0/+14
| | | | | | | | | | | | | | | | | | Issue #807 I am not entirely sure what needs to be returned in this case.
| * | Export/Copy request as python codeShadab Zafar2016-01-133-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | Press E followed by p to copy code to clipboard. The code uses the python requests module. Only GET methods are currently supported, but can easily be extended to POST etc.
| * | Use signals.status_message for empty contentShadab Zafar2016-01-131-1/+2
| | |
| * | Refactor copy_as_curl_commandShadab Zafar2016-01-131-9/+7
| | |
| * | refactored export as curl to be 'E' to export and 'c' to as curl commandMarcelo Glezer2016-01-133-7/+27
| | |
| * | headers enumartion was failing in copy as curl and protocol was None when ↵Marcelo Glezer2016-01-131-2/+2
| | | | | | | | | | | | copy to clipboard was called. first wip fix
| * | fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)Marcelo Glezer2016-01-131-1/+1
| | |
| * | Was needlessly passing un-used parameters + clean up misspellingRyan Welton2016-01-131-17/+13
| | |
| * | Switch to single quotesRyan Welton2016-01-131-2/+2
| | |
| * | Add copy as curl commandRyan Welton2016-01-133-17/+48
| | |
* | | Merge pull request #893 from dweinstein/sni-ignoreMaximilian Hils2016-01-264-58/+98
|\ \ \ | | | | | | | | Add ignore based on TLS ClientHello SNI
| * | | Add SNI ignore docs and have code match itDavid Weinstein2016-01-262-11/+11
| | | |
| * | | Include raw client hello in exceptionDavid Weinstein2016-01-261-3/+3
| | | |
| * | | remove TODODavid Weinstein2016-01-261-1/+1
| | | |
| * | | Simplify check_ignore in _next_layerDavid Weinstein2016-01-261-13/+12
| | | |