aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2018-02-243-4/+4
* use TLS options also for request replay, refs #2840Maximilian Hils2018-02-082-13/+12
* Fix #2768 (#2778)Samoilenko Roman2018-01-141-3/+4
* improve net.tls.ClientHello API, fix bugs, add testsMaximilian Hils2018-01-132-2/+2
* move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-123-128/+16
* 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
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-031-3/+3
* improve ClientHello.alpn_protocols APIMaximilian Hils2017-08-161-3/+3
* Revert "Remove promotion to raw TCP based on heuristics"Maximilian Hils2017-08-031-1/+10
* remove OptManager._processedMaximilian Hils2017-07-313-4/+7
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-302-13/+29
* 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
* fix HTTP retry if sending a request fails onceUjjwal Verma2017-07-041-14/+14
* websocket streamingUjjwal Verma2017-07-041-34/+43
* request streaming for HTTP/2Ujjwal Verma2017-07-042-11/+33
* request streaming for HTTP/1Ujjwal Verma2017-07-042-2/+21
* Removed redundant typeUjjwal Verma2017-06-221-2/+2
* fix #2329Maximilian Hils2017-06-011-1/+9
* http2: prevent KeyErrorThomas Kriechbaumer2017-05-261-8/+9
* Using kaitai struct to parse tls client helloUjjwal Verma2017-05-261-12/+14
* proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+2
* close existing server_conn before replacing itThomas Kriechbaumer2017-05-241-0/+4
* Fixes #2109Ujjwal Verma2017-04-091-1/+2
* fix #2201Thomas Kriechbaumer2017-03-251-4/+4
* bump h2Thomas Kriechbaumer2017-03-241-3/+3
* Don't pass malformed request objects to our error handlerAldo Cortesi2017-03-231-5/+10
* options cleanupsAldo Cortesi2017-03-191-1/+16
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-173-18/+16
* use flow.id to link websocket + handshake flowsThomas Kriechbaumer2017-03-101-1/+2
* make websocket flows serializableThomas Kriechbaumer2017-03-091-1/+0
* unify server spec parsingMaximilian Hils2017-03-081-22/+3
* Unify mode specificationAldo Cortesi2017-03-064-8/+8
* Options unification: certsAldo Cortesi2017-03-061-3/+7
* Options unification: simple stringsAldo Cortesi2017-03-063-9/+9
* Options unification: sizesAldo Cortesi2017-03-063-5/+6
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-051-2/+2
* Merge pull request #2082 from tarnacious/masterMaximilian Hils2017-03-041-0/+2
|\