aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/flowlist.py
Commit message (Expand)AuthorAgeFilesLines
* add very simply tcp detailviewMaximilian Hils2020-04-121-3/+2
* fixup flow renderingMaximilian Hils2020-04-121-3/+8
* Fixed linting issuesJesson Soto Ventura2019-07-211-2/+0
* Added console_flowlist_layout optionJesson Soto Ventura2019-07-211-0/+10
* Tabular list flowBkPHcgQL3V2019-07-211-1/+1
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-6/+6
* console: implement positions for flow list walkerAldo Cortesi2018-05-121-0/+8
* Zap some commands.call invocations that were missed in the renameAldo Cortesi2018-05-071-1/+1
* Catch some stray command.call invocationsAldo Cortesi2018-05-021-3/+3
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* console: key binding viewerAldo Cortesi2017-06-131-1/+1
* console: extract "enter" to m_selectAldo Cortesi2017-06-111-0/+2
* console: auto-generate context key binding helpAldo Cortesi2017-06-111-1/+0
* console: help - remove hardcoded help everywhereAldo Cortesi2017-06-111-42/+0
* console: extract grideditor keybindingsAldo Cortesi2017-06-111-1/+2
* console: layout pane heaadersAldo Cortesi2017-06-101-0/+1
* Fixes #2377 #2323Ujjwal Verma2017-06-061-1/+1
* console: Make EventLog its own control, bind to "E"Aldo Cortesi2017-05-021-62/+0
* console: globally respected nav commandsAldo Cortesi2017-05-021-6/+7
* Refactor consoleAldo Cortesi2017-05-011-10/+6
* commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-301-58/+1
* commands: view.loadAldo Cortesi2017-04-301-7/+1
* commands: support *args for commandsAldo Cortesi2017-04-301-2/+3
* Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-301-23/+3
* Introduce cuts: a flow dissectorAldo Cortesi2017-04-291-2/+0
* command: script.runAldo Cortesi2017-04-291-7/+1
* command: flow.revertAldo Cortesi2017-04-291-8/+1
* Rework client and server replayAldo Cortesi2017-04-291-32/+1
* command: flow.kill, flow.replayAldo Cortesi2017-04-291-15/+2
* commands: markingAldo Cortesi2017-04-291-8/+1
* commands: view.goAldo Cortesi2017-04-291-11/+1
* Commands, core update eventAldo Cortesi2017-04-291-24/+10
* Support unary flow command argumentsAldo Cortesi2017-04-281-4/+0
* console: save flows to commandAldo Cortesi2017-04-281-22/+0
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-281-29/+0
* console: add a keymapAldo Cortesi2017-04-281-3/+1
* addons.streamfile -> addons.saveAldo Cortesi2017-04-271-3/+3
* console: very basic interactive command executorAldo Cortesi2017-04-271-1/+3
* Override set_focus to check for index errorNikhil Soni2017-03-291-0/+4
* tox: mypy checking for entire codebaseAldo Cortesi2017-03-221-1/+1
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-201-1/+4
* options: filter -> view_filterAldo Cortesi2017-03-191-2/+2
* add Request.makeMaximilian Hils2017-03-151-4/+1
* Update flowlist.pylymanZerga112017-03-061-1/+1
* Catch ValueErrors from url.parse()lymanZerga112017-02-121-3/+4
* Closes #1960 'Z' removes unmarked flowsUjjwal Verma2017-02-031-0/+3
* Fixed following on flowlistAidan Cyr2017-02-021-1/+1
* Consolidate option namesAldo Cortesi2017-01-301-3/+3
* Merge pull request #1862 from mhils/remove-intercept-eventsAldo Cortesi2016-12-171-7/+8
|\
| * remove intercept events, update view manuallyMaximilian Hils2016-12-161-7/+8