summaryrefslogtreecommitdiff
path: root/dummyserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Made tornado test server thread safe.schlamar2013-07-231-2/+2
|/
* add reason phrases to responses from dummyserverThomas Weißschuh2013-07-191-5/+6
* Fixes possible deadlock in threads.schlamar2013-04-051-0/+6
* explicitly close listening and connected socketsThomas Weißschuh2013-02-021-0/+1
* explicitly flush all gzip dataThomas Weißschuh2013-02-021-1/+3
* fix test_keepalive_close() for py3.3Thomas Weißschuh2012-12-021-1/+1
* Fixed default headers not getting fixed in some cases. (Fixed #99)Andrey Petrov2012-09-151-0/+4
* Tests for decode error, new DecodeError exception.Andrey Petrov2012-07-211-2/+8
* making dummyserver work with IPv4 by explicitly passing the server host addre...Mahmoud Hashemi2012-03-131-2/+2
* Fixed tests for py32.Andrey Petrov2012-01-291-6/+1