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
2024-02-21
Wasm-wc: Register a new Wasm component model language module type
Andrew Clayton
1
-0
/
+1
2024-02-05
Simplify, by calling nxt_conf_get_string_dup()
Alejandro Colomar
1
-14
/
+9
2024-01-16
White space formatting fixes
Andrei Zeliankou
1
-1
/
+1
2023-08-10
Wasm: Register a new WebAssembly language module type.
Andrew Clayton
1
-0
/
+1
2023-08-10
Index initialise the nxt_app_msg_prefix array.
Andrew Clayton
1
-6
/
+6
2023-05-08
NJS: supported loadable modules.
Zhidao HONG
1
-5
/
+153
2023-04-25
Allow to remove the version string in HTTP responses.
Andrew Clayton
1
-0
/
+8
2023-03-21
HTTP: added route logging.
Alejandro Colomar
1
-0
/
+6
2023-03-17
Socket: Remove Unix domain listen sockets upon reconfigure.
Andrew Clayton
1
-3
/
+38
2023-03-14
Router: More accurately allocate request buffer memory.
Andrew Clayton
1
-2
/
+2
2023-03-10
Router: Fix allocation of request buffer sent to application.
Andrew Clayton
1
-0
/
+1
2023-01-30
NJS: adding the missing vm destruction.
Zhidao HONG
1
-0
/
+6
2022-11-22
NJS: added http request prototype.
Zhidao HONG
1
-0
/
+4
2022-11-20
Basic njs support.
Zhidao HONG
1
-1
/
+6
2022-11-20
Var: separating nxt_tstr_t from nxt_var_t.
Zhidao HONG
1
-2
/
+2
2022-11-02
PHP: allowed to specify URLs without a trailing '/'.
Andrew Clayton
1
-0
/
+6
2022-10-03
Renamed a couple of members of nxt_unit_request_t.
Andrew Clayton
1
-2
/
+2
2022-08-29
Status: added requests count.
Zhidao HONG
1
-0
/
+1
2022-08-29
Implemented basic statistics API.
Valentin Bartenev
1
-0
/
+81
2022-07-14
Log: split access log from nxt_router.c.
Zhidao HONG
1
-435
/
+8
2022-07-14
Var: dynamic variables support.
Zhidao HONG
1
-0
/
+5
2022-06-20
Router: forwared header replacement.
Zhidao HONG
1
-30
/
+77
2022-06-20
Router: introduced nxt_http_forward_t.
Zhidao HONG
1
-22
/
+17
2022-06-20
Router: refactored nxt_router_conf_create().
Zhidao HONG
1
-30
/
+30
2022-06-07
Removing unused tracking fields and functions.
Max Romanov
1
-1
/
+0
2022-06-07
Router: removed unused code in nxt_router_conf_error().
Zhidao HONG
1
-6
/
+0
2022-04-26
Removed special cases for non-NXT_CONF_VALUE_ARRAY.
Alejandro Colomar
1
-17
/
+7
2021-11-25
Fixing access_log structure reference counting.
Max Romanov
1
-4
/
+26
2021-11-24
Sending shared port to application prototype.
Max Romanov
1
-43
/
+18
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
[next]