aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_protocol_http2.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup testsThomas Kriechbaumer2016-09-011-925/+0
* http2: cleanupThomas Kriechbaumer2016-08-141-3/+3
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-1/+5
* http2: cleanup testsThomas Kriechbaumer2016-07-231-37/+38
* mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...Aldo Cortesi2016-07-201-3/+2
* Test suite: get_proxy_config -> get_optionsAldo Cortesi2016-07-191-5/+4
* ProxyConf: auth_* into OptionsAldo Cortesi2016-07-191-3/+1
* ProxyConfig: http2, rawtcp, no_upstream_cert -> OptionsAldo Cortesi2016-07-191-4/+1
* ProxyConfig: --body-size-limit to OptionsAldo Cortesi2016-07-191-1/+1
* ProxyConfig: cadir to optionsAldo Cortesi2016-07-191-2/+1
* ProxyConfig refactorAldo Cortesi2016-07-191-3/+6
* Unify proxy config and optionsAldo Cortesi2016-07-191-2/+4
* cleanupThomas Kriechbaumer2016-07-171-12/+12
* http2: coverage++Thomas Kriechbaumer2016-07-171-1/+152
* http2: fix race-condition in testsThomas Kriechbaumer2016-07-121-1/+1
* http2: more coverageThomas Kriechbaumer2016-07-101-19/+201
* http2: simplify test classThomas Kriechbaumer2016-07-101-65/+22
* py3++Thomas Kriechbaumer2016-07-071-6/+6
* py3++: test_protocol_http2Shadab Zafar2016-07-071-3/+3
* http2: test fatal connection terminationThomas Kriechbaumer2016-07-051-1/+52
* http2: test throttling at MAX_CONCURRENT_STREAMSThomas Kriechbaumer2016-07-051-1/+73
* http2: improve error handling in testsThomas Kriechbaumer2016-06-221-12/+29
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-7/+7
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-7/+7
* fix #1162Thomas Kriechbaumer2016-05-291-2/+5
* more style cleanupThomas Kriechbaumer2016-05-291-6/+16
* more style cleanupThomas Kriechbaumer2016-05-291-7/+7
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-5/+1
* http2: add connection-lost testThomas Kriechbaumer2016-05-171-0/+48
* http2: improve header tests (#1143) (#1144)Thomas Kriechbaumer2016-05-141-6/+11
* disable http2 header encoding, use bytes everywhereThomas Kriechbaumer2016-05-111-2/+6
* move tservers helperThomas Kriechbaumer2016-02-161-1/+1
* fix all libmproxy->mitmproxy referencesThomas Kriechbaumer2016-02-161-2/+2
* fix ALPN checksMaximilian Hils2016-02-151-1/+1
* move tests into shared folderMaximilian Hils2016-02-151-0/+427