summaryrefslogtreecommitdiff
path: root/dummyserver
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* Retry bind_sockets calls on EADDRINUSE (#2884)Quentin Pradet2023-01-131-1/+19
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-215-77/+96
* Fix Tornado event_loop warning on Python 3.10 and later (#2777)Thomas Grainger2022-11-102-74/+141
* Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManagerJosh Schneier2022-08-171-1/+1
* Create our own logic for chunked content framingSeth Michael Larson2022-06-192-4/+3
* Update mypy and add NoReturn return type annotationsHasan Ramezani2022-01-101-2/+2
* Update mypy to 0.930Hasan Ramezani2021-12-221-1/+1
* Add type hints to test.test_ssltransportHasan Ramezani2021-10-091-2/+12
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-042-1/+8
* Add simple HTTPS proxy which can be used for local debuggingJorge2021-09-281-0/+46
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-201-8/+17
* Add type hints to test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-181-0/+2
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-2/+11
* Add type hints to test.with_dummyserver.test_httpsHasan Ramezani2021-09-032-2/+4
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-291-1/+1
* Update trustme to 0.9.0Hasan Ramezani2021-08-131-1/+1
* Add type hints to dummyserverRan Benita2021-08-024-135/+207
* Switch Tornado dummyserver from `@gen.coroutine` to async/awaitRan Benita2021-07-291-18/+14
* Remove unused `port` argument from dummyserver SocketServerThreadRan Benita2021-06-171-1/+1
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-142-2/+2
* Remove six (#2078)Hasan Ramezani2020-11-231-4/+2
* Use super() from Python 3Jon Dufresne2020-11-181-1/+1
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-151-9/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-154-29/+23
* Sort imports with 'isort'Quentin Pradet2020-10-014-22/+19
* Consume connections better in socket-level tests (#1958)hodbn2020-09-181-0/+63
* Parse UTC for 'Retry-After' redirect handlerSeth Michael Larson2020-08-291-1/+1
* Blacken using black==20.8b1hodbn2020-08-262-2/+2
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-162-1/+45
* Simplify get_unreachable_address (#1836)hodbn2020-04-011-13/+2
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-03-307-118/+99
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-1/+1
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-03-201-1/+15
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-122-0/+17
* Generate bad CA with trustme (#1794)Quentin Pradet2020-01-272-18/+0
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-263-56/+15
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-253-56/+0
* Generate IPV6 certificates using trustmeQuentin Pradet2020-01-164-69/+0
* Run IPv6 Tornado server from fixtureQuentin Pradet2020-01-161-5/+0
* Use trustme to generate IP_SAN certQuentin Pradet2020-01-142-25/+0
* Use trustme to generate NO_SAN certsQuentin Pradet2020-01-134-64/+0
* Update dummyserver to work with newer Tornado (#1747)Felix Yan2019-11-181-31/+25
* Generate client certs dynamicallyQuentin Pradet2019-11-043-39/+5
* Generate certificate directory at runtimeQuentin Pradet2019-11-044-70/+0
* Don't encode fragment into target (#1732)Seth Michael Larson2019-11-041-0/+4
* Use tornado's bind_sockets again (#1728)Quentin Pradet2019-11-011-81/+2
* Remove unused certs and keys (#1721)Quentin Pradet2019-10-306-100/+0
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-2/+2
* Preserve chunked argument in urlopen() retry (#1715)lmvlmv2019-10-291-2/+7