aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_command.py
Commit message (Expand)AuthorAgeFilesLines
* fix #3801Maximilian Hils2020-02-041-1/+8
* coverage++Maximilian Hils2019-11-181-1/+23
* adjust testMaximilian Hils2019-11-181-1/+1
* revamp command processingMaximilian Hils2019-11-181-108/+142
* Added coverage for the changes madeHenrique2019-11-171-0/+4
* Fixing issues pointed during PR reviewHenrique2019-11-161-7/+7
* Removed the custom lexer in favor of using pyparsing.Henrique2019-11-151-29/+124
* Added tests to reach 100% coverageHenrique2019-11-131-1/+5
* Fix for issues when using \ and " on the commander barHenrique2019-11-121-4/+4
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-1/+1
* command: handle string without terminal escaped charAldo Cortesi2018-05-121-0/+2
* commands: handle type errors on startupAldo Cortesi2018-05-121-3/+29
* commands: if no explicit return type is specified, assume NoneAldo Cortesi2018-05-121-0/+13
* commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-021-8/+11
* adding commandkira02042018-03-121-3/+5
* Testing using addonkira02042018-03-121-11/+17
* fixing lintkira02042018-03-071-3/+3
* using assertskira02042018-03-071-0/+3
* wrong additionskira02042018-03-061-0/+14
* Fix an issue with quoting and commandsAldo Cortesi2018-02-231-0/+16
* commander: command argument underlayAldo Cortesi2017-12-201-0/+71
* commander: palette entries, highlight errorsAldo Cortesi2017-12-201-2/+6
* commands: partial parser now returns help for remaining argumentsAldo Cortesi2017-12-191-56/+34
* types: add validation to partial parserAldo Cortesi2017-12-191-15/+15
* types: use new type validation mechanism in commandsAldo Cortesi2017-12-191-12/+1
* commands: refactor typesAldo Cortesi2017-12-181-28/+25
* commands: minor refactoring and command renamingAldo Cortesi2017-12-171-10/+9
* minor: fix key bindings, adjust flow command presentationAldo Cortesi2017-12-171-1/+1
* commands: Reassess the cuts APIAldo Cortesi2017-12-171-1/+1
* command: recursive command parsingAldo Cortesi2017-12-151-0/+19
* commands: emit types from partial parser, implement choice completionAldo Cortesi2017-12-151-2/+22
* WIP: autocompletionAldo Cortesi2017-12-151-2/+16
* commands: add a parser for partial commandsAldo Cortesi2017-12-151-0/+10
* commands: add a Cmd argument typeAldo Cortesi2017-12-151-0/+4
* adjust testsMaximilian Hils2017-12-141-8/+16
* commands: add a Path argument typeAldo Cortesi2017-12-131-0/+8
* commands: formalise a Choice typeAldo Cortesi2017-12-131-0/+22
* commands: verify command function signatures before call (#2659)Aldo Cortesi2017-12-111-0/+7
* commands: teach parser correct annotations for variable argsAldo Cortesi2017-06-131-1/+1
* commands: support *args for commandsAldo Cortesi2017-04-301-17/+36
* Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-301-0/+1
* Add help text to --commands outputAldo Cortesi2017-04-301-0/+5
* Introduce cuts: a flow dissectorAldo Cortesi2017-04-291-0/+12
* commands: markingAldo Cortesi2017-04-291-0/+6
* commands: view.goAldo Cortesi2017-04-291-0/+4
* Commands, core update eventAldo Cortesi2017-04-291-1/+1
* commands: add a command.command decoratorAldo Cortesi2017-04-281-16/+45
* Support unary flow command argumentsAldo Cortesi2017-04-281-3/+10
* console: add a keymapAldo Cortesi2017-04-281-0/+6
* console: interactive command browserAldo Cortesi2017-04-281-0/+2