aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/protocol/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* unvendor wsprotoThomas Kriechbaumer2018-01-011-4/+4
* websocket: docs++ and kill messagesThomas Kriechbaumer2017-12-271-7/+2
* fix #2640Thomas Kriechbaumer2017-12-181-3/+7
* vendoring of wsprotoThomas Kriechbaumer2017-12-121-4/+4
* Use wsproto for websocketsUjjwal Verma2017-12-121-88/+71
* prepare WebSocket stack to move to wsprotoThomas Kriechbaumer2017-12-121-104/+141
* websocket streamingUjjwal Verma2017-07-041-34/+43
* use flow.id to link websocket + handshake flowsThomas Kriechbaumer2017-03-101-1/+2
* make websocket flows serializableThomas Kriechbaumer2017-03-091-1/+0
* websockets, tcp, version: coverage++Thomas Kriechbaumer2017-02-091-7/+2
* websocket: carry over per-message compression bitThomas Kriechbaumer2016-11-291-0/+2
* websocket: reduce connection timeoutThomas Kriechbaumer2016-11-291-1/+1
* websocket: fix message type on chunkingThomas Kriechbaumer2016-11-291-2/+5
* websocket: fix close handshake and re-chunkingThomas Kriechbaumer2016-11-291-14/+33
* websocket: fix empty frame with fin=1Thomas Kriechbaumer2016-11-291-1/+9
* add more websocket indicators to mitmproxy and mitmdumpThomas Kriechbaumer2016-11-231-15/+6
* add metadata info to flow detail viewThomas Kriechbaumer2016-11-231-1/+0
* websocket: show messages in the eventlogThomas Kriechbaumer2016-11-231-0/+1
* websocket: add testsThomas Kriechbaumer2016-11-231-2/+0
* add WebSocket flows and messagesThomas Kriechbaumer2016-11-231-50/+96
* rename WebSocket{s,} protocolThomas Kriechbaumer2016-11-231-0/+111