summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-15PHP: Fix a possible file-pointer leak.Andrew Clayton1-0/+2
2023-11-14Fix comments for src/nxt_unit.h.Andrei Vasiliu1-19/+19
2023-11-10Define nxt_cpu_pause for ARM64.David CARLIER1-0/+4
2023-11-09Python: Fix header field values character encoding.Andrew Clayton1-2/+28
2023-11-08Python: Do nxt_unit_sptr_get() earlier in nxt_python_field_value().Andrew Clayton1-1/+2
2023-11-08Var: simplified length calculation for $status variable.Andrei Zeliankou1-3/+2
2023-11-08Var: $request_id variable.Andrei Zeliankou1-0/+32
2023-11-02Removed trailing 0 from debug message in nxt_credential_get().Zhidao HONG1-2/+5
2023-09-26Node.js: provide reasonable default paths for macOS.Konstantin Pavlov1-3/+22
2023-10-10Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c.Andrew Clayton2-2/+2
2023-10-10Refactored nxt_vsprintf().Zhidao HONG1-9/+8
2023-10-05HTTP: Fix URL with query string rewrite.Andrew Clayton1-0/+1
2023-10-02Added routes array to the default configuration.Liam Crilly1-2/+3
2023-09-28Java: fixed the calculation related to the response buffer.Zhidao HONG2-4/+6