summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06src/test: Fix compilation with GCC 15Andrew Clayton2-2/+2
2025-09-25php: Add a new to 8.5 SAPI callback, pre_request_initAndy Postnikov1-1/+4
2025-09-03php: Fix building with 8.5Andy Postnikov1-0/+6
2025-09-02otel: Bump the tracing-subscriber crate from 0.3.19 to 0.3.20dependabot[bot]1-2/+2
2025-08-25http: compression: brotli: Don't leak memory on errorAndrew Clayton1-3/+8
2025-08-25http: compression: Don't set buf->parentAndrew Clayton1-1/+0
2025-08-20Don't leak file descriptor in nxt_main_port_access_log_handler()Andrew Clayton1-0/+3
2025-08-20http: compression: Add a missed nxt_http_comp_compress() return checkAndrew Clayton1-0/+6
2025-08-20http: compression: Set the temporary file name in n_h_c_c_s_r()Andrew Clayton3-13/+13
2025-08-15rust, wasm-wc, otel: Bump the slab crate from 0.4.10 to 0.4.11dependabot[bot]2-4/+4
2025-07-25wasm-wc: Update to wasmtime 35.0.0Andrew Clayton3-305/+287
2025-07-25wasm-wc: Update cratesAndrew Clayton1-259/+336
2025-07-25otel: Update cratesAndrew Clayton1-285/+297
2025-07-25Set SERVER_PORT appropriatelyAndrew Clayton6-35/+16
2025-05-28node.js: Fixed issue with duplicate headers in responseskokalin1-3/+3
2025-05-28Use NULL instead of 0 as null pointer constantAndrew Clayton7-19/+19
2025-05-08njs: Update for version 0.9.0 API changesAndrew Clayton1-20/+29
2025-04-28Treat a “broken pipe” on SSL_shutdown() as a normal closeAndy Postnikov1-1/+2
2025-04-21http: Compress application responsesAndrew Clayton3-1/+102
2025-04-14http: Compress static responsesAndrew Clayton3-0/+133
2025-04-14http: compress: Add a couple of helper functionsAndrew Clayton1-0/+29
2025-04-14http: Wire up HTTP compression support to the config systemAndrew Clayton2-0/+103
2025-04-14http: Add support for brotli compressionAndrew Clayton3-0/+106
2025-04-14http: Add support for zstd compressionAndrew Clayton3-0/+97
2025-04-14http: Add zlib compression supportAndrew Clayton3-0/+128
2025-04-14http: Add core http compression codeAndrew Clayton2-0/+543
2025-04-14http: Add NXT_HTTP_NOT_ACCEPTABLE enum valueAndrew Clayton1-0/+1
2025-04-14http: Add a mime_type member to nxt_http_response_tAndrew Clayton1-0/+1
2025-04-11Fully initialise the oob struct in nxt_socket_msg_oob_init()Andrew Clayton1-0/+2
2025-04-11Fully initialise nxt_port_msg_t msg structuresAndrew Clayton1-10/+2
2025-04-08rust: Update rust cratesAndrew Clayton2-426/+663
2025-03-20Tag various character arrays with NXT_NONSTRINGAndrew Clayton4-6/+6
2025-03-19auto/clang: Add a NXT_NONSTRING macroAndrew Clayton1-0/+11
2025-02-21java: websocket: Additional payload length validationMark Thomas1-0/+7
2025-02-21java: websocket: Fix calculation of payload length for > 32bit valuesMark Thomas1-1/+1
2025-02-21python: Add Django 5.x compatibilityAndrew Clayton1-5/+5
2025-02-10http: Fix WebSockets with FirefoxAndrew Clayton1-9/+8
2025-02-04otel, tools/unitctl: bump the openssl crate from 0.10.68 to 0.10.70dependabot[bot]1-4/+4
2025-02-03python: Fix Litestar WebSockets compatibilityAndrew Clayton1-8/+10
2025-01-22ruby: Fix build failures with Ruby 3.4Andrew Clayton1-5/+23
2025-01-14http: add `.mjs` extension to default mime typesTal Kedar1-0/+1
2025-01-08otel: remove deadcodeAva Hahn1-10/+1
2025-01-08otel: fix segfaults when otel not configuredAva Hahn1-6/+9
2024-12-18wasm-wc: Update cratesAndrew Clayton1-417/+564
2024-12-18otel: Update cratesAndrew Clayton1-237/+531
2024-12-18wasm-wc: Update to wasmtime 27.0.0Andrew Clayton2-76/+76
2024-12-10otel: Disable static_mut_refs warning for nxt_otel_rs_span_tx()Andrew Clayton1-0/+1
2024-11-26wasm: Fix build with wasmtime 27.0.0Sergey A. Osokin1-0/+6
2024-11-19Decast nxt_cpymem()Andrew Clayton1-1/+1
2024-11-14http: Support JSON format in access logZhidao HONG2-16/+229