Age | Commit message (Expand) | Author | Files | Lines |
2021-02-04 | Tests: added tests for "path" option in Python application. | Andrei Zeliankou | 2 | -0/+45 |
2021-01-28 | Router: fixing crash after WebSocket processing. | Max Romanov | 1 | -0/+24 |
2021-01-14 | Tests: added missing checks for configuration results. | Andrei Zeliankou | 11 | -56/+72 |
2021-01-13 | Tests: added test for "procfs" option. | Andrei Zeliankou | 1 | -0/+23 |
2021-01-13 | Tests: "language_deps" option checked more carefully. | Andrei Zeliankou | 1 | -20/+12 |
2021-01-13 | Tests: waitformount() and waitforunmount() introduced. | Andrei Zeliankou | 1 | -0/+32 |
2021-01-13 | Tests: style. | Andrei Zeliankou | 27 | -35/+2 |
2021-01-12 | Tests: unit_stop() removed where possible. | Andrei Zeliankou | 6 | -70/+10 |
2021-01-08 | Tests: fixed test_respawn.py to act upon test processes. | Tiago Natel de Moura | 2 | -23/+32 |
2021-01-07 | Tests: reordered asserts to avoid a test race. | Tiago Natel de Moura | 1 | -5/+9 |
2020-12-29 | Node.js: ServerRequest and ServerResponse compliance to Stream API. | Max Romanov | 1 | -45/+0 |
2020-12-23 | Tests: ability to run unitd with specified "--user" option. | Andrei Belov | 1 | -19/+27 |
2020-12-21 | Tests: introduced a separate cache directory for Go builds. | Tiago Natel de Moura | 2 | -0/+5 |
2020-12-15 | Tests: fixed bug that disabled isolation tests. | Tiago Natel de Moura | 1 | -1/+1 |
2020-12-12 | Tests: hyphen sign used unstead of underscore as more common. | Andrei Zeliankou | 2 | -3/+3 |
2020-12-10 | Tests: added tests for PHP_AUTH_* variables. | Andrei Zeliankou | 2 | -0/+65 |
2020-12-09 | Tests: TestUnit class removed. | Andrei Zeliankou | 3 | -38/+35 |
2020-12-09 | Tests: isolation check moved to the pytest_sessionstart(). | Andrei Zeliankou | 10 | -259/+197 |
2020-12-08 | Tests: fixed ruby isolation. | Tiago Natel de Moura | 1 | -19/+8 |
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 15 | -39/+32 |
2020-12-08 | Tests: utils module introduced. | Andrei Zeliankou | 10 | -57/+59 |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 39 | -41/+62 |
2020-11-17 | Router: matching regular expressions support. | Axel Duch | 1 | -0/+42 |
2020-11-19 | Tests: added tests for a "discard_unsafe_fields" option. | Andrei Zeliankou | 2 | -0/+47 |
2020-11-19 | Tests: style. | Andrei Zeliankou | 1 | -36/+40 |
2020-11-16 | Tests: tmpfs automount. | Tiago Natel de Moura | 2 | -3/+29 |
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 10 | -9/+52 |
2020-11-16 | Tests: making available versions unique. | Max Romanov | 1 | -4/+3 |
2020-11-12 | Tests: removed test case that reuses rootfs path. | Tiago Natel de Moura | 1 | -4/+0 |
2020-11-12 | Tests: added a test for "body_buffer_size" option. | Andrei Zeliankou | 1 | -0/+38 |
2020-11-11 | Tests: added a test for fastcgi_finish_request() function. | Andrei Zeliankou | 2 | -0/+37 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 4 | -1/+58 |
2020-11-10 | Tests: supporting instant app parameters in load(). | Max Romanov | 3 | -89/+37 |
2020-11-06 | Tests: fixing racing condition in ASGI threads test. | Max Romanov | 1 | -5/+5 |
2020-11-05 | Tests: added Perl threading tests. | Max Romanov | 2 | -0/+52 |
2020-11-05 | Tests: added Ruby threading tests. | Max Romanov | 2 | -0/+54 |
2020-11-05 | Tests: added Java threading tests. | Max Romanov | 2 | -0/+73 |
2020-11-05 | Tests: added Python threading tests. | Max Romanov | 4 | -0/+124 |
2020-11-03 | Tests: disabled detailed output by default. | Andrei Zeliankou | 1 | -1/+1 |
2020-11-03 | Tests: force applications to build for JVM 8. | Andrei Zeliankou | 1 | -0/+1 |
2020-11-02 | Java: upgrading 3rd-party components. | Max Romanov | 1 | -1/+1 |
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 6 | -79/+158 |
2020-10-29 | Tests: added new ruby isolation test without namespaces. | Tiago Natel de Moura | 1 | -1/+20 |
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 7 | -28/+14 |
2020-10-27 | Tests: fixed isolation detection. | Andrei Zeliankou | 3 | -27/+112 |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 44 | -488/+427 |
2020-10-06 | PHP: compatibility with 8.0.0 RC1. | Valentin Bartenev | 3 | -10/+10 |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 46 | -95/+125 |
2020-10-07 | Tests: fixed loading selected module version. | Valentin Bartenev | 3 | -3/+15 |
2020-10-07 | Router: fixed "not empty" pattern matching. | Valentin Bartenev | 1 | -0/+15 |