summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* WIPerror-is-timeoutSergey Shepelev2016-12-224-25/+37
* greendns: Return answers from /etc/hosts despite nameserver errorsTim Burke2016-11-091-0/+56
* tests: str/bytes typo on run_python timeoutSergey Shepelev2016-11-052-15/+18
* convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei GaoSergey Shepelev2016-10-281-7/+12
* greenio: _recv_loop behaviour with recv_into on closed sockDavid Szotten2016-10-281-0/+22
* ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, ...Jakub Stasiak2016-09-261-0/+35
* Add DAGPool, a dependency-driven greenthread poolnat-goodspeed2016-09-251-0/+693
* ipv6: getaddrinfo would fail with scope indexJarrod Johnson2016-08-301-0/+7
* tests: (minor) socket.sendall() needs bytes, not stringSergey Shepelev2016-08-241-1/+1
* bundle dnspython in support/; resolving is always greenSergey Shepelev2016-08-244-18/+68
* wsgi: Unix socket address representation; Thanks to Samuel MerrittSergey Shepelev2016-08-201-4/+19
* tpool: isolate internal socket from default timeout; Thanks to Alex VillacĂ­s...Sergey Shepelev2016-08-102-34/+49
* tests: configurable timeout for run_python/isolatedSergey Shepelev2016-08-101-5/+7
* wsgi: only skip Content-Type and Content-Length headers (GH-327)Tim Burke2016-08-091-0/+16
* wsgi: 400 on blank Content-Length headers (GH-334)Tim Burke2016-08-091-0/+14
* ssl: Fix recv_into blocking when reading chunks of dataJakub Stasiak2016-07-111-0/+63
* tests: Reduce code repetitionJakub Stasiak2016-07-111-9/+1
* subprocess: Fix patched functions with optional argumentssubprocessJakub Stasiak2016-07-111-0/+10
* Provide green http without undesired side effectsJakub Stasiak2016-07-083-0/+28
* websocket: support Gunicorn environ['gunicorn.socket']pull-331catroot2016-07-061-0/+48
* greenio: only trampoline when we blockDavid Szotten2016-07-012-0/+47
* tests: clean out unittest.main()Sergey Shepelev2016-06-016-44/+11
* socket: family kwarg name compatibilityissue-319Sergey Shepelev2016-05-241-0/+6
* Remove select.poll and improve subprocessJakub Stasiak2016-05-203-9/+15
* greendns tests: Work around patcher/green package weirdnessJakub Stasiak2016-05-181-6/+1
* socket: Actually provide non-blocking DNS methodsJakub Stasiak2016-05-181-0/+14
* tests: Make greendns tests less repetitiveJakub Stasiak2016-05-181-80/+1
* green.urllib2: missing patched ssl moduleCollin RM Stocks2016-04-222-1/+3
* patcher: patch existing threading locks; Thanks to Alexis LeeAlexis Lee2016-04-185-2/+120
* tests: half-hearted fix sporadic zmq_test failures on TravisSergey Shepelev2016-03-031-59/+73
* wsgi: environ[headers_raw] tuple of unmodified name: value pairsSergey Shepelev2016-03-021-0/+13
* ssl: IMPORTANT DoS FIX do_handshake_connect=False in server accept(); Thanks ...ssl-handshakeSergey Shepelev2016-02-291-61/+92
* wsgi: use buffered wfileSergey Shepelev2016-02-122-6/+40
* little clean upSergey Shepelev2016-02-1221-570/+423
* wsgi: Fix handling partial writes on Python 3partial-write-fix-2Jakub Stasiak2016-02-092-0/+58
* wsgi tests: Remove unused importJakub Stasiak2016-02-091-1/+0
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-243-3/+28
* greenio: Fix "TypeError: an integer is required" in sendto()Jakub Stasiak2016-01-241-0/+15
* greenio: Remove sendall-like semantincs from GreenSocket.sendJakub Stasiak2016-01-231-1/+8
* tests: Remove unused codeJakub Stasiak2016-01-231-5/+2
* Fix whitespace to conform to our linting testsJakub Stasiak2016-01-121-1/+1
* backdoor: Add Unix and IPv6 socket supportbackdoorEric Urban2016-01-111-1/+29
* green selectors: Override DefaultSelector as wellJakub Stasiak2016-01-111-0/+3
* green select: Make sure devpoll method is removedJakub Stasiak2016-01-111-1/+1
* green selectors: Remove non-green selectorsJakub Stasiak2016-01-111-0/+12
* tests: Clean this test up a bitJakub Stasiak2016-01-111-16/+6
* greenio: Fix missing bufsize parameter for GreenPipePhus Lu2016-01-111-0/+26
* tests: Make the test_closure test less CPU intensiveJakub Stasiak2016-01-101-0/+6
* tests: Make sure recv(from)ing 0 bytes also times outJakub Stasiak2016-01-101-0/+2
* tests: Refactor this assertion into a functionJakub Stasiak2016-01-081-55/+28