summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_unit_mmap_getAndrei Zeliankou1-0/+6
2024-03-11Initialize port_impl only when it is neededAndrei Zeliankou1-1/+1
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_port_mmap_getAndrei Zeliankou1-0/+6
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_http_arguments_parseAndrei Zeliankou1-0/+6
2024-03-11Fixed undefined behaviour in left shift of int valueAndrei Zeliankou1-4/+4
2024-03-11NJS: avoiding arithmetic ops with NULL pointer in r->argsAndrei Zeliankou1-2/+3
2024-03-11Router: match when pattern and tested string are both zero lengthAndrei Zeliankou1-0/+4
2024-03-11Wasm-wc: Bump the mio crate from 0.8.10 to 0.8.11dependabot[bot]1-2/+2
2024-03-09Remove support for Sun's Sun Studio/SunPro C compilerAndrew Clayton1-75/+0
2024-03-09Remove support for IBM's XL C compilerAndrew Clayton1-103/+1
2024-03-09Remove support for Microsoft's Visual C++ compilerAndrew Clayton1-1/+0
2024-03-08Var: Fix cacheable issue for njs variable accessZhidao HONG1-1/+1
2024-03-05Avoid potential NULL pointer dereference in nxt_router_temp_conf()Andrew Clayton1-7/+9
2024-03-05Var: Remove a dead assignment in nxt_var_interpreter()Andrew Clayton1-1/+1
2024-03-05Remove unused nxt_vector_t APIAndrew Clayton3-222/+0
2024-02-29Configuration: Fix check in nxt_conf_json_parse_value()Andrew Clayton1-1/+1
2024-02-21Wasm-wc: Wire up the language module to the config systemAndrew Clayton3-0/+35
2024-02-21Wasm-wc: Add Cargo.lockAndrew Clayton2-2/+2293
2024-02-21Wasm-wc: Allow to use the 'reactor' adaptor againAndrew Clayton1-1/+2
2024-02-21Wasm-wc: Upgrade to wasmtime 17Andrew Clayton2-16/+17
2024-02-21Wasm-wc: Improve request buffer handlingAndrew Clayton1-7/+14
2024-02-21Wasm-wc: Run src/lib.rs through rustfmtAndrew Clayton1-31/+84
2024-02-21Wasm-wc: Core of initial Wasm component model language module supportAlex Crichton5-0/+620
2024-02-21Wasm-wc: Add core configuration data structureAndrew Clayton1-0/+8
2024-02-21Wasm-wc: Register a new Wasm component model language module typeAndrew Clayton2-0/+2
2024-02-21Python: bytearray body support for ASGI module.Andrei Zeliankou1-12/+19
2024-02-20Updated copyright notice.Andrei Zeliankou2-2/+2
2024-02-20Add additional replace rules for node:* modulesGabor Javorszky2-0/+4
2024-02-20NJS: variable access supportZhidao HONG2-2/+52
2024-02-20NJS: Simplified nxt_js_call()Zhidao HONG1-40/+17
2024-02-20Var: Introduced nxt_var_get()Zhidao HONG2-13/+39
2024-02-20Var: Make nxt_var_cache_value() more generalZhidao HONG1-9/+9
2024-02-20Var: Refactored nxt_http_unknown_var_ref()Zhidao HONG3-9/+8
2024-02-20Var: Refactored nxt_var_ref_get()Zhidao HONG1-6/+8
2024-02-19Avoid a segfault in nxt_conn_io_sendbuf()Andrew Clayton1-0/+7
2024-02-19Node.js: Use console.warn instead of stderr.writeDan Callahan1-2/+1
2024-02-19Allow to set the permissions of the Unix domain control socketAndrew Clayton3-3/+72
2024-02-19Add nxt_file_chown()Andrew Clayton2-0/+84
2024-02-14fix: Take options as well as requestListener (#1091)Gabor Javorszky2-3/+11
2024-02-08Configuration: Fix validation of "processes"Alejandro Colomar1-1/+1
2024-02-05Configuration: Don't corrupt abstract socket namesAlejandro Colomar1-6/+11
2024-02-05Simplify, by calling nxt_conf_get_string_dup()Alejandro Colomar2-17/+10
2024-02-05Configuration: Add nxt_conf_get_string_dup()Alejandro Colomar2-0/+14
2024-01-30Configuration: Remove procmap validation codeAndrew Clayton1-71/+2
2024-01-30Configuration: Use the NXT_CONF_VLDT_REQUIRED flag for procmapAndrew Clayton1-0/+3
2024-01-30Isolation: Use an appropriate type for storing uid/gidsAndrew Clayton3-9/+9
2024-01-30Isolation: Add a new nxt_cred_t typeAndrew Clayton1-0/+2
2024-01-29HTTP: enhanced access log with conditional filtering.Zhidao HONG4-6/+112
2024-01-29HTTP: refactored out nxt_http_request_access_log().Zhidao HONG1-7/+18
2024-01-26Node.js: fixed "httpVersion" variable formatAndrei Zeliankou1-1/+7