index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
Router: client IP address replacement.
Oisin Canty
6
-11
/
+282
2021-08-12
Introduced nxt_sockaddr_parse_optport() for addresses w/o ports.
Oisin Canty
3
-64
/
+114
2021-08-09
Python: fixing misprint in error message.
Max Romanov
1
-2
/
+2
2021-08-05
Router: fixed crash when matching an empty address pattern array.
Oisin Canty
1
-0
/
+5
2021-08-02
Router: fixed segmentation fault.
Zhidao HONG
2
-0
/
+8
2021-08-03
Fixed dead assignments.
Max Romanov
6
-10
/
+3
2021-07-29
Application restart introduced.
Max Romanov
4
-41
/
+344
2021-07-24
Router: split nxt_http_app_conf_t from nxt_http_action_t.
Zhidao HONG
5
-43
/
+45
2021-07-26
Router: renamed nxt_http_proxy_create() as nxt_http_proxy_init().
Zhidao HONG
3
-18
/
+17
2021-07-23
Router: split nxt_http_static_conf_t from nxt_http_action_t.
Zhidao HONG
5
-173
/
+198
2021-07-22
Changing SNI callback return code if a client sends no SNI.
Andrey Suvorov
1
-5
/
+5
2021-07-21
Enabling configure TLS sessions.
Andrey Suvorov
4
-22
/
+136
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
1
-33
/
+54
2021-07-19
Router: fixing assertion on app thread port handle.
Max Romanov
1
-8
/
+10
2021-07-02
Ruby: process and thread lifecycle hooks.
Oisin Canty
4
-1
/
+151
2021-07-02
Fixing crash during IPv6 text address generation.
Oisin Canty
1
-2
/
+2
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
1
-0
/
+18
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
1
-6
/
+5
2021-05-24
Router: split nxt_http_return_conf_t from nxt_http_action_t.
Zhidao HONG
3
-101
/
+132
2021-06-15
Node.js: improving and test packaging.
Max Romanov
1
-22
/
+0
2021-06-02
Node.js: packaging new loader.js and loader.mjs.
Max Romanov
1
-0
/
+2
2021-05-26
Enabling SSL_CTX configuration by using SSL_CONF_cmd().
Andrey Suvorov
4
-61
/
+195
2021-05-26
Fixing crash during TLS connection shutdown.
Andrey Suvorov
4
-6
/
+29
2021-05-26
Static: handled unknown MIME types when MIME-filtering active.
Oisin Canty
2
-19
/
+15
2021-05-26
MIME: added PHP.
Oisin Canty
1
-0
/
+2
2021-05-25
Fixing racing condition on listen socket close in router (v2).
Max Romanov
1
-5
/
+5
2021-05-25
Configuration: generalized application "targets" validation.
Oisin Canty
1
-110
/
+68
2021-05-24
Node.js: renamed "require_shim" to "loader".
Oisin Canty
2
-2
/
+2
2021-05-21
PHP: adopted "file_handle" to Zend API changes in 8.1.0-dev.
Valentin Bartenev
1
-0
/
+10
2021-05-20
Python: support for multiple targets.
Oisin Canty
9
-79
/
+380
2021-05-18
Ruby: changing deprecated rb_cData to rb_cObject.
Oisin Canty
1
-2
/
+6
2021-05-17
Fixing a crash after applying the wrong TLS configuration.
Andrey Suvorov
2
-3
/
+22
2021-05-17
Fixing racing condition on listen socket close in router.
Max Romanov
2
-10
/
+16
2021-05-12
Node.js: a shim for overriding "http" and "websocket" modules.
Oisin Canty
4
-12
/
+72
2021-05-07
PHP: forced initialization of $_SERVER in fastcgi_finish_request().
Valentin Bartenev
1
-1
/
+26
2021-05-06
Static: implemented MIME filtering
Oisin Canty
4
-17
/
+73
2021-05-05
Fixed format and arguments mismatches in error log messages.
Zhidao HONG
2
-3
/
+3
2021-05-05
Fixed building without openat2().
Zhidao HONG
1
-1
/
+3
2021-04-29
Static: support for openat2() features.
Zhidao HONG
8
-27
/
+274
2021-04-22
Router: grouped app and share fields in nxt_http_action_t.
Zhidao HONG
5
-31
/
+45
2021-03-25
Fixing shm buffer leakage when sending over the port queue.
Max Romanov
1
-13
/
+84
2021-03-25
Node.js: used distinct placeholder for version in "package.json".
Valentin Bartenev
1
-1
/
+1
2021-03-25
Releasing shm buffers for large body requests.
Max Romanov
2
-12
/
+4
2021-03-24
Added ability to configure multiple certificates on a listener.
Andrey Suvorov
4
-68
/
+517
2021-03-24
Certificates: fixed in name attributes processing.
Valentin Bartenev
1
-25
/
+16
2021-03-24
Certificates: moved SAN processing to a separate function.
Valentin Bartenev
1
-36
/
+56
[next]