aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/proxy
Commit message (Expand)AuthorAgeFilesLines
* Use Github Actions for CI (#3713)Maximilian Hils2019-11-191-1/+1
* Verify ignore_hosts & allow_hosts are mutually exclusivePierre Gordon2019-04-191-0/+9
* Add --allow_hosts optionPierre Gordon2019-04-191-2/+49
* add missing awaitMaximilian Hils2018-05-281-1/+1
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-0/+43
* cadir -> confdirAldo Cortesi2018-05-104-7/+7
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-272-43/+0
* test: shift test_data out of our public APIAldo Cortesi2018-04-232-22/+24
* addons/script: improve relability of reload testAldo Cortesi2018-04-231-1/+1
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-3/+8
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-0/+1
* asyncio: remove test master.has_logAldo Cortesi2018-04-072-9/+14
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-8/+3
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-4/+0
* fix http retry timeoutMaximilian Hils2018-04-051-38/+6
* 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: fix a few remaining issues in proxy/test_server.pyAldo Cortesi2018-04-021-1/+1
* asyncio: fix channel interface and testsAldo Cortesi2018-04-011-18/+16
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-013-14/+2
* clean up ProxyConfigMaximilian Hils2018-02-271-18/+0
* Start consolidating core optionsAldo Cortesi2018-02-263-41/+4
* Fix #2768 (#2778)Samoilenko Roman2018-01-141-0/+8
* store ClientHello extensions with client connectionMaximilian Hils2018-01-131-1/+2
* move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-121-26/+0
* avoid TLS/SSL ambiguity for Cert classThomas Kriechbaumer2018-01-071-7/+7
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-063-3/+3
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-062-3/+3
* 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
* fix #2563Maximilian Hils2017-10-241-2/+2
* move hostname validation into mitmproxy.net.tlsMaximilian Hils2017-09-041-1/+1
* 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-303-33/+28
* nuke old opensslThomas Kriechbaumer2017-07-251-12/+0
* fix HTTP retry if sending a request fails onceUjjwal Verma2017-07-041-6/+41
* 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
* tests for Proxy configUjjwal Verma2017-06-121-1/+38
* minor improvementsMaximilian Hils2017-06-021-11/+10
* fix #2329Maximilian Hils2017-06-011-0/+34
* Using kaitai struct to parse tls client helloUjjwal Verma2017-05-261-1/+2