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-03-11
Avoiding arithmetic ops with NULL pointer in nxt_unit_mmap_get
Andrei Zeliankou
1
-0
/
+6
2024-03-11
Initialize port_impl only when it is needed
Andrei Zeliankou
1
-1
/
+1
2024-03-11
Avoiding arithmetic ops with NULL pointer in nxt_port_mmap_get
Andrei Zeliankou
1
-0
/
+6
2024-03-11
Avoiding arithmetic ops with NULL pointer in nxt_http_arguments_parse
Andrei Zeliankou
1
-0
/
+6
2024-03-11
Fixed undefined behaviour in left shift of int value
Andrei Zeliankou
1
-4
/
+4
2024-03-11
NJS: avoiding arithmetic ops with NULL pointer in r->args
Andrei Zeliankou
1
-2
/
+3
2024-03-11
Router: match when pattern and tested string are both zero length
Andrei Zeliankou
1
-0
/
+4
2024-03-11
Wasm-wc: Bump the mio crate from 0.8.10 to 0.8.11
dependabot[bot]
1
-2
/
+2
2024-03-09
Remove support for Sun's Sun Studio/SunPro C compiler
Andrew Clayton
1
-75
/
+0
2024-03-09
Remove support for IBM's XL C compiler
Andrew Clayton
1
-103
/
+1
2024-03-09
Remove support for Microsoft's Visual C++ compiler
Andrew Clayton
1
-1
/
+0
2024-03-08
Var: Fix cacheable issue for njs variable access
Zhidao HONG
1
-1
/
+1
2024-03-05
Avoid potential NULL pointer dereference in nxt_router_temp_conf()
Andrew Clayton
1
-7
/
+9
2024-03-05
Var: Remove a dead assignment in nxt_var_interpreter()
Andrew Clayton
1
-1
/
+1
2024-03-05
Remove unused nxt_vector_t API
Andrew Clayton
3
-222
/
+0
2024-02-29
Configuration: Fix check in nxt_conf_json_parse_value()
Andrew Clayton
1
-1
/
+1
2024-02-21
Wasm-wc: Wire up the language module to the config system
Andrew Clayton
3
-0
/
+35
2024-02-21
Wasm-wc: Add Cargo.lock
Andrew Clayton
2
-2
/
+2293
2024-02-21
Wasm-wc: Allow to use the 'reactor' adaptor again
Andrew Clayton
1
-1
/
+2
2024-02-21
Wasm-wc: Upgrade to wasmtime 17
Andrew Clayton
2
-16
/
+17
2024-02-21
Wasm-wc: Improve request buffer handling
Andrew Clayton
1
-7
/
+14
2024-02-21
Wasm-wc: Run src/lib.rs through rustfmt
Andrew Clayton
1
-31
/
+84
2024-02-21
Wasm-wc: Core of initial Wasm component model language module support
Alex Crichton
5
-0
/
+620
2024-02-21
Wasm-wc: Add core configuration data structure
Andrew Clayton
1
-0
/
+8
2024-02-21
Wasm-wc: Register a new Wasm component model language module type
Andrew Clayton
2
-0
/
+2
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
[next]