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
/
nxt_router.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
Fixing access_log structure reference counting.
Max Romanov
1
-4
/
+26
2021-11-09
Introducing application prototype processes.
Tiago Natel de Moura
1
-68
/
+211
2021-11-05
HTTP: removed surplus check for r->args is not NULL.
Zhidao HONG
1
-2
/
+2
2021-10-28
Moving request limit control to libunit.
Max Romanov
1
-50
/
+5
2021-10-28
Adding explicit app reference to nxt_router_app_port_release().
Max Romanov
1
-11
/
+8
2021-08-17
Added TLS session tickets support.
Andrey Suvorov
1
-0
/
+4
2021-08-12
Introduced the generic API nxt_buf_dummy_completion().
Zhidao HONG
1
-11
/
+3
2021-08-12
Router: client IP address replacement.
Oisin Canty
1
-1
/
+85
2021-07-29
Application restart introduced.
Max Romanov
1
-41
/
+178
2021-07-24
Router: split nxt_http_app_conf_t from nxt_http_action_t.
Zhidao HONG
1
-9
/
+38
2021-07-23
Router: split nxt_http_static_conf_t from nxt_http_action_t.
Zhidao HONG
1
-5
/
+5
2021-07-21
Enabling configure TLS sessions.
Andrey Suvorov
1
-12
/
+36
2021-07-19
Router: fixing assertion on app thread port handle.
Max Romanov
1
-8
/
+10
2021-07-01
Fixing multiple TLS-enabled listeners initialization.
Max Romanov
1
-6
/
+5
2021-05-26
Enabling SSL_CTX configuration by using SSL_CONF_cmd().
Andrey Suvorov
1
-52
/
+38
2021-05-26
Fixing crash during TLS connection shutdown.
Andrey Suvorov
1
-0
/
+1
2021-05-25
Fixing racing condition on listen socket close in router (v2).
Max Romanov
1
-5
/
+5
2021-05-17
Fixing a crash after applying the wrong TLS configuration.
Andrey Suvorov
1
-3
/
+3
2021-05-17
Fixing racing condition on listen socket close in router.
Max Romanov
1
-10
/
+14
2021-04-22
Router: grouped app and share fields in nxt_http_action_t.
Zhidao HONG
1
-1
/
+1
2021-03-25
Releasing shm buffers for large body requests.
Max Romanov
1
-11
/
+4
2021-03-24
Added ability to configure multiple certificates on a listener.
Andrey Suvorov
1
-30
/
+93
2021-03-02
Fixing warnings on Solaris.
Max Romanov
1
-1
/
+1
2021-01-28
Router: fixing crash after WebSocket processing.
Max Romanov
1
-1
/
+4
2021-01-27
Router: fixing error handling in config request.
Max Romanov
1
-19
/
+42
2021-01-25
Router: fixing assertion in shortage of file descriptors.
Max Romanov
1
-0
/
+2
2020-12-17
Router: fixed crash in OOSM processing.
Max Romanov
1
-3
/
+8
2020-12-08
PHP: populating PHP_AUTH_* server variables.
Valentin Bartenev
1
-0
/
+4
2020-11-17
HTTP parser: allowed more characters in header field names.
Valentin Bartenev
1
-0
/
+7
2020-11-10
Fixing multi-buffer body send to application.
Max Romanov
1
-3
/
+13
2020-10-28
Router: introducing the PORT_ACK message.
Max Romanov
1
-0
/
+2
2020-10-28
Router: broadcasting the SHM_ACK message to all process ports.
Max Romanov
1
-2
/
+1
2020-10-28
Added error response logging.
Max Romanov
1
-4
/
+10
2020-10-28
Router: checking a buffer before accessing its memory fields.
Max Romanov
1
-1
/
+1
2020-10-28
Router: closing app worker's ports.
Max Romanov
1
-0
/
+19
2020-09-29
Fixing request buffer memory leakage in router.
Max Romanov
1
-0
/
+3
2020-08-28
Router: fixed "pass" to upstreams.
hongzhidao
1
-0
/
+4
2020-09-15
Python: changed request headers format in router protocol.
Max Romanov
1
-1
/
+1
2020-08-21
Configuration: removed "reschedule_timeout" option.
Valentin Bartenev
1
-11
/
+0
2020-08-13
Fixing router assertion in result of application prefork error.
Max Romanov
1
-0
/
+8
2020-08-13
Basic variables support.
Valentin Bartenev
1
-44
/
+139
2020-08-12
Responding with error in case of first process start failure.
Max Romanov
1
-18
/
+124
2020-08-11
Style fixes for 2 file descriptors transfer over port.
Max Romanov
1
-16
/
+16
2020-08-11
Introducing application and port shared memory queues.
Max Romanov
1
-22
/
+179
2020-08-11
Made router port message handlers into static functions.
Max Romanov
1
-4
/
+13
2020-08-11
Adding debug messages to catch process management issues.
Max Romanov
1
-2
/
+36
2020-08-11
Introducing the shared application port.
Max Romanov
1
-1042
/
+462
2020-08-11
Changing router to application shared memory exchange protocol.
Max Romanov
1
-3
/
+66
2020-08-11
Changing router to application port exchange protocol.
Max Romanov
1
-17
/
+83
2020-08-09
Fixing leaked configuration objects.
Max Romanov
1
-4
/
+30
[next]