aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/command.py
Commit message (Expand)AuthorAgeFilesLines
* improve command detection heuristicsMaximilian Hils2020-01-271-2/+3
* fix re-raised exceptions not having a messageItai Sadan2020-01-181-1/+1
* Expose CommandManager.call_strings and use it in consoleaddons.pyItai Sadan2020-01-181-2/+2
* Replace tabs with spaces in errorItai Sadan2020-01-171-1/+1
* Making the linter happyHenrique2019-11-231-1/+1
* Moved command history to an addon and added a new feature:Henrique2019-11-231-1/+3
* fix lexing, sort ofMaximilian Hils2019-11-191-37/+3
* wipMaximilian Hils2019-11-181-6/+21
* fix vararg handlingMaximilian Hils2019-11-181-14/+22
* revamp command processingMaximilian Hils2019-11-181-156/+177
* Fixed issue with string parameters between quotes that do not have aHenrique2019-11-171-2/+14
* Various changes to address PR commentsHenrique2019-11-161-7/+8
* Removing dead codeHenrique2019-11-161-8/+0
* Forgot to remove the empty `_parse_cmd` functionHenrique2019-11-161-5/+0
* Fixing issues pointed during PR reviewHenrique2019-11-161-40/+30
* Small fix for 100% coverageHenrique2019-11-151-7/+0
* Merge branch 'master' into fix-command-bar-issue-3259Henrique M. D2019-11-151-1/+3
|\
| * update mypyMaximilian Hils2019-11-121-1/+3
* | Removed the custom lexer in favor of using pyparsing.Henrique2019-11-151-24/+51
* | Removed an exception handle that can't happen anymore due to the newHenrique2019-11-131-11/+6
* | Fixing issues reported by the linterHenrique2019-11-121-0/+1
* | Forgot to remove the import for shlexHenrique2019-11-121-1/+0
* | Created a lexer for the command barHenrique2019-11-121-50/+5
* | Renamed the `maybequote` function to something betterHenrique2019-11-121-2/+2
* | Fix for issues when using \ and " on the commander barHenrique2019-11-121-4/+54
|/
* command: handle string without terminal escaped charAldo Cortesi2018-05-121-1/+4
* commands: handle type errors on startupAldo Cortesi2018-05-121-3/+12
* commands: if no explicit return type is specified, assume NoneAldo Cortesi2018-05-121-1/+4
* commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-021-4/+12
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-7/+7
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-5/+1
* wrong additionskira02042018-03-061-3/+8
* Misc. typosluz.paz2018-02-241-1/+1
* parse commands in posix modeMaximilian Hils2017-12-311-1/+1
* test that defaultkeys are valid commandsMaximilian Hils2017-12-291-6/+10
* commander: palette entries, highlight errorsAldo Cortesi2017-12-201-1/+1
* commander: highlight commandsAldo Cortesi2017-12-201-4/+1
* commands: partial parser now returns help for remaining argumentsAldo Cortesi2017-12-191-3/+15
* types: add validation to partial parserAldo Cortesi2017-12-191-3/+23
* types: use new type validation mechanism in commandsAldo Cortesi2017-12-191-28/+20
* types: cleanups and minor refactoringsAldo Cortesi2017-12-191-1/+1
* commands: refactor typesAldo Cortesi2017-12-181-159/+18
* commands: minor refactoring and command renamingAldo Cortesi2017-12-171-3/+3
* commander: add completion for flowspecsAldo Cortesi2017-12-171-0/+26
* console: add a data view overlay for command outputAldo Cortesi2017-12-171-1/+1
* minor: fix key bindings, adjust flow command presentationAldo Cortesi2017-12-171-1/+1
* command cuts: add completionAldo Cortesi2017-12-171-1/+40
* commands: Reassess the cuts APIAldo Cortesi2017-12-171-2/+8
* command: recursive command parsingAldo Cortesi2017-12-151-2/+7
* command: add command.Arg typeAldo Cortesi2017-12-151-4/+9