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-04-25
Tighten up some string arrays
Andrew Clayton
3
-10
/
+13
2024-04-25
configuration: Constify more pointers
Andrew Clayton
2
-24
/
+28
2024-04-25
php: Constify some local static variables
Andrew Clayton
1
-6
/
+6
2024-04-25
Constify a bunch of static local variables
Andrew Clayton
10
-74
/
+79
2024-04-25
configuration: Constify numerous pointers
Andrew Clayton
3
-68
/
+74
2024-04-19
wasm-wc: Bump the rustls crate from 0.21.10 to 0.21.11
dependabot[bot]
1
-2
/
+2
2024-04-17
Fixes: 64934e59f ("HTTP: Introduce quoted target marker in HTTP parsing")
Zhidao HONG
1
-2
/
+2
2024-04-11
HTTP: Rewrote url target section in nxt_h1p_peer_header_send()
Zhidao HONG
3
-5
/
+74
2024-04-11
HTTP: Introduce quoted target marker in HTTP parsing
Zhidao HONG
2
-12
/
+5
2024-04-10
HTTP: Added variable validation to the response_headers option
Zhidao HONG
1
-1
/
+12
2024-04-09
Wasm-wc: Bump the h2 crate from 0.4.2 to 0.4.4
dependabot[bot]
1
-2
/
+2
2024-03-14
Wasm-wc: Fix application restarts
Andrew Clayton
1
-3
/
+12
2024-03-12
NJS: loader should be registered using njs_vm_set_module_loader()
Andrei Zeliankou
2
-20
/
+8
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
[next]