Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-07 | Tests: minor fixes. | Andrei Zeliankou | 11 | -171/+19 | |
2022-09-05 | Tests: added tests for basic statistics. | Andrei Zeliankou | 4 | -0/+301 | |
2022-08-25 | Tests: added tests with abstract UNIX sockets. | Andrei Zeliankou | 6 | -1/+176 | |
2022-08-16 | Tests: added test for ASGI with UNIX socket. | Andrei Zeliankou | 1 | -0/+10 | |
2022-08-11 | Fixing isolated process PID manipulation. | Max Romanov | 1 | -1/+1 | |
Registering an isolated PID in the global PID hash is wrong because it can be duplicated. Isolated processes are stored only in the children list until the response for the WHOAMI message is processed and the global PID is discovered. To remove isolated siblings, a pointer to the children list is introduced in the nxt_process_init_t struct. This closes #633 issue on GitHub. | |||||
2022-08-08 | Tests: added tests with UNIX sockets in "source". | Andrei Zeliankou | 2 | -4/+37 | |
2022-07-28 | Tests: added tests for the log format. | Andrei Zeliankou | 1 | -0/+80 | |
Also added tests for the following variables: $request_line, $time_local, $bytes_sent, and $status. | |||||
2022-07-28 | Tests: added flags to search functions in proto.py. | Andrei Zeliankou | 3 | -13/+8 | |
Also removed unnesessary re.compile() calls. | |||||
2022-07-27 | Ruby: fixed contents of SCRIPT_NAME. | Alejandro Colomar | 1 | -1/+1 | |
Having the basename of the script pathname was incorrect. While we don't have something more accurate, the best thing to do is to have it empty (which should be the right thing most of the time). This closes #715 issue on GitHub. The bug was introduced in git commit 0032543fa65f454c471c968998190b027c1ff270 'Ruby: added the Rack environment parameter "SCRIPT_NAME".'. | |||||
2022-07-20 | Tests: added tests for translating $dollar into a literal $. | Andrew Clayton | 1 | -0/+21 | |
If you need to specify a $ in a URI you can now use '$dollar' or '${dollar}'. Added some tests for the above to test_variables.py setting a Location string. | |||||
2022-07-19 | Tests: added tests for more HTTP variables. | Andrei Zeliankou | 1 | -0/+51 | |
2022-07-14 | Tests: added tests for dynamic variables. | Andrei Zeliankou | 1 | -0/+82 | |
2022-06-30 | Tests: minor improvements. | Andrei Zeliankou | 5 | -98/+39 | |
Added "go" availability check before trying to build an application. update_action() method used were possible and fixed bug with the relative path determination in test_static_chroot.py. Templates optimization and style fixes. | |||||
2022-06-20 | Tests: forwarded header replacement tests. | Zhidao HONG | 2 | -0/+276 | |
2022-06-20 | Tests: reworked client IP tests. | Zhidao HONG | 1 | -17/+38 | |
2022-06-01 | Tests: improved test for $request_uri variable. | Andrei Zeliankou | 1 | -2/+2 | |
2022-06-01 | Tests: removed deprecated ssl.PROTOCOL_TLSv1_2 constant. | Andrei Zeliankou | 1 | -2/+5 | |
2022-05-31 | Tests: Added tests for $request_uri. | Alejandro Colomar | 1 | -0/+9 | |
2022-05-30 | Tests: added tests for "index" (string) option. | Alejandro Colomar | 1 | -0/+28 | |
2022-05-16 | Tests: Added tests for empty "location". | Alejandro Colomar | 1 | -0/+15 | |
2022-05-13 | Tests: added tests for Ruby stream IO.close(). | Andrei Zeliankou | 3 | -7/+8 | |
2022-05-10 | Tests: added test for "SCRIPT_NAME" variable in Ruby. | Andrei Zeliankou | 2 | -0/+2 | |
2022-05-09 | Tests: added more tests with reconfiguration. | Andrei Zeliankou | 4 | -51/+155 | |
2022-04-28 | Tests: Added tests for variables in "location". | Alejandro Colomar | 1 | -0/+19 | |
2022-04-28 | Tests: Changed tests to accept variables in "location". | Alejandro Colomar | 1 | -4/+4 | |
2022-04-12 | Tests: added check for zombie processes. | Andrei Zeliankou | 1 | -0/+58 | |
2022-04-11 | Tests: style. | Andrei Zeliankou | 36 | -343/+291 | |
2022-02-15 | Tests: added test with long certificate chain. | Andrei Zeliankou | 1 | -0/+45 | |
2022-01-31 | Tests: removed TestApplicationTLS.get_server_certificate(). | Andrei Zeliankou | 14 | -60/+61 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2022-01-10 | Tests: using modules in Go. | Max Romanov | 3 | -45/+38 | |
2021-12-27 | Perl: creating input and error streams if closed. | Max Romanov | 3 | -0/+47 | |
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. | |||||
2021-12-12 | Tests: fixed type of applications. | Andrei Zeliankou | 9 | -23/+23 | |
2021-12-11 | Tests: added more OPcache tests. | Andrei Zeliankou | 4 | -13/+66 | |
2021-12-10 | Tests: fixed path to the "php.ini" file. | Andrei Zeliankou | 1 | -2/+10 | |
2021-12-01 | Tests: fixed skipping tests with disabled OPcache. | Andrei Zeliankou | 1 | -1/+1 | |
2021-11-15 | Tests: fixed session reuse tests. | Andrei Zeliankou | 1 | -17/+13 | |
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. | |||||
2021-11-15 | Tests: refactored working with processes. | Andrei Zeliankou | 8 | -39/+39 | |
2021-11-10 | Tests: added more tests for "query" routing pattern. | Andrei Zeliankou | 1 | -8/+16 | |
2021-11-09 | Tests: PHP shared opcache test added. | Max Romanov | 4 | -9/+54 | |
2021-11-09 | Tests: app prototype related fixes. | Max Romanov | 5 | -3/+19 | |
2021-11-05 | Router: matching query string support. | Zhidao HONG | 1 | -0/+44 | |
The "query" option matches decoded arguments, including plus ('+') to space (' '). Like "uri", it can be a string or an array of strings. | |||||
2021-11-04 | Tests: added "requirements.txt". | Andrei Zeliankou | 1 | -0/+2 | |
2021-11-04 | Tests: added migration test for "share". | Andrei Zeliankou | 2 | -4/+52 | |
2021-11-02 | Tests: added pyOpenSSL module check were necessary. | Andrei Zeliankou | 2 | -0/+4 | |
2021-11-02 | Tests: removed unused imports. | Andrei Zeliankou | 11 | -12/+0 | |
2021-10-28 | Tests: added tests for TLS session tickets. | Andrei Zeliankou | 1 | -0/+195 | |
2021-10-28 | Tests: added tests for TLS sessions. | Andrei Zeliankou | 1 | -0/+129 | |
2021-10-18 | Tests: style. | Andrei Zeliankou | 51 | -74/+19 | |
2021-10-05 | Tests: added tests for variables in "chroot". | Andrei Zeliankou | 1 | -0/+116 | |
2021-10-05 | Tests: added tests for variables in "share". | Andrei Zeliankou | 1 | -0/+80 | |