aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* Add flow to ContentView metadataYoav Shai2019-12-061-6/+7
* Remove indent on echo_errorJessicaFavin2018-11-041-3/+1
* Display errors on sys.stderrJessica Favin2018-11-011-3/+11
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* Split dumper_filter off from view_filterAldo Cortesi2018-02-261-4/+8
* Split default_contentview into dumper_* and console_* varietiesAldo Cortesi2018-02-241-1/+6
* flow_detail option to /addons/dumperAldo Cortesi2018-02-241-0/+12
* Use wsproto for websocketsUjjwal Verma2017-12-121-0/+2
* Few ip formatting fixesUjjwal Verma2017-06-251-5/+5
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-4/+4
* Move options into ctxAldo Cortesi2017-04-261-19/+13
* Fixed formatting in mitmdumpUjjwal Verma2017-04-221-1/+1
* dumper, mitmdump: kill filtstrAldo Cortesi2017-03-191-4/+4
* websockets, tcp, version: coverage++Thomas Kriechbaumer2017-02-091-1/+1
* Controls the length of URL displayed using the -d option (#1903)lymanZerga112017-01-051-0/+4
* Get rid of tfile testing optionAldo Cortesi2016-12-081-3/+3
* add more websocket indicators to mitmproxy and mitmdumpThomas Kriechbaumer2016-11-231-0/+8
* add WebSocket flows and messagesThomas Kriechbaumer2016-11-231-1/+17
* Let's not over-ride __bool__ on connection objectsAldo Cortesi2016-11-041-1/+1
* addons: dumper spit and polishAldo Cortesi2016-11-021-82/+69
* Add options.default_contentviewAldo Cortesi2016-10-301-1/+3
* http2: add push indicatorThomas Kriechbaumer2016-10-271-1/+2
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
* netlib.human -> mitmproxy.utils.humanAldo Cortesi2016-10-201-1/+1
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+253