Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turn script reloader off by default outside mitmdump/mitmproxy | Maximilian Hils | 2016-02-02 | 1 | -0/+4 |
| | |||||
* | Merge pull request #906 from anantk17/master | Maximilian Hils | 2016-02-01 | 1 | -1/+5 |
|\ | | | | | Added feature to intercept flows from within inline scripts | ||||
| * | added comments | Anant | 2016-01-31 | 1 | -0/+1 |
| | | |||||
| * | Added feature to intercept flows from within inline scripts | Anant | 2016-01-25 | 1 | -2/+5 |
| | | |||||
* | | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 16 | -8/+42 |
| | | |||||
* | | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 3 | -3/+0 |
| | | |||||
* | | Merge pull request #884 from dufferzafar/export | Maximilian Hils | 2016-01-26 | 3 | -34/+113 |
|\ \ | | | | | | | Export/Copy flow as... | ||||
| * | | Remove restrictions based on request content | Shadab Zafar | 2016-01-25 | 1 | -13/+0 |
| | | | |||||
| * | | Copy as raw request | Shadab Zafar | 2016-01-13 | 3 | -0/+14 |
| | | | | | | | | | | | | | | | | | | Issue #807 I am not entirely sure what needs to be returned in this case. | ||||
| * | | Export/Copy request as python code | Shadab Zafar | 2016-01-13 | 3 | -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 content | Shadab Zafar | 2016-01-13 | 1 | -1/+2 |
| | | | |||||
| * | | Refactor copy_as_curl_command | Shadab Zafar | 2016-01-13 | 1 | -9/+7 |
| | | | |||||
| * | | refactored export as curl to be 'E' to export and 'c' to as curl command | Marcelo Glezer | 2016-01-13 | 3 | -7/+27 |
| | | | |||||
| * | | headers enumartion was failing in copy as curl and protocol was None when ↵ | Marcelo Glezer | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | copy to clipboard was called. first wip fix | ||||
| * | | fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given) | Marcelo Glezer | 2016-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Was needlessly passing un-used parameters + clean up misspelling | Ryan Welton | 2016-01-13 | 1 | -17/+13 |
| | | | |||||
| * | | Switch to single quotes | Ryan Welton | 2016-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | Add copy as curl command | Ryan Welton | 2016-01-13 | 3 | -17/+48 |
| | | | |||||
* | | | [console] always show connection info in Details tab | 依云 | 2016-01-26 | 1 | -2/+2 |
| |/ |/| | | | | | | | | | | | Connections become false values when it's finished. Check if it's None when trying to show address info. Fixes #886. | ||||
* | | Added CLI argument to enable "follow flow list" mode | Guillem Anguera | 2016-01-22 | 1 | -7/+12 |
|/ | |||||
* | Support writing to outfile from mitmweb | Chris Czub | 2016-01-10 | 1 | -9/+0 |
| | |||||
* | fix #842 | Maximilian Hils | 2015-11-26 | 1 | -3/+20 |
| | |||||
* | finalize script reloading :tada: | Maximilian Hils | 2015-11-14 | 1 | -3/+5 |
| | |||||
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 2 | -3/+7 |
|\ | |||||
| * | Decouple libmproxy.script from libmproxy.flow | Matthew Shao | 2015-11-13 | 1 | -0/+4 |
| | | |||||
| * | Move the observer initalization to the constructor of Script | Matthew Shao | 2015-11-11 | 1 | -1/+0 |
| | | | | | | | | | | class.Should work with both mitmproxy and mitmdump now. Change the names in PEP8 style. | ||||
| * | Use watchdog to reload scripts automatically. | Matthew Shao | 2015-11-11 | 1 | -0/+1 |
|/ | |||||
* | fix copy to clipboard command when copying content | Marcelo Glezer | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | Use ctrl+f and ctrl+b to scroll a page | gecko655 | 2015-10-30 | 2 | -0/+5 |
| | |||||
* | Merge pull request #791 from tunz/master | Maximilian Hils | 2015-10-28 | 1 | -2/+2 |
|\ | | | | | Prevent flowview from creating duplicated windows | ||||
| * | Refresh flowview instead of reopen the same flowview | Choongwoo Han | 2015-10-08 | 1 | -4/+2 |
| | | |||||
| * | Prevent flowview from creating duplicated windows | Choongwoo Han | 2015-10-04 | 1 | -0/+2 |
| | | |||||
* | | fix #800 | Maximilian Hils | 2015-10-22 | 1 | -1/+2 |
|/ | |||||
* | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 1 | -3/+3 |
| | |||||
* | adjust to netlib request changes + docs | Maximilian Hils | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | don't cache changed messages, fix #777 | Maximilian Hils | 2015-09-19 | 1 | -2/+3 |
| | |||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 2 | -5/+5 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 2 | -2/+2 |
| | |||||
* | simplify contentview api | Maximilian Hils | 2015-09-12 | 3 | -29/+41 |
| | |||||
* | content view: fix fallback | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | fix bugs | Maximilian Hils | 2015-09-11 | 2 | -8/+8 |
| | |||||
* | completely remove console from contentviews | Maximilian Hils | 2015-09-11 | 1 | -3/+18 |
| | |||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 2 | -12/+11 |
|\ | |||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 3 | -20/+17 |
| | | |||||
* | | fix circular imports | Maximilian Hils | 2015-09-02 | 1 | -1/+2 |
| | | |||||
* | | PR #700 | Chris Czub | 2015-09-02 | 3 | -546/+4 |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | ||||
* | move files around | Maximilian Hils | 2015-08-30 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into proxy-refactor-cb | Maximilian Hils | 2015-08-30 | 1 | -2/+3 |
|\ | |||||
| * | console: add command line flag to disable mouse interaction | Timothy Elliott | 2015-08-19 | 1 | -2/+3 |
| | | | | | | | | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685 | ||||
* | | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 1 | -5/+6 |
|/ |