aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/flowfilter.py
Commit message (Collapse)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
| | | | The expression for body of response is "bs", not "bq".
* fail-safe flowfilterThomas Kriechbaumer2017-05-261-0/+2
|
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-201-12/+13
| | | | | | In some places, this involved removing type declarations where our types were terminally confused. The grideditor specifically needs a cleanup and restructure.
* Match ~d and ~u filters against pretty_host toodequis2017-03-141-2/+6
| | | | | Changed the ~u filter in the console UI to match the behavior of mitmweb, which only matches against pretty_url, never against url.
* 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
| | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
* 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
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* 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