summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-20HTTP: Remove short read check in nxt_http_static_buf_completion()Andrew Clayton1-6/+1
2024-01-16White space formatting fixesAndrei Zeliankou8-20/+20
2023-12-14HTTP: added TSTR validation flag to the rewrite option.Zhidao HONG1-0/+1
2023-12-13Ruby: Prevent a possible integer underflowAndrew Clayton1-2/+8
2023-12-08Ruby: Handle response field arraysAndrew Clayton1-3/+68
2023-11-20Fixed the MD5Encoder deprecation warning.Sergey A. Osokin1-2/+2
2023-11-17Node.js: ServerResponse.flushHeaders() implemented.Andrei Zeliankou1-0/+4