summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-26Node.js: ServerRequest.destroy() implemented.Andrei Zeliankou1-0/+9
2023-09-26Node.js: response body chunk can now be a Uint8Array.Andrei Zeliankou1-2/+5
2023-09-25Wasm: Allow uploads larger than 4GiB.Andrew Clayton1-3/+5
2023-09-25Wasm: Fix multiple successive calls to the request_handler.Andrew Clayton1-2/+2
2023-09-25Wasm: Allow to set the HTTP response status.Andrew Clayton3-7/+49
2023-09-11Fix build on musl libc with clang.Andrew Clayton1-2/+16
2023-09-07Log: fixed typo.Alejandro Colomar3-4/+4
2023-08-01Added unit pkg-config file.Konstantin Pavlov1-0/+11
2023-08-17Wasm: Add support for directory access.Andrew Clayton6-1/+69
2023-08-17Wasm: Wire up Wasm language module support to the config system.Andrew Clayton3-0/+92