summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-17Wasm: Add the core of initial WebAssembly language module support.Andrew Clayton3-0/+801
2023-08-16Wasm: Add core configuration data structure.Andrew Clayton1-0/+16
2023-08-10Wasm: Register a new WebAssembly language module type.Andrew Clayton2-0/+2
2023-08-10Index initialise the nxt_app_msg_prefix array.Andrew Clayton1-6/+6
2023-08-09HTTP: controlling response headers support.Zhidao HONG6-1/+238
2023-08-09HTTP: stored matched action in nxt_http_request_t.Zhidao HONG5-9/+20
2023-07-12NJS: workaround for the warning in nxt_js_call() on Freebsd12 gcc.Zhidao HONG1-4/+3
2023-07-01Var: supported HTTP response header variables.Zhidao HONG3-6/+216
2023-06-19Variables refactoring.Zhidao HONG6-180/+204
2023-07-11NJS: supported 0.8.0.Zhidao HONG1-15/+15
2023-06-30Fixed indentation.Alejandro Colomar2-4/+4
2023-05-25HTTP: fixed variable caching.Zhidao HONG3-14/+41
2023-06-01Python: Fix error checks in nxt_py_asgi_request_handler().synodriver1-2/+2
2023-06-01Python: Add ASGI lifespan state support.synodriver4-3/+84
2023-05-25Tests: fixed incorrect pointer assignment.Alejandro Colomar1-2/+2
2023-05-21Added back deprecated options to unitd.Alejandro Colomar1-0/+31