aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/protocol
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3692 from mhils/tls13Maximilian Hils2020-04-031-2/+9
|\
| * update cryptographyMaximilian Hils2019-11-231-2/+9
* | Only emit "serverconnect" after successfully connectingAlexander Prinzhorn2020-04-021-2/+2
* | minor code style improvements, sync sans-io changesMaximilian Hils2020-02-281-2/+4
* | Merge pull request #3811 from rohfle/rohfle-http2-send-all-stream-resetsThomas Kriechbaumer2020-02-151-7/+6
|\ \
| * | http2: send all stream reset types to other connectionRohan Fletcher2020-02-061-7/+6
* | | fix #3780Thomas Kriechbaumer2020-02-081-8/+25
|/ /
* / close the client connection if TLS ClientHello parsing failsThomas Kriechbaumer2019-11-301-0/+2
|/
* Merge pull request #3612 from ccssrryy/fix-dup-respMaximilian Hils2019-11-151-5/+8
|\
| * fix duplicate error responsecs2019-08-091-5/+8
* | update mypyMaximilian Hils2019-11-122-19/+24
* | minor improvements and sans-io adjustmentsMaximilian Hils2019-11-111-14/+11
|/
* removed whitespace in kwargsrpigott2019-01-311-4/+4
* whitespace errorrpigott2019-01-301-1/+1
* Separate client and server PerMessageDefalte extension per #3460rpigott2019-01-301-6/+10
* update to wsproto 0.13rpigott2019-01-291-44/+43
* bump dependenciesThomas Kriechbaumer2018-12-021-1/+1
* Change variable o to organization for generated certficates.Abhigyan Khaund2018-11-111-5/+5
* Add Organization field for the generated certificate (#3376)Abcdefghijklmnopqrstuvwxyzxyz2018-11-091-1/+4
* minor changes to stay in sync with sans-ioMaximilian Hils2018-05-251-1/+1
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-1/+16
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-125/+0
* fix Python 3.6 variable type annotations #3053oscure762018-04-145-25/+25
* fix http retry timeoutMaximilian Hils2018-04-051-14/+21
* asyncio: fix client replayAldo Cortesi2018-04-011-16/+2
* asyncio: start a test loop for unit testsAldo Cortesi2018-04-011-1/+1
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-011-1/+3
* clean up ProxyConfigMaximilian Hils2018-02-271-2/+3
* Misc. typosluz.paz2018-02-243-4/+4
* use TLS options also for request replay, refs #2840Maximilian Hils2018-02-082-13/+12
* improve net.tls.ClientHello API, fix bugs, add testsMaximilian Hils2018-01-131-1/+1
* move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-122-123/+10
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-062-4/+4
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-1/+1
* unvendor wsprotoThomas Kriechbaumer2018-01-011-4/+4
* websocket: docs++ and kill messagesThomas Kriechbaumer2017-12-271-7/+2
* fix #2640Thomas Kriechbaumer2017-12-182-3/+8
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-172-2/+2
* 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
* improve clientreplay addonMaximilian Hils2017-11-071-0/+1
* fix re-use of serverconnection source addressMaximilian Hils2017-11-031-14/+12
* fix #2617Maximilian Hils2017-11-031-4/+4
* move hostname validation into mitmproxy.net.tlsMaximilian Hils2017-09-041-1/+1
* improve ClientHello.alpn_protocols APIMaximilian Hils2017-08-161-3/+3
* remove OptManager._processedMaximilian Hils2017-07-313-4/+7
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-9/+22
* add comment explaining upstream connect logicMaximilian Hils2017-07-261-0/+2
* Allow http_connect to create a response for CONNECT request so that connectio...Biping Meng2017-07-261-10/+11