summaryrefslogtreecommitdiff
path: root/dummyserver
Commit message (Expand)AuthorAgeFilesLines
* tests: Adding sleep handler back in temporarily for GAE testscleanupAndrey Petrov2015-09-041-0/+8
* py26 tests failure tweaks.Andrey Petrov2015-09-041-3/+4
* tests: Get rid of /sleep handler (and one test last test condition that depen...Andrey Petrov2015-09-041-6/+0
* tests: Ported sleep to event-based; added NewConnectionError exception.Andrey Petrov2015-09-041-6/+12
* tests: socketlevel: Unify handler making helperAndrey Petrov2015-09-031-0/+24
* Test CA cert directory.Cory Benfield2015-08-314-0/+26
* Merge pull request #664 from jonparrott/masterAndrey Petrov2015-07-171-0/+11
|\
| * App Engine Connection PoolJon Wayne Parrott2015-07-161-0/+11
* | Fix IPv6 HTTPS proxyChristian Pedersen2015-07-061-1/+13
|/
* Issue #610 -- Tests fallback to IPv4 if IPv6 failsDavid D. Riddle2015-05-111-2/+31
* test chunked response with gzip encodingThomas Weißschuh2015-04-291-0/+11
* [dummyserver] emit all chunksThomas Weißschuh2015-04-271-2/+2
* test keep-alive chunked requestsThomas Weißschuh2015-04-271-4/+17
* py2.6 threading fixmatejcik2015-04-231-1/+2
* let tornado take care of encoding (fixes py3 error)matejcik2015-04-231-1/+1
* make socket test not hang if server fails to startmatejcik2015-04-231-1/+2
* use Tornado directly instead of WSGI compatibility layermatejcik2015-04-233-22/+36
* don't use IPv6 in tests when it's not availableTomas Tomecek2015-03-161-1/+14
* Close connections properlyMarkus Unterwaditzer2015-01-251-0/+1
* update README to generate long-lived certsKevin Burke2014-12-031-4/+4
* Replace no-san certificate with one that expires in 2044Kevin Burke2014-12-033-31/+38
* Allow starting dummyserver in standalone modeJoonas Kuorilehto2014-11-111-0/+14
* Update README to properly describe certificateIan Cordasco2014-11-061-2/+2
* Update tests with new certificate for full coverageIan Cordasco2014-11-015-0/+81
* Tweakage.Andrey Petrov2014-06-301-1/+1
* Implement retry logicKevin Burke2014-06-252-4/+31
* Add source_address to HTTP[S]Connection and HTTP[S]ConnectionPool to specify ...grun2014-04-121-0/+4
* Speed up failed connection detection on Windows.schlamar2014-01-231-0/+17
* Speed up socket level tests on Windows.schlamar2014-01-231-1/+1
* Speed up tornado tests on Windows.schlamar2014-01-231-5/+82
* Merge pull request #287 from schlamar/refactor-tornadoAndrey Petrov2013-11-252-82/+46
|\
| * Refactored tornado test cases.schlamar2013-11-252-82/+46
* | Fixed check for IPv6 support.schlamar2013-11-251-2/+1
|/
* localize the timeoutKevin Burke2013-10-201-5/+0
* Set default timeout on the server socketKevin Burke2013-10-201-2/+6
* Fixed tests for OSX 10.6.Andrey Petrov2013-08-141-1/+1
* add basic test for ipv6 addresses in URLsThomas Weißschuh2013-08-081-1/+15
* dummyserver: listen also listen on v6 addressThomas Weißschuh2013-08-081-1/+2
* Sane solution to automatic port allocation.schlamar2013-08-072-48/+43
* Merge pull request #223 from gagern/issue119bAndrey Petrov2013-08-071-0/+46
|\
| * Simulate a standards-compliant web server.Martin von Gagern2013-08-071-0/+46
* | Sad time.sleep for tests :(Andrey Petrov2013-08-061-1/+5
|/
* Simplified ProxyServerThread.schlamar2013-07-311-19/+6
* Allocate ports for tests automatically.schlamar2013-07-311-8/+11
* Fix deadlock in Tornado threads (single-threaded now)ms4py2013-07-312-21/+14
* Tests are python 3.2 compatible nowStanislav Vitkovskiy2013-07-311-3/+3
* Created dummyserver tests for ProxyManagerStanislav Vitkovskiy2013-07-312-6/+27
* Added proxymanager tests with tornado-based proxyStanislav Vitkovskiy2013-07-313-0/+176
* Merge pull request #213 from schlamar/no-reuse-win32Andrey Petrov2013-07-231-1/+2
|\
| * Do not use REUSEADDR on Windows.schlamar2013-07-231-1/+2