aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console
Commit message (Expand)AuthorAgeFilesLines
* Add a space after prefilled console command string (#3985)| |δΈ‰ \/ | |\|2020-05-081-0/+2
* Revert view_tcp_stream to List[bytes] implementationNikita Stupin2020-05-031-20/+14
* Remove blank linesNikita Stupin2020-05-021-1/+0
* Add contentview status bar to TCP flow detailsNikita Stupin2020-05-021-0/+23
* Colorize arrows!Nikita Stupin2020-05-022-2/+21
* Change arrow styleNikita Stupin2020-05-022-2/+6
* Merge adjacent TCP "messages"Nikita Stupin2020-05-021-5/+26
* Integrate contentviews to TCP flow detailsNikita Stupin2020-05-011-18/+13
* Merge pull request #3929 from sarthak212/colorizejsonMaximilian Hils2020-04-191-0/+23
|\
| * colorize jsonroot2020-04-191-0/+23
* | Merge pull request #3927 from mhils/tcp-uiMaximilian Hils2020-04-186-302/+541
|\ \ | |/ |/|
| * lint, mypy, tests++Maximilian Hils2020-04-122-16/+24
| * add very simply tcp detailviewMaximilian Hils2020-04-124-29/+94
| * fixup flow renderingMaximilian Hils2020-04-125-316/+424
| * Display TCP flows at flow list!Nikita Stupin2020-04-101-0/+58
* | reduce set of common keysMaximilian Hils2020-04-111-2/+2
* | space issueroot2020-04-111-2/+2
* | add common keybindingsroot2020-04-114-10/+23
|/
* #3911 Support keybinding for different contexts with different commandsKevin Cui2020-04-071-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
* 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
* fix #3722Maximilian Hils2019-12-121-5/+11
* Merge pull request #3724 from typoon/command-history-fileMaximilian Hils2019-12-122-53/+30
|\
| * 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
| |\ \ | | |/ | |/|
| * | Fixed the logic according to some tests, added new testsHenrique2019-11-242-6/+26
| * | Making the linter happyHenrique2019-11-231-3/+1
| * | 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-061-1/+1
| |/ |/|
* | 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