aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/view.py
Commit message (Expand)AuthorAgeFilesLines
* lint, mypy, tests++Maximilian Hils2020-04-121-1/+1
* view addon: systematize different flow typesMaximilian Hils2020-04-111-20/+27
* Display TCP flows at flow list!Nikita Stupin2020-04-101-8/+33
* wipMaximilian Hils2019-11-181-13/+13
* make command parameter names more descriptiveMaximilian Hils2019-11-181-29/+29
* Fixes #3694Yoann L2019-11-141-6/+12
* update mypyMaximilian Hils2019-11-121-1/+1
* bump dependenciesThomas Kriechbaumer2018-12-021-2/+2
* fixed exception type; full coverage on viewmadt1m2018-06-131-1/+1
* Added tests for new primitivesmadt1m2018-06-131-1/+1
* fixed linting errorsmadt1m2018-06-131-1/+3
* added return statements to commandsmadt1m2018-06-131-2/+2
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-82/+133
* Revamp dup_and_replay exampleAldo Cortesi2018-05-051-0/+1
* LintMiroslav2018-04-261-1/+0
* Fix #3002. Auto-expandingMiroslav2018-04-261-2/+1
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* Split dumper_filter off from view_filterAldo Cortesi2018-02-261-0/+4
* Misc. typosluz.paz2018-02-241-1/+1
* Fix #2765 (#2792)Samoilenko Roman2018-01-141-1/+2
* Raise a CommandError for the exceptionMatthew Shao2018-01-081-2/+1
* Fix #2760Matthew Shao2018-01-081-1/+5
* Fix #2762 (#2763)Samoilenko Roman2018-01-061-1/+1
* commands: refactor typesAldo Cortesi2017-12-181-1/+1
* fix #2673Maximilian Hils2017-12-141-7/+11
* commands: add a Path argument typeAldo Cortesi2017-12-131-3/+3
* commands: formalise a Choice typeAldo Cortesi2017-12-131-1/+1
* Add console_focus_follow in view and eventlog addons.Matthew Shao2017-08-051-3/+4
* Add consoleaddons.common_options to suggest dependency.Matthew Shao2017-08-041-0/+3
* Change console_order and console_order_reversed optionsMatthew Shao2017-08-011-6/+17
* Squashed commit of the following:Maximilian Hils2017-07-251-6/+12
* view: show a message if we remove more than one flow from viewAldo Cortesi2017-06-131-0/+2
* fix various fd/socket leaksThomas Kriechbaumer2017-05-241-5/+6
* fix type annotationMaximilian Hils2017-05-111-2/+1
* console: globally respected nav commandsAldo Cortesi2017-05-021-0/+2
* commands: view.setval, view.getval, view.setval.toggleAldo Cortesi2017-05-011-0/+39
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-011-1/+11
* Refactor consoleAldo Cortesi2017-05-011-0/+9
* commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-301-1/+23
* commands: view.loadAldo Cortesi2017-04-301-0/+12
* commands: view.goAldo Cortesi2017-04-291-36/+63
* Commands, core update eventAldo Cortesi2017-04-291-40/+46
* console: interactive command browserAldo Cortesi2017-04-281-0/+3
* console: flow resolution commandAldo Cortesi2017-04-271-4/+22
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-9/+10
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-201-9/+12
* addons.view: we no longer have a None order stateAldo Cortesi2017-03-201-9/+6
* options: choices for content views and tighten console order specAldo Cortesi2017-03-191-4/+4
* update mypyMaximilian Hils2017-03-151-1/+2
* Changes view._store from dict to OrderedDictNikhil Soni2017-02-041-1/+1