2060:a1991578c62e | 27-Dec-2021 |
Max Romanov |
Perl: creating input and error streams if closed.
Application handler can do anything with a stream object (including close it). Once the stream is closed, Unit creates a new stream.
This closes #6
Perl: creating input and error streams if closed.
Application handler can do anything with a stream object (including close it). Once the stream is closed, Unit creates a new stream.
This closes #616 issue on GitHub.
show more ...
|
2055:84cb1ec94bae | 12-Dec-2021 |
Andrei Zeliankou |
Tests: fixed type of applications. |
2054:357dee5c1861 | 11-Dec-2021 |
Andrei Zeliankou |
Tests: added more OPcache tests. |
2053:83a2f582bc2a | 10-Dec-2021 |
Andrei Zeliankou |
Tests: fixed path to the "php.ini" file. |
Revision tags: 1.26.1-1, 1.26.1 |
|
2038:98a50f6babf1 | 01-Dec-2021 |
Andrei Zeliankou |
Tests: fixed skipping tests with disabled OPcache. |
2022:69607c6bb2b5 | 01-Dec-2021 |
Andrei Zeliankou |
Tests: fixed skipping tests with disabled OPcache. |
Revision tags: 1.26.0-1, 1.26.0 |
|
2005:28c7f6ff3832 | 15-Nov-2021 |
Andrei Zeliankou |
Tests: fixed session reuse tests.
Since SSL_CTX_sess_set_cache_size() can't guarantee the size of the cache there is no need to test edge "cache_size" values. |
2004:ca4c5855f139 | 15-Nov-2021 |
Andrei Zeliankou |
Tests: refactored working with processes. |
2001:9d1eda3634b3 | 10-Nov-2021 |
Andrei Zeliankou |
Tests: added more tests for "query" routing pattern. |
2000:c42fcbf93789 | 09-Nov-2021 |
Max Romanov |
Tests: PHP shared opcache test added. |
1999:00d43b03d82f | 09-Nov-2021 |
Max Romanov |
Tests: app prototype related fixes. |
1991:61155eb41a96 | 05-Nov-2021 |
Zhidao HONG |
Router: matching query string support.
The "query" option matches decoded arguments, including plus ('+') to space (' '). Like "uri", it can be a string or an array of strings. |
1987:354080a1078c | 04-Nov-2021 |
Andrei Zeliankou |
Tests: added "requirements.txt". |
1986:7c7162dcf2de | 04-Nov-2021 |
Andrei Zeliankou |
Tests: added migration test for "share". |
1985:abeb5fe90d0e | 02-Nov-2021 |
Andrei Zeliankou |
Tests: added pyOpenSSL module check were necessary. |
1984:06514cd08a35 | 02-Nov-2021 |
Andrei Zeliankou |
Tests: removed unused imports. |
1982:a1f2061dd02f | 28-Oct-2021 |
Andrei Zeliankou |
Tests: added tests for TLS session tickets. |
1981:65494883b62c | 28-Oct-2021 |
Andrei Zeliankou |
Tests: added tests for TLS sessions. |
1971:3410f9d2a662 | 18-Oct-2021 |
Andrei Zeliankou |
Tests: style. |
1966:ed8aeb33140b | 04-Oct-2021 |
Andrei Zeliankou |
Tests: added tests for variables in "chroot". |
1965:a1bdf861f517 | 04-Oct-2021 |
Andrei Zeliankou |
Tests: added tests for variables in "share". |
1964:1a4a3a440cae | 05-Oct-2021 |
Andrei Zeliankou |
Tests: added tests for "share" option with arrays. |
1960:a5c08e4a9946 | 30-Sep-2021 |
Zhidao HONG |
Static: variables in the "share" option.
This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$u
Static: variables in the "share" option.
This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" }
show more ...
|
1956:f4c32c2d595d | 20-Sep-2021 |
Max Romanov |
Fixed WebSocket connection hang issue after listener reconfigure.
Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work
Fixed WebSocket connection hang issue after listener reconfigure.
Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work properly (i. e. stuck) if the listener was removed. The correct source of configuration values is the request config joint.
This is related to issue #581 on GitHub.
show more ...
|
Revision tags: 1.25.0-1, 1.25.0 |
|
1938:418e225f58e4 | 12-Aug-2021 |
Max Romanov |
Java: upgrading third-party components. |