aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/flowview.py
Commit message (Expand)AuthorAgeFilesLines
* Revert view_tcp_stream to List[bytes] implementationNikita Stupin2020-05-031-20/+14
* Remove blank linesNikita Stupin2020-05-021-1/+0
* Add contentview status bar to TCP flow detailsNikita Stupin2020-05-021-0/+23
* Colorize arrows!Nikita Stupin2020-05-021-2/+2
* Change arrow styleNikita Stupin2020-05-021-2/+2
* Merge adjacent TCP "messages"Nikita Stupin2020-05-021-5/+26
* Integrate contentviews to TCP flow detailsNikita Stupin2020-05-011-18/+13
* Merge pull request #3927 from mhils/tcp-uiMaximilian Hils2020-04-181-25/+69
|\
| * add very simply tcp detailviewMaximilian Hils2020-04-121-21/+68
| * fixup flow renderingMaximilian Hils2020-04-121-4/+1
* | add common keybindingsroot2020-04-111-1/+1
|/
* Add flow to ContentView metadataYoav Shai2019-12-061-1/+1
* Added console_flowlist_layout optionJesson Soto Ventura2019-07-211-0/+1
* Tabular list flowBkPHcgQL3V2019-07-211-1/+1
* Make content view lines limit configurableKamil Borzym2018-10-191-1/+2
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-1/+1
* Catch some stray command.call invocationsAldo Cortesi2018-05-021-1/+1
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-1/+1
* Fix for wrapping up extra-long urls in flowdetailviewFenil Gandhi2018-03-031-1/+3
* Fix #2786 (#2798)Samoilenko Roman2018-01-181-1/+3
* fix #1833Maximilian Hils2018-01-051-1/+24
* refactor common.format_keyvalsMaximilian Hils2018-01-051-2/+1
* log contentview errors in the debug log onlyMaximilian Hils2017-12-171-1/+1
* streamline console logging, fix #2667Maximilian Hils2017-12-141-3/+2
* console: Make global nav keys work within helpAldo Cortesi2017-06-111-4/+0
* console: help - remove hardcoded help everywhereAldo Cortesi2017-06-111-76/+0
* console: extract grideditor keybindingsAldo Cortesi2017-06-111-1/+2
* console: layout pane heaadersAldo Cortesi2017-06-101-0/+1
* console: globally respected nav commandsAldo Cortesi2017-05-021-1/+0
* commands: view.setval, view.getval, view.setval.toggleAldo Cortesi2017-05-011-41/+7
* commands: flow.encode, flow.decode, flow.encode.toggleAldo Cortesi2017-05-011-38/+0
* commands: console.bodyview, console.chooseAldo Cortesi2017-05-011-10/+0
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-011-110/+0
* command: flow.setAldo Cortesi2017-05-011-118/+0
* Refactor consoleAldo Cortesi2017-05-011-132/+41
* Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-301-23/+24
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-201-3/+8
* console: use overlay chooser to pick flow view modeAldo Cortesi2017-03-191-15/+13
* fix #2065 by setting correct content encoding for brotliJett2017-02-261-1/+1
* remove intercept events, update view manuallyMaximilian Hils2016-12-161-5/+5
* fix #1829Maximilian Hils2016-12-111-9/+12
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-2/+4
* lint!Maximilian Hils2016-11-181-0/+3
* mitmproxy.console: Complete port to view.Aldo Cortesi2016-10-301-39/+22
* console: Port from state to viewAldo Cortesi2016-10-301-19/+18
* Add options.default_contentviewAldo Cortesi2016-10-301-3/+3
* fix FlowView._get_content_viewMaximilian Hils2016-10-241-2/+6
* replace mitmproxy.utils.lrucache with functools.lru_cacheSahil Chelaramani2016-10-241-11/+3
* Don't call error for flow killAldo Cortesi2016-10-221-1/+1
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-2/+2