aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/flowfilter.py
Commit message (Expand)AuthorAgeFilesLines
* improve flowfilterMaximilian Hils2019-11-151-64/+48
* update mypyMaximilian Hils2019-11-121-4/+4
* filter unicode fixrjt-gupta2019-02-241-0/+23
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-6/+6
* fix #2640Thomas Kriechbaumer2017-12-181-0/+1
* websocket: support domain and url filtersThomas Kriechbaumer2017-12-181-4/+7
* Fix typo in the docstring of flowfilterRadoslav Gerganov2017-10-101-1/+1
* fail-safe flowfilterThomas Kriechbaumer2017-05-261-0/+2
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-201-12/+13
* Match ~d and ~u filters against pretty_host toodequis2017-03-141-2/+6
* flowfilter: coverage++Thomas Kriechbaumer2017-02-241-0/+1
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-2/+8
* fix whitespaceThomas Kriechbaumer2016-12-031-0/+1
* websocket: make flowfilter workThomas Kriechbaumer2016-11-291-6/+15
* lint!Maximilian Hils2016-11-181-1/+1
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-28/+28
* python3: clean up super and __future__Aldo Cortesi2016-10-171-4/+3
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* py2--: inline type infoMaximilian Hils2016-10-161-2/+1
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-2/+1
* fix flowfilter.match argsThomas Kriechbaumer2016-10-031-1/+1
* move flow.match to flowfilter.matchThomas Kriechbaumer2016-10-031-3/+3
* rename mitmproxy.filt -> mitmproxy.flowfilterThomas Kriechbaumer2016-10-031-0/+543