aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/core.py
Commit message (Expand)AuthorAgeFilesLines
* fix 'set' to only accept a single argumentMaximilian Hils2019-11-191-2/+2
* fix lexing, sort ofMaximilian Hils2019-11-191-2/+1
* wipMaximilian Hils2019-11-181-9/+8
* make command parameter names more descriptiveMaximilian Hils2019-11-181-21/+22
* encoding: add support for zstd (zstandard)Tero Saaristo2019-09-051-1/+1
* bump dependenciesThomas Kriechbaumer2018-12-021-1/+1
* cadir -> confdirAldo Cortesi2018-05-101-1/+1
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* clean up ProxyConfigMaximilian Hils2018-02-271-0/+15
* Start consolidating core optionsAldo Cortesi2018-02-261-0/+57
* backup for flow.decode/encodeMiroslav2018-02-121-0/+2
* Fix reverting of a flowMiroslav2018-02-101-0/+1
* commands: refactor typesAldo Cortesi2017-12-181-4/+5
* introduce @command.argumentMaximilian Hils2017-12-141-9/+4
* commands: add a Path argument typeAldo Cortesi2017-12-131-2/+2
* commands: formalise a Choice typeAldo Cortesi2017-12-131-12/+16
* update mypyMaximilian Hils2017-07-201-2/+2
* commands: teach parser correct annotations for variable argsAldo Cortesi2017-06-131-3/+3
* core: set command can now take multiple valuesAldo Cortesi2017-06-131-2/+4
* commands: options controlAldo Cortesi2017-05-021-0/+45
* commands: flow.encode, flow.decode, flow.encode.toggleAldo Cortesi2017-05-011-0/+59
* command: flow.setAldo Cortesi2017-05-011-0/+74
* command: flow.revertAldo Cortesi2017-04-291-0/+15
* Rework client and server replayAldo Cortesi2017-04-291-12/+1
* command: flow.kill, flow.replayAldo Cortesi2017-04-291-0/+23
* commands: markingAldo Cortesi2017-04-291-0/+23
* Commands, core update eventAldo Cortesi2017-04-291-0/+13
* commands: add a command.command decoratorAldo Cortesi2017-04-281-3/+2
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-281-1/+2
* commands: add the core command addon, and the command "set"Aldo Cortesi2017-04-281-0/+18