Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-16 | Tests: style and minor fixes in java.py. | Andrey Zelenkov | 2 | -8/+7 | |
2019-09-16 | Tests: more comments. | Andrey Zelenkov | 1 | -0/+4 | |
2019-09-16 | Tests: set default "unsafe" value. | Andrey Zelenkov | 1 | -0/+1 | |
2019-09-05 | Tests: Java websockets tests. | Andrey Zelenkov | 2 | -0/+1526 | |
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -2/+10 | |
2019-09-03 | Tests: increased read_timeout for websockets tests. | Andrey Zelenkov | 1 | -2/+6 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 2 | -11/+3 | |
2019-09-02 | Tests: removed duplicate websocket tests. | Andrey Zelenkov | 1 | -80/+0 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 2 | -2/+4 | |
2019-08-30 | Tests: prevented writing to the closed socket for websocket tests. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: websockets style fixes. | Andrey Zelenkov | 2 | -248/+216 | |
2019-08-22 | Tests: removed keepalive_interval for websocket tests. | Andrey Zelenkov | 2 | -6/+12 | |
Also increased read_timeout in frame_read() for slow hosts. | |||||
2019-08-22 | Tests: Node.js websockets tests tuned. | Andrey Zelenkov | 2 | -5/+16 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 5 | -0/+1841 | |
2019-08-22 | Tests: "--unsafe" option introduced. | Andrey Zelenkov | 1 | -0/+8 | |
2019-08-21 | Tests: reverted rerun for Java tests in 5e429a7f133c. | Andrey Zelenkov | 1 | -3/+1 | |
Each testcase should also recompile to be recompiled. So backed out for now. | |||||
2019-08-14 | Tests: print decoded strings in detailed mode, if possible. | Andrey Zelenkov | 1 | -2/+10 | |
2019-08-14 | Tests: fixed port reusing to avoid access issues. | Andrey Zelenkov | 2 | -2/+2 | |
2019-08-14 | Java: implementing multipart message support. | Max Romanov | 1 | -1/+0 | |
This closes #265 issue on GitHub. | |||||
2019-08-14 | Tests: goftm used for Go applications. | Andrey Zelenkov | 8 | -78/+78 | |
2019-08-14 | Tests: added tests for deleting listeners and applications objects. | Andrey Zelenkov | 2 | -0/+53 | |
2019-08-08 | Tests: fixed modules version parsing. | Andrey Zelenkov | 1 | -1/+1 | |
2019-08-07 | Tests: Java multipart test. | Andrey Zelenkov | 2 | -0/+132 | |
2019-08-06 | Tests: rerun tests for each module version. | Andrey Zelenkov | 6 | -6/+40 | |
Rerun supported for Python, PHP, Perl, Ruby, and Java modules. | |||||
2019-08-06 | Node.js: returning "this" from writeHead() to allow chaining. | Valentin Bartenev | 10 | -20/+14 | |
In Node.js version 11.10.0 and later, the writeHead() function returns "this". | |||||
2019-08-01 | Tests: added delay before SIGQUIT in access_log partial tests. | Andrey Zelenkov | 1 | -3/+9 | |
This change is necessary to avoid race between client connection close and Unit close. Also "read_timeout" value decreased to speed up tests. | |||||
2019-07-24 | Added routing based on request scheme. | Axel Duch | 2 | -0/+152 | |
Scheme matches exact string “http” or “https”. | |||||
2019-07-23 | Tests: fixed test_java_conf_error to pass with "--modules=" option. | Andrey Zelenkov | 1 | -0/+1 | |
2019-07-17 | Tests: more Java tests. | Andrey Zelenkov | 2 | -0/+40 | |
Added test with war file and error configuration test. | |||||
2019-07-17 | Tests: added PHP tests with "script" and "index" options. | Andrey Zelenkov | 2 | -0/+42 | |
2019-07-14 | Tests: simplified one route case configuration. | Andrey Zelenkov | 1 | -661/+406 | |
No functional changes. | |||||
2019-07-14 | Tests: TestApplicationTLS.openssl_conf() introduced. | Andrey Zelenkov | 2 | -5/+14 | |
2019-07-14 | Tests: check application configuration loading in TLS tests. | Andrey Zelenkov | 1 | -1/+1 | |
2019-07-14 | Tests: removed unnecessary initialization. | Andrey Zelenkov | 1 | -2/+0 | |
That could leads to the incorrect behaviour in test_tls_application_respawn. | |||||
2019-07-14 | Tests: removed unused import. | Andrey Zelenkov | 1 | -1/+0 | |
2019-07-08 | Tests: made openssl certificates more strong to avoid errors. | Andrey Zelenkov | 2 | -3/+3 | |
2019-07-08 | Tests: added PATH_INFO variable test. | Andrey Zelenkov | 2 | -1/+4 | |
2019-07-05 | PHP: improved response status code handling. | Valentin Bartenev | 2 | -0/+44 | |
There's no reason to parse "http_status_line"; the PHP interpreter already does this. If the line contains a valid status code, it's assigned to "http_response_code". This also fixes invalid status line handling, where the nxt_int_parse() function returned -1; it was cast to unsigned, yielding response code 65535. | |||||
2019-07-02 | Tests: adjusted inactive interval in Java app for slow hosts. | Andrey Zelenkov | 2 | -5/+19 | |
2019-07-02 | Tests: removed misleading comments in test_routing.t. | Andrey Zelenkov | 1 | -2/+2 | |
2019-06-10 | Cookie-based routing should be case-sensitive. | Igor Sysoev | 1 | -11/+22 | |
2019-05-30 | Tests: routing "cookies" tests. | Andrey Zelenkov | 1 | -0/+482 | |
2019-05-30 | Tests: routing "arguments" tests. | Andrey Zelenkov | 1 | -0/+434 | |
2019-05-30 | Tests: routing "headers" tests. | Andrey Zelenkov | 1 | -0/+481 | |
2019-05-30 | Tests: fixed tests without "Host" header. | Andrey Zelenkov | 3 | -21/+26 | |
2019-05-30 | Tests: adjusted skipping tests. | Andrey Zelenkov | 12 | -83/+30 | |
2019-05-30 | Tests: configure arrays with PUT tests. | Andrey Zelenkov | 1 | -0/+22 | |
2019-04-26 | Tests: more routing tests with arrays. | Andrey Zelenkov | 1 | -0/+407 | |
2019-04-26 | Tests: TestControl.conf_post() introduced. | Andrey Zelenkov | 1 | -0/+4 | |
2019-04-26 | Tests: TestControl refactored. | Andrey Zelenkov | 1 | -39/+48 | |