Age | Commit message (Expand) | Author | Files | Lines |
2021-07-21 | Enabling configure TLS sessions. | Andrey Suvorov | 5 | -22/+142 |
2021-07-21 | Tests: use mutex with multitthreaded Ruby hooks. | Oisin Canty | 3 | -3/+15 |
2021-07-20 | Python: using default event_loop for main thread for ASGI. | Max Romanov | 4 | -16/+22 |
2021-07-20 | Python: fixing exceptions in Future.set_result for ASGI implementation. | Max Romanov | 1 | -23/+32 |
2021-07-20 | Python: fixing ASGI receive() issues. | Max Romanov | 2 | -33/+61 |
2021-07-19 | Router: fixing assertion on app thread port handle. | Max Romanov | 2 | -8/+17 |
2021-07-06 | Tests: print_log_on_assert() decorator introduced. | Andrei Zeliankou | 1 | -73/+82 |
2021-07-03 | Tests: address configuration tests reworked. | Andrei Zeliankou | 1 | -58/+21 |
2021-07-02 | Tests: Ruby hooks. | Oisin Canty | 11 | -22/+183 |
2021-07-02 | Tests: run Ruby applications inside temporary directory. | Oisin Canty | 3 | -10/+20 |
2021-07-02 | Ruby: process and thread lifecycle hooks. | Oisin Canty | 5 | -1/+157 |
2021-07-02 | Fixing crash during IPv6 text address generation. | Oisin Canty | 2 | -2/+9 |
2021-07-01 | Deduplicating code for closing fds in nxt_port_send_msg_t. | Max Romanov | 1 | -39/+25 |
2021-07-01 | Fixing memory and descriptor leakage in case of port send failure. | Max Romanov | 2 | -7/+32 |
2021-07-01 | Tests: fixing racing condition in respawn tests. | Max Romanov | 1 | -5/+10 |
2021-07-01 | Ruby: improved logging of exceptions without backtraces. | Oisin Canty | 1 | -4/+8 |
2021-07-01 | Fixing multiple TLS-enabled listeners initialization. | Max Romanov | 3 | -6/+25 |
2021-05-24 | Router: split nxt_http_return_conf_t from nxt_http_action_t. | Zhidao HONG | 3 | -101/+132 |
2021-06-28 | Tests: renamed share to static. | Andrei Zeliankou | 8 | -62/+57 |
2021-06-24 | Tests: chroot test with permissions skipped under root. | Andrei Zeliankou | 1 | -1/+4 |
2021-06-15 | Node.js: improving and test packaging. | Max Romanov | 2 | -24/+5 |
2021-06-02 | Node.js: packaging new loader.js and loader.mjs. | Max Romanov | 1 | -0/+2 |
2021-05-28 | Version bump. | Valentin Bartenev | 2 | -2/+31 |
2021-05-27 | Unit 1.24.0 release. | Valentin Bartenev | 1 | -0/+1 |
2021-05-27 | Generated Dockerfiles for Unit 1.24.0.1.24.0 | Valentin Bartenev | 8 | -8/+8 |
2021-05-27 | Added version 1.24.0 CHANGES. | Valentin Bartenev | 2 | -4/+32 |
2021-05-27 | Reordered changes for 1.24.0 by significance (subjective). | Valentin Bartenev | 1 | -6/+6 |
2021-05-27 | Grammar fixes and improvements in changes.xml. | Artem Konev | 1 | -5/+6 |
2021-05-27 | Tests: added tests for TLS "conf_commands" option. | Andrei Zeliankou | 1 | -0/+112 |
2021-05-27 | Packages: added Ubuntu 21.04 "hirsute" support. | Andrei Belov | 10 | -3/+279 |
2021-05-26 | Tests: added TLS test without close notify. | Andrei Zeliankou | 1 | -0/+23 |
2021-05-26 | Enabling SSL_CTX configuration by using SSL_CONF_cmd(). | Andrey Suvorov | 6 | -61/+215 |
2021-05-26 | Fixing crash during TLS connection shutdown. | Andrey Suvorov | 5 | -6/+35 |
2021-05-26 | Static: handled unknown MIME types when MIME-filtering active. | Oisin Canty | 3 | -20/+16 |
2021-05-26 | MIME: added PHP. | Oisin Canty | 2 | -0/+8 |
2021-05-25 | Fixing racing condition on listen socket close in router (v2). | Max Romanov | 1 | -5/+5 |
2021-05-25 | Go: fixing tests for Go 1.16. | Max Romanov | 3 | -1/+3 |
2021-05-25 | Configuration: generalized application "targets" validation. | Oisin Canty | 1 | -110/+68 |
2021-05-24 | Tests: added additional check in tests with timeouts. | Andrei Zeliankou | 1 | -76/+119 |
2021-05-24 | Tests: test_settings_send_timeout improved. | Andrei Zeliankou | 3 | -8/+34 |
2021-05-24 | Node.js: renamed "require_shim" to "loader". | Oisin Canty | 15 | -16/+16 |
2021-05-24 | Tests: minor fixes. | Andrei Zeliankou | 2 | -77/+25 |
2021-05-21 | PHP: adopted "file_handle" to Zend API changes in 8.1.0-dev. | Valentin Bartenev | 1 | -0/+10 |
2021-05-20 | Tests: Python targets. | Oisin Canty | 7 | -32/+295 |
2021-05-20 | Python: support for multiple targets. | Oisin Canty | 10 | -79/+386 |
2021-05-18 | Tests: added test to check port release. | Andrei Zeliankou | 1 | -0/+28 |
2021-05-18 | Ruby: changing deprecated rb_cData to rb_cObject. | Oisin Canty | 2 | -2/+12 |
2021-05-17 | Fixing a crash after applying the wrong TLS configuration. | Andrey Suvorov | 2 | -3/+22 |
2021-05-17 | Tests: fixed incorrect "--restart" mode performing. | Andrei Zeliankou | 1 | -4/+6 |
2021-05-17 | Fixing racing condition on listen socket close in router. | Max Romanov | 2 | -10/+16 |