| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-15 | 1 | -2/+7 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -22/+16 |
| | | |||||
| * | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | 2016-04-10 | 1 | -6/+5 |
| | | |||||
| * | [qa] httpbasics: Actually test second connection | MarcoFalke | 2016-04-03 | 1 | -9/+9 |
| | | |||||
| * | [qa] rpc-test: Normalize assert() | MarcoFalke | 2016-03-19 | 1 | -13/+13 |
| | | |||||
| * | [qa] Fix pyton syntax in rpc tests | MarcoFalke | 2016-01-13 | 1 | -7/+7 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | http: Restrict maximum size of request line + headers | Wladimir J. van der Laan | 2015-10-20 | 1 | -0/+14 |
| | | | | | | | | Prevent memory exhaustion by sending lots of data. Also add a test to `httpbasics.py`. Closes #6425 | ||||
| * | qa: Remove -rpckeepalive tests from httpbasics | Wladimir J. van der Laan | 2015-09-02 | 1 | -3/+2 |
| | | | | | | This option was a temporary workaround, and is no longer necessary with the new web server. | ||||
| * | add RPC tests for setban & disconnectnode | Jonas Schnelli | 2015-06-17 | 1 | -27/+1 |
| | | |||||
| * | [RPC] extend setban to allow subnets | Jonas Schnelli | 2015-06-17 | 1 | -5/+20 |
| | | |||||
| * | [QA] add setban/listbanned/clearbanned tests | Jonas Schnelli | 2015-06-17 | 1 | -16/+27 |
| | | |||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -2/+2 |
| | | | | | * move non-test classes to subdir `test-framework` | ||||
| * | [QA] fix httpbasic keep-alive test | Jonas Schnelli | 2015-01-17 | 1 | -8/+8 |
| | | |||||
| * | improve tests for #5655 | Jonas Schnelli | 2015-01-14 | 1 | -1/+24 |
| | | |||||
| * | fix tests for #5655 | Wladimir J. van der Laan | 2015-01-14 | 1 | -0/+3 |
| | | |||||
| * | [QA] fix httpbasics RPC test typo | Jonas Schnelli | 2014-12-17 | 1 | -2/+2 |
| | | |||||
| * | [RPC] add rpc-test for http keep-alive (persistent connections) | Jonas Schnelli | 2014-12-06 | 1 | -0/+76 |