mitmproxy/mitmproxy
Aldo Cortesi 6b6c44551a addons.view: Add first-class support for marking
Marking now works differently - it's no longer just another filter, it's
applied in addition to the filter. This means you can apply a filter, mark some
flows, and then toggle between marked and unmarked flows matching the filter.

I'm leaving the filter for marked flows intact - it will come in handy in other
situations.
2016-10-30 15:45:36 +13:00
..
addons addons.view: Add first-class support for marking 2016-10-30 15:45:36 +13:00
contrib python3: clean up super and __future__ 2016-10-17 18:03:07 +13:00
net multidict: ditch ImmutableMultiDict 2016-10-21 11:40:05 +13:00
platform python3: clean up class brackets 2016-10-17 17:37:08 +13:00
proxy Merge pull request #1687 from Kriechi/http2-type-information 2016-10-29 08:12:41 +13:00
script mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
test Replace interception in mitmproxy and mitmweb with addon 2016-10-30 11:07:09 +13:00
tools addons.view: Add first-class support for marking 2016-10-30 15:45:36 +13:00
types multidict: remove to_dict 2016-10-21 11:42:21 +13:00
utils remove mitmproxy.utils.lrucache 2016-10-27 11:24:36 -07:00
__init__.py move script context to mitmproxy.ctx 2016-07-08 19:57:57 -07:00
addonmanager.py addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
certs.py fix #1676 2016-10-27 13:10:57 -07:00
connections.py fix #1675 2016-10-27 16:12:18 -07:00
contentviews.py Add options.default_contentview 2016-10-30 12:05:37 +13:00
controller.py test.taddon: Add cycle() method, use it to test addons.intercept 2016-10-30 10:52:57 +13:00
ctx.py minor fixes 2016-10-25 22:06:52 -07:00
events.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
exceptions.py The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
export.py improve flow export 2016-10-22 20:32:39 -07:00
flow.py http2: add push indicator 2016-10-27 20:33:30 -07:00
flowfilter.py netlib.strutils -> mitmproxy.utils.strutils 2016-10-20 10:11:58 +13:00
http.py improve flow export 2016-10-22 20:32:39 -07:00
io_compat.py http2: add push indicator 2016-10-27 20:33:30 -07:00
io.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
log.py Create mitmproxy.utils hierarchy 2016-10-20 09:35:55 +13:00
master.py The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
options.py Add options.default_contentview 2016-10-30 12:05:37 +13:00
optmanager.py typecheck options, fix current inconsistencies 2016-10-25 20:45:48 -07:00
stateobject.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
tcp.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
version.py netlib.version -> mitmproxy.version 2016-10-20 09:20:44 +13:00