aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/proxy/protocol
Commit message (Expand)AuthorAgeFilesLines
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-0/+43
* cadir -> confdirAldo Cortesi2018-05-102-2/+2
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-1/+0
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-0/+1
* asyncio: remove test master.has_logAldo Cortesi2018-04-071-2/+3
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-8/+3
* minor fixesAldo Cortesi2018-04-031-1/+0
* asyncio: factor out test server startup waitAldo Cortesi2018-04-032-8/+0
* asyncio: cleanup and lintAldo Cortesi2018-04-021-1/+6
* asyncio: test cleanupAldo Cortesi2018-04-021-5/+9
* asyncio: make http2 tests passAldo Cortesi2018-04-021-1/+6
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-012-6/+2
* Start consolidating core optionsAldo Cortesi2018-02-262-0/+4
* move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-121-26/+0
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-062-2/+2
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-1/+1
* fix Flow.kill behaviourMaximilian Hils2017-12-291-2/+2
* websocket: add flow kill testThomas Kriechbaumer2017-12-291-0/+19
* Use wsproto for websocketsUjjwal Verma2017-12-121-18/+104
* prepare WebSocket stack to move to wsprotoThomas Kriechbaumer2017-12-121-13/+13
* improve ClientHello.alpn_protocols APIMaximilian Hils2017-08-161-2/+1
* remove OptManager._processedMaximilian Hils2017-07-311-3/+0
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-302-14/+10
* nuke old opensslThomas Kriechbaumer2017-07-251-12/+0
* websocket streamingUjjwal Verma2017-07-041-1/+36
* request streaming for HTTP/2Ujjwal Verma2017-07-041-2/+122
* request streaming for HTTP/1Ujjwal Verma2017-07-041-7/+2
* Test for streamingUjjwal Verma2017-06-121-0/+37
* Using kaitai struct to parse tls client helloUjjwal Verma2017-05-261-1/+2
* http1 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+1
* http2 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-84/+88
* websocket tests: fix leaking socketsThomas Kriechbaumer2017-05-241-60/+62
* improve testsThomas Kriechbaumer2017-04-252-2/+2
* bump h2Thomas Kriechbaumer2017-03-241-3/+11
* Options unification: sizesAldo Cortesi2017-03-061-1/+2
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-052-2/+2
* http2: fix h2 header normalization test (#2080)Thomas Kriechbaumer2017-03-011-69/+0
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-242-17/+17
* http2: disable priority forwardingThomas Kriechbaumer2017-02-181-127/+36
* test forbidden HTTP/2 headers in reponsesThomas Kriechbaumer2017-02-181-0/+69
* nuke PillowThomas Kriechbaumer2017-02-151-2/+0
* fix importsThomas Kriechbaumer2017-02-144-9/+9
* restructure and move test filesThomas Kriechbaumer2017-02-148-0/+1380