aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* Record float timestamp for WebSocket messages instead of truncating to intJustAnotherArchivist2020-05-091-2/+2
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-0/+28
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* fix docstringThomas Kriechbaumer2018-03-101-1/+1
* unvendor wsprotoThomas Kriechbaumer2018-01-011-5/+6
* websocket: docs++ and kill messagesThomas Kriechbaumer2017-12-271-6/+31
* add testsThomas Kriechbaumer2017-12-181-1/+1
* fix #2640Thomas Kriechbaumer2017-12-181-5/+13
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-171-1/+1
* websocket streamingUjjwal Verma2017-07-041-0/+1
* Fix ip formatting in websocket messagesUjjwal Verma2017-06-181-3/+3
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-4/+7
* make websocket flows serializableThomas Kriechbaumer2017-03-091-26/+25
* websockets, tcp, version: coverage++Thomas Kriechbaumer2017-02-091-44/+56
* add more websocket indicators to mitmproxy and mitmdumpThomas Kriechbaumer2016-11-231-1/+5
* websocket: add testsThomas Kriechbaumer2016-11-231-1/+1
* add WebSocket flows and messagesThomas Kriechbaumer2016-11-231-0/+83