aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools
Commit message (Expand)AuthorAgeFilesLines
* finish FIXME: move open_browser() to addon/browser (#3832)naivekun2020-03-082-36/+41
* update compiled mitmweb assets, fix #3822Maximilian Hils2020-02-211-1/+1
* Fix wording for ssl_insecure option on mitmwebFerenc soós2020-01-201-1/+1
* remove status_message.send where log.error has the same effectItai Sadan2020-01-182-12/+4
* fix missing error to event log in commandexecutor.pyItai Sadan2020-01-181-2/+5
* Expose CommandManager.call_strings and use it in consoleaddons.pyItai Sadan2020-01-181-13/+19
* consoleaddons.py - add command_lexer.quote where it seems relevantItai Sadan2020-01-181-7/+9
* Fix command quotes and error loggingItai Sadan2020-01-171-3/+4
* Exit on SIGTERM instead of promptingThinkChaos2020-01-111-6/+6
* fix: ValueError: math domain error" in table mode when displaying a server re...Yoann Lamouroux2020-01-101-1/+1
* enable UTF-8 icons for WSLMaximilian Hils2019-12-271-1/+1
* [web] update compiled assetsMaximilian Hils2019-12-123-5/+5
* fix #3722Maximilian Hils2019-12-121-5/+11
* Merge pull request #3724 from typoon/command-history-fileMaximilian Hils2019-12-123-53/+31
|\
| * Making linter happyHenrique2019-11-271-1/+0
| * Merge branch 'command-history-file' of github.com:typoon/mitmproxy into comma...Henrique2019-11-272-12/+8
| |\
| | * simplify command history addonMaximilian Hils2019-11-262-12/+8
| * | Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy int...Henrique2019-11-271-7/+42
| |\ \ | | |/ | |/|
| * | Fixing it back to what it wasHenrique2019-11-251-5/+6
| * | Moved confdir check logic into the addonHenrique2019-11-251-12/+2
| * | Fixed the logic according to some tests, added new testsHenrique2019-11-242-6/+26
| * | Making the linter happyHenrique2019-11-232-6/+1
| * | Fix to create the confdir in case it doesn't existHenrique2019-11-231-7/+20
| * | Moved command history to an addon and added a new feature:Henrique2019-11-232-85/+15
| * | Implemented feature to save command history to a file. This allows usersHenrique2019-11-221-5/+41
* | | Add flow to ContentView metadataYoav Shai2019-12-063-3/+3
| |/ |/|
* | Remove blank lineHenrique2019-11-251-1/+0
* | Fixed `ctrl w`Henrique2019-11-251-7/+13
* | Added some navigation keys to the command bar same way as in a LinuxHenrique2019-11-251-5/+37
|/
* Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-215-167/+166
|\
| * fix keybind for loading flowsMaximilian Hils2019-11-211-1/+1
| * fix lexing, sort ofMaximilian Hils2019-11-193-41/+50
| * wipMaximilian Hils2019-11-183-10/+11
| * fix vararg handlingMaximilian Hils2019-11-181-1/+1
| * revamp command processingMaximilian Hils2019-11-183-67/+63
| * make command parameter names more descriptiveMaximilian Hils2019-11-181-24/+24
| * Added return signature to methods on commander.pyHenrique2019-11-161-5/+5
| * Various changes to address PR commentsHenrique2019-11-161-13/+6
| * Removed useless else that prevented 100% code coverageHenrique2019-11-151-2/+0
| * Merge branch 'master' into fix-command-bar-issue-3259Henrique M. D2019-11-1510-32/+53
| |\
| * | Removed the custom lexer in favor of using pyparsing.Henrique2019-11-151-8/+8
| * | Fixed issue introduced by change in the lexer that caused mitmproxy toHenrique2019-11-131-14/+21
| * | Fix for issues when using \ and " on the commander barHenrique2019-11-121-9/+4
* | | Merge pull request #3717 from Jessonsotoventura/replayMaximilian Hils2019-11-201-8/+5
|\ \ \
| * | | added column for mark and replayJesson Soto Ventura2019-11-191-8/+5
| | |/ | |/|
* | | Merge pull request #3700 from Jessonsotoventura/confirm_quitMaximilian Hils2019-11-161-1/+1
|\ \ \ | |/ / |/| |
| * | used getattr to select exitJesson Soto Ventura2019-11-151-5/+1
| * | ctrl-c should prompt for an exitJesson Soto Ventura2019-11-141-1/+5
* | | Merge pull request #3420 from rjt-gupta/multipart-fixMaximilian Hils2019-11-153-6/+26
|\ \ \
| * | | separate editorsrjt-gupta2019-02-063-11/+23