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
2024-02-21
Python: bytearray body support for ASGI module.
Andrei Zeliankou
1
-12
/
+19
2024-02-20
Updated copyright notice.
Andrei Zeliankou
2
-2
/
+2
2024-02-20
Add additional replace rules for node:* modules
Gabor Javorszky
2
-0
/
+4
2024-02-20
NJS: variable access support
Zhidao HONG
2
-2
/
+52
2024-02-20
NJS: Simplified nxt_js_call()
Zhidao HONG
1
-40
/
+17
2024-02-20
Var: Introduced nxt_var_get()
Zhidao HONG
2
-13
/
+39
2024-02-20
Var: Make nxt_var_cache_value() more general
Zhidao HONG
1
-9
/
+9
2024-02-20
Var: Refactored nxt_http_unknown_var_ref()
Zhidao HONG
3
-9
/
+8
2024-02-20
Var: Refactored nxt_var_ref_get()
Zhidao HONG
1
-6
/
+8
2024-02-19
Avoid a segfault in nxt_conn_io_sendbuf()
Andrew Clayton
1
-0
/
+7
2024-02-19
Node.js: Use console.warn instead of stderr.write
Dan Callahan
1
-2
/
+1
2024-02-19
Allow to set the permissions of the Unix domain control socket
Andrew Clayton
3
-3
/
+72
2024-02-19
Add nxt_file_chown()
Andrew Clayton
2
-0
/
+84
2024-02-14
fix: Take options as well as requestListener (#1091)
Gabor Javorszky
2
-3
/
+11
2024-02-08
Configuration: Fix validation of "processes"
Alejandro Colomar
1
-1
/
+1
2024-02-05
Configuration: Don't corrupt abstract socket names
Alejandro Colomar
1
-6
/
+11
2024-02-05
Simplify, by calling nxt_conf_get_string_dup()
Alejandro Colomar
2
-17
/
+10
2024-02-05
Configuration: Add nxt_conf_get_string_dup()
Alejandro Colomar
2
-0
/
+14
2024-01-30
Configuration: Remove procmap validation code
Andrew Clayton
1
-71
/
+2
2024-01-30
Configuration: Use the NXT_CONF_VLDT_REQUIRED flag for procmap
Andrew Clayton
1
-0
/
+3
2024-01-30
Isolation: Use an appropriate type for storing uid/gids
Andrew Clayton
3
-9
/
+9
2024-01-30
Isolation: Add a new nxt_cred_t type
Andrew Clayton
1
-0
/
+2
2024-01-29
HTTP: enhanced access log with conditional filtering.
Zhidao HONG
4
-6
/
+112
2024-01-29
HTTP: refactored out nxt_http_request_access_log().
Zhidao HONG
1
-7
/
+18
2024-01-26
Node.js: fixed "httpVersion" variable format
Andrei Zeliankou
1
-1
/
+7
2024-01-20
HTTP: Remove short read check in nxt_http_static_buf_completion()
Andrew Clayton
1
-6
/
+1
2024-01-16
White space formatting fixes
Andrei Zeliankou
8
-20
/
+20
2023-12-14
HTTP: added TSTR validation flag to the rewrite option.
Zhidao HONG
1
-0
/
+1
2023-12-13
Ruby: Prevent a possible integer underflow
Andrew Clayton
1
-2
/
+8
2023-12-08
Ruby: Handle response field arrays
Andrew Clayton
1
-3
/
+68
2023-11-20
Fixed the MD5Encoder deprecation warning.
Sergey A. Osokin
1
-2
/
+2
2023-11-17
Node.js: ServerResponse.flushHeaders() implemented.
Andrei Zeliankou
1
-0
/
+4
2023-11-15
PHP: Fix a possible file-pointer leak.
Andrew Clayton
1
-0
/
+2
2023-11-14
Fix comments for src/nxt_unit.h.
Andrei Vasiliu
1
-19
/
+19
2023-11-10
Define nxt_cpu_pause for ARM64.
David CARLIER
1
-0
/
+4
2023-11-09
Python: Fix header field values character encoding.
Andrew Clayton
1
-2
/
+28
2023-11-08
Python: Do nxt_unit_sptr_get() earlier in nxt_python_field_value().
Andrew Clayton
1
-1
/
+2
2023-11-08
Var: simplified length calculation for $status variable.
Andrei Zeliankou
1
-3
/
+2
2023-11-08
Var: $request_id variable.
Andrei Zeliankou
1
-0
/
+32
2023-11-02
Removed trailing 0 from debug message in nxt_credential_get().
Zhidao HONG
1
-2
/
+5
2023-09-26
Node.js: provide reasonable default paths for macOS.
Konstantin Pavlov
1
-3
/
+22
2023-10-10
Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c.
Andrew Clayton
2
-2
/
+2
2023-10-10
Refactored nxt_vsprintf().
Zhidao HONG
1
-9
/
+8
2023-10-05
HTTP: Fix URL with query string rewrite.
Andrew Clayton
1
-0
/
+1
2023-10-02
Added routes array to the default configuration.
Liam Crilly
1
-2
/
+3
2023-09-28
Java: fixed the calculation related to the response buffer.
Zhidao HONG
2
-4
/
+6
2023-09-26
Node.js: ServerRequest.destroy() implemented.
Andrei Zeliankou
1
-0
/
+9
2023-09-26
Node.js: response body chunk can now be a Uint8Array.
Andrei Zeliankou
1
-2
/
+5
2023-09-25
Wasm: Allow uploads larger than 4GiB.
Andrew Clayton
1
-3
/
+5
2023-09-25
Wasm: Fix multiple successive calls to the request_handler.
Andrew Clayton
1
-2
/
+2
[next]