summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12Router: client IP address replacement.Oisin Canty6-11/+282
2021-08-12Introduced nxt_sockaddr_parse_optport() for addresses w/o ports.Oisin Canty3-64/+114
2021-08-09Python: fixing misprint in error message.Max Romanov1-2/+2
2021-08-05Router: fixed crash when matching an empty address pattern array.Oisin Canty1-0/+5
2021-08-02Router: fixed segmentation fault.Zhidao HONG2-0/+8
2021-08-03Fixed dead assignments.Max Romanov6-10/+3
2021-07-29Application restart introduced.Max Romanov4-41/+344
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-22Changing SNI callback return code if a client sends no SNI.Andrey Suvorov1-5/+5
2021-07-21Enabling configure TLS sessions.Andrey Suvorov4-22/+136
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 Romanov1-33/+54
2021-07-19Router: fixing assertion on app thread port handle.Max Romanov1-8/+10
2021-07-02Ruby: process and thread lifecycle hooks.Oisin Canty4-1/+151
2021-07-02Fixing crash during IPv6 text address generation.Oisin Canty1-2/+2
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 Romanov1-0/+18
2021-07-01Ruby: improved logging of exceptions without backtraces.Oisin Canty1-4/+8
2021-07-01Fixing multiple TLS-enabled listeners initialization.Max Romanov1-6/+5
2021-05-24Router: split nxt_http_return_conf_t from nxt_http_action_t.Zhidao HONG3-101/+132
2021-06-15Node.js: improving and test packaging.Max Romanov1-22/+0
2021-06-02Node.js: packaging new loader.js and loader.mjs.Max Romanov1-0/+2
2021-05-26Enabling SSL_CTX configuration by using SSL_CONF_cmd().Andrey Suvorov4-61/+195
2021-05-26Fixing crash during TLS connection shutdown.Andrey Suvorov4-6/+29
2021-05-26Static: handled unknown MIME types when MIME-filtering active.Oisin Canty2-19/+15
2021-05-26MIME: added PHP.Oisin Canty1-0/+2
2021-05-25Fixing racing condition on listen socket close in router (v2).Max Romanov1-5/+5
2021-05-25Configuration: generalized application "targets" validation.Oisin Canty1-110/+68
2021-05-24Node.js: renamed "require_shim" to "loader".Oisin Canty2-2/+2
2021-05-21PHP: adopted "file_handle" to Zend API changes in 8.1.0-dev.Valentin Bartenev1-0/+10
2021-05-20Python: support for multiple targets.Oisin Canty9-79/+380
2021-05-18Ruby: changing deprecated rb_cData to rb_cObject.Oisin Canty1-2/+6
2021-05-17Fixing a crash after applying the wrong TLS configuration.Andrey Suvorov2-3/+22
2021-05-17Fixing racing condition on listen socket close in router.Max Romanov2-10/+16
2021-05-12Node.js: a shim for overriding "http" and "websocket" modules.Oisin Canty4-12/+72
2021-05-07PHP: forced initialization of $_SERVER in fastcgi_finish_request().Valentin Bartenev1-1/+26
2021-05-06Static: implemented MIME filteringOisin Canty4-17/+73
2021-05-05Fixed format and arguments mismatches in error log messages.Zhidao HONG2-3/+3
2021-05-05Fixed building without openat2().Zhidao HONG1-1/+3
2021-04-29Static: support for openat2() features.Zhidao HONG8-27/+274
2021-04-22Router: grouped app and share fields in nxt_http_action_t.Zhidao HONG5-31/+45
2021-03-25Fixing shm buffer leakage when sending over the port queue.Max Romanov1-13/+84
2021-03-25Node.js: used distinct placeholder for version in "package.json".Valentin Bartenev1-1/+1
2021-03-25Releasing shm buffers for large body requests.Max Romanov2-12/+4
2021-03-24Added ability to configure multiple certificates on a listener.Andrey Suvorov4-68/+517
2021-03-24Certificates: fixed in name attributes processing.Valentin Bartenev1-25/+16
2021-03-24Certificates: moved SAN processing to a separate function.Valentin Bartenev1-36/+56