Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-04-26 | Tests: check application configuration loading. | Andrey Zelenkov | 8 | -7/+12 | |
2019-04-22 | Tests: using blocking for large output. | Andrey Zelenkov | 1 | -0/+4 | |
2019-04-22 | Tests: read_timeout increased for incomplete requests. | Andrey Zelenkov | 2 | -7/+9 | |
Also fixed test without \"Host\" header. | |||||
2019-04-22 | Tests: fixed naming. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 13 | -39/+44 | |
2019-04-18 | Tests: using low-case header names in Node.js tests. | Andrey Zelenkov | 4 | -6/+6 | |
2019-04-15 | Tests: more wildcard pattern tests for routing. | Andrey Zelenkov | 1 | -0/+304 | |
2019-04-15 | Tests: wait more time on Unit closing. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-15 | Tests: added time to handle requests in access_log partial tests. | Andrey Zelenkov | 1 | -4/+12 | |
2019-04-09 | Tests: check unitd availability before start. | Andrey Zelenkov | 1 | -2/+7 | |
2019-04-09 | Tests: read_timeout increased. | Andrey Zelenkov | 1 | -2/+2 | |
2019-04-09 | Tests: speed up tests. | Andrey Zelenkov | 11 | -8/+59 | |
2019-04-09 | Tests: wait_for_record() introduced. | Andrey Zelenkov | 6 | -85/+59 | |
2019-04-09 | Tests: added "name" argument for search_in_log(). | Andrey Zelenkov | 1 | -2/+2 | |
2019-04-09 | Tests: style. | Andrey Zelenkov | 1 | -12/+3 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 18 | -35/+21 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 33 | -918/+931 | |
2019-03-26 | Tests: speed up Java tests. | Andrey Zelenkov | 1 | -1/+5 | |
2019-03-26 | Tests: style. | Andrey Zelenkov | 18 | -2380/+4159 | |
2019-03-25 | Turning off port read event state after main process fork. | Max Romanov | 1 | -2/+0 | |
Master port stores two file descriptors and works as a read port on the master process side. After a fork, the port switches into write mode and the read socket closes, but the same event structure is used for the write socket. However, the inherited structure remained in read state, telling the epoll engine to use MOD operation instead of ADD. The patch resets read event state, so the engine may write using proper ADD operation. | |||||
2019-03-21 | Adjusting request schema value according to connection tls state. | Max Romanov | 1 | -0/+21 | |
This closes #223 issue on GitHub. | |||||
2019-03-05 | Introducing one more large config test, but without sockets. | Max Romanov | 1 | -0/+25 | |
2019-03-01 | Tests: skip more alerts. | Andrey Zelenkov | 2 | -2/+7 | |
2019-03-01 | Tests: made tests compatible with PHP 5.3. | Andrey Zelenkov | 3 | -4/+10 | |
2019-03-01 | Tests: Perl streaming body and delayed response simple tests. | Andrey Zelenkov | 3 | -0/+39 | |
2019-03-01 | Perl: added implementation delayed response and streaming body. | Alexander Borisov | 1 | -1/+1 | |
2019-02-28 | Tests: specify ssl_version option. | Andrey Zelenkov | 1 | -1/+13 | |
TLS is explicitly selected to prevent using of SSL protocol in ssl.get_server_certificate() call for Python 3.4 and older. |