summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-08-09Java: upgrading third-party components.Max Romanov3-19/+19
2021-08-05Router: fixed crash when matching an empty address pattern array.Oisin Canty3-0/+16
2021-08-04Added a changelog for ae4f067a9ea4.Zhidao HONG1-0/+7
2021-08-02Router: fixed segmentation fault.Zhidao HONG3-0/+27
2021-08-03Fixed dead assignments.Max Romanov6-10/+3
2021-07-29Application restart introduced.Max Romanov10-41/+454
2021-07-24Router: split nxt_http_app_conf_t from nxt_http_action_t.Zhidao HONG5-43/+45
2021-07-26Router: renamed nxt_http_proxy_create() as nxt_http_proxy_init().Zhidao HONG3-18/+17
2021-07-23Router: split nxt_http_static_conf_t from nxt_http_action_t.Zhidao HONG5-173/+198
2021-07-23Tests: added SNI test without hostname in request.Andrei Zeliankou2-1/+21
2021-07-22Changing SNI callback return code if a client sends no SNI.Andrey Suvorov2-5/+13
2021-07-21Enabling configure TLS sessions.Andrey Suvorov5-22/+142
2021-07-21Tests: use mutex with multitthreaded Ruby hooks.Oisin Canty3-3/+15
2021-07-20Python: using default event_loop for main thread for ASGI.Max Romanov4-16/+22
2021-07-20Python: fixing exceptions in Future.set_result for ASGI implementation.Max Romanov1-23/+32
2021-07-20Python: fixing ASGI receive() issues.Max Romanov2-33/+61
2021-07-19Router: fixing assertion on app thread port handle.Max Romanov2-8/+17
2021-07-06Tests: print_log_on_assert() decorator introduced.Andrei Zeliankou1-73/+82
2021-07-03Tests: address configuration tests reworked.Andrei Zeliankou1-58/+21
2021-07-02Tests: Ruby hooks.Oisin Canty11-22/+183
2021-07-02Tests: run Ruby applications inside temporary directory.Oisin Canty3-10/+20
2021-07-02Ruby: process and thread lifecycle hooks.Oisin Canty5-1/+157
2021-07-02Fixing crash during IPv6 text address generation.Oisin Canty2-2/+9
2021-07-01Deduplicating code for closing fds in nxt_port_send_msg_t.Max Romanov1-39/+25
2021-07-01Fixing memory and descriptor leakage in case of port send failure.Max Romanov2-7/+32
2021-07-01Tests: fixing racing condition in respawn tests.Max Romanov1-5/+10
2021-07-01Ruby: improved logging of exceptions without backtraces.Oisin Canty1-4/+8
2021-07-01Fixing multiple TLS-enabled listeners initialization.Max Romanov3-6/+25
2021-05-24Router: split nxt_http_return_conf_t from nxt_http_action_t.Zhidao HONG3-101/+132
2021-06-28Tests: renamed share to static.Andrei Zeliankou8-62/+57
2021-06-24Tests: chroot test with permissions skipped under root.Andrei Zeliankou1-1/+4
2021-06-15Node.js: improving and test packaging.Max Romanov2-24/+5
2021-06-02Node.js: packaging new loader.js and loader.mjs.Max Romanov1-0/+2
2021-05-28Version bump.Valentin Bartenev2-2/+31
2021-05-27Unit 1.24.0 release.Valentin Bartenev1-0/+1
2021-05-27Generated Dockerfiles for Unit 1.24.0.1.24.0Valentin Bartenev8-8/+8
2021-05-27Added version 1.24.0 CHANGES.Valentin Bartenev2-4/+32
2021-05-27Reordered changes for 1.24.0 by significance (subjective).Valentin Bartenev1-6/+6
2021-05-27Grammar fixes and improvements in changes.xml.Artem Konev1-5/+6
2021-05-27Tests: added tests for TLS "conf_commands" option.Andrei Zeliankou1-0/+112
2021-05-27Packages: added Ubuntu 21.04 "hirsute" support.Andrei Belov10-3/+279
2021-05-26Tests: added TLS test without close notify.Andrei Zeliankou1-0/+23
2021-05-26Enabling SSL_CTX configuration by using SSL_CONF_cmd().Andrey Suvorov6-61/+215
2021-05-26Fixing crash during TLS connection shutdown.Andrey Suvorov5-6/+35
2021-05-26Static: handled unknown MIME types when MIME-filtering active.Oisin Canty3-20/+16
2021-05-26MIME: added PHP.Oisin Canty2-0/+8
2021-05-25Fixing racing condition on listen socket close in router (v2).Max Romanov1-5/+5
2021-05-25Go: fixing tests for Go 1.16.Max Romanov3-1/+3
2021-05-25Configuration: generalized application "targets" validation.Oisin Canty1-110/+68
2021-05-24Tests: added additional check in tests with timeouts.Andrei Zeliankou1-76/+119