aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/httpbasics.py
Commit message (Collapse)AuthorAgeFilesLines
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-2/+7
|
* [qa] Switch to py3MarcoFalke2016-05-051-22/+16
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-6/+5
|
* [qa] httpbasics: Actually test second connectionMarcoFalke2016-04-031-9/+9
|
* [qa] rpc-test: Normalize assert()MarcoFalke2016-03-191-13/+13
|
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-7/+7
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* http: Restrict maximum size of request line + headersWladimir J. van der Laan2015-10-201-0/+14
| | | | | | | Prevent memory exhaustion by sending lots of data. Also add a test to `httpbasics.py`. Closes #6425
* qa: Remove -rpckeepalive tests from httpbasicsWladimir J. van der Laan2015-09-021-3/+2
| | | | | This option was a temporary workaround, and is no longer necessary with the new web server.
* add RPC tests for setban & disconnectnodeJonas Schnelli2015-06-171-27/+1
|
* [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-5/+20
|
* [QA] add setban/listbanned/clearbanned testsJonas Schnelli2015-06-171-16/+27
|
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-2/+2
| | | | * move non-test classes to subdir `test-framework`
* [QA] fix httpbasic keep-alive testJonas Schnelli2015-01-171-8/+8
|
* improve tests for #5655Jonas Schnelli2015-01-141-1/+24
|
* fix tests for #5655Wladimir J. van der Laan2015-01-141-0/+3
|
* [QA] fix httpbasics RPC test typoJonas Schnelli2014-12-171-2/+2
|
* [RPC] add rpc-test for http keep-alive (persistent connections)Jonas Schnelli2014-12-061-0/+76