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
2022-06-02
Node.js: fixed ES modules format in loader.mjs.
Andrei Zeliankou
1
-2
/
+2
2022-06-01
Logging a NULL pointer instead of passing it in the memcpy().
Andrei Zeliankou
1
-9
/
+19
2022-05-31
Var: Added $request_uri (as in NGINX).
Alejandro Colomar
1
-0
/
+20
2022-05-30
Static: supporting new "index" option.
Alejandro Colomar
4
-10
/
+33
2022-05-26
Static: returning 404 when "index" is a non-regular file.
Alejandro Colomar
1
-1
/
+3
2022-05-26
Added const to remove unnecessary casts.
Alejandro Colomar
1
-5
/
+5
2022-05-18
HTTP: generalized argument and cookie parsing.
Zhidao HONG
3
-291
/
+291
2022-05-17
Wrapped debug code in '#if (NXT_DEBUG)'.
Alejandro Colomar
1
-1
/
+4
2022-05-17
Fixed memcpy(dest, NULL, 0) Undefined Behavior.
Alejandro Colomar
1
-1
/
+1
2022-05-16
Supporting empty Location URIs.
Alejandro Colomar
3
-30
/
+27
2022-05-16
Renamed nxt_http_static_ctx_t field 'index' to 'share_idx'.
Alejandro Colomar
1
-7
/
+7
2022-05-13
Ruby: added stream IO "close" required by Rack specification.
Zhidao HONG
1
-0
/
+10
2022-05-12
Using SSL_OP_IGNORE_UNEXPECTED_EOF.
Sergey Kandaurov
1
-0
/
+5
2022-05-12
Using OPENSSL_SUPPRESS_DEPRECATED.
Sergey Kandaurov
1
-0
/
+3
2022-03-09
Ruby: added the Rack environment parameter "SCRIPT_NAME".
Zhidao HONG
2
-4
/
+42
2022-05-03
Fixed #define style.
Alejandro Colomar
41
-518
/
+259
2022-04-28
Supporting variables in "location".
Alejandro Colomar
2
-37
/
+147
2022-04-27
Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).
Alejandro Colomar
2
-1
/
+13
2022-04-26
Fixed indentation.
Alejandro Colomar
13
-38
/
+38
2022-04-26
Removed special cases for non-NXT_CONF_VALUE_ARRAY.
Alejandro Colomar
5
-113
/
+27
2022-04-26
Added new array APIs that also work with non-arrays.
Alejandro Colomar
2
-0
/
+30
2022-04-26
Added 'const' for read-only function parameter.
Alejandro Colomar
2
-2
/
+3
2022-02-22
Workaround for the warning in nxt_realloc() on GCC 12.
Zhidao HONG
1
-3
/
+10
2022-02-14
Certificates: fixed crash when reallocating chain.
Zhidao HONG
1
-1
/
+0
2022-02-09
Python: fixing debug message field type.
Max Romanov
1
-1
/
+2
2022-02-08
Python: fixing incorrect function object dereference.
Max Romanov
1
-6
/
+12
2021-12-27
Java: fixing multiple SCI initializations.
Max Romanov
1
-4
/
+15
2021-12-27
Perl: creating input and error streams if closed.
Max Romanov
3
-167
/
+113
2021-12-03
Fixed debug message broken in 45b25ffb2e8c.
Zhidao HONG
1
-1
/
+2
2021-12-01
Fixing prototype process crash.
Max Romanov
1
-0
/
+2
2021-12-01
Fixing uninitialized structure field.
Max Romanov
1
-0
/
+1
2021-12-01
Logging of the daemon version on startup.
Valentin Bartenev
1
-1
/
+1
2021-11-25
PHP: fixed crash when calling module functions in OPcache preload.
Valentin Bartenev
1
-2
/
+5
2021-11-25
Fixing access_log structure reference counting.
Max Romanov
1
-4
/
+26
2021-11-24
Fixing zombie process appearance and hang up on shutdown.
Max Romanov
1
-1
/
+3
2021-11-24
Fixing alerts on router restart.
Max Romanov
3
-7
/
+16
2021-11-24
Sending shared port to application prototype.
Max Romanov
8
-85
/
+110
2021-11-23
Fixed possible access to an uninitialized field.
Valentin Bartenev
1
-3
/
+3
2021-11-11
Removed the execute permission bit from "nxt_h1proto.c".
Valentin Bartenev
1
-0
/
+0
2021-11-09
Introducing application prototype processes.
Tiago Natel de Moura
14
-182
/
+1092
2021-11-09
Changed nxt_process_* for reuse.
Tiago Natel de Moura
7
-261
/
+255
2021-11-09
Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.
Tiago Natel de Moura
11
-343
/
+515
2021-11-05
Router: matching query string support.
Zhidao HONG
3
-0
/
+51
2021-11-05
HTTP: removed surplus check for r->args is not NULL.
Zhidao HONG
2
-6
/
+2
2021-11-05
Router: fixed nxt_http_route_arguments_parse().
Zhidao HONG
1
-20
/
+11
2021-11-05
Configuration: improved matching pattern error messages.
Zhidao HONG
1
-22
/
+51
2021-11-02
Improved logging of app module load errors.
Valentin Bartenev
1
-5
/
+22
2021-10-28
Moving request limit control to libunit.
Max Romanov
22
-247
/
+264
2021-10-28
Python: creating and reusing asgi_add_reader() wrapper.
Max Romanov
1
-62
/
+21
2021-10-28
Adding explicit app reference to nxt_router_app_port_release().
Max Romanov
1
-11
/
+8
[next]