summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-14http: Introduce nxt_router_access_log_format_t structureZhidao HONG2-37/+68
2024-11-14http: Refactor format field in nxt_router_access_log_conf_tZhidao HONG1-12/+15
2024-11-14Make nxt_tstr_is_js() macro public in headerZhidao HONG2-4/+4
2024-11-12otel: configuration items and their validationAva Hahn2-0/+151
2024-11-12otel: add header parsing and test call stateAva Hahn3-0/+20
2024-11-12otel: add build tooling to include otel codeAva Hahn5-0/+509
2024-11-12otel: add opentelemetry rust crate codeAva Hahn4-0/+2512
2024-11-07wasm-wc: Update to wasmtime v26.0.1Andrew Clayton2-181/+177
2024-10-29src/test: Fix missing parameter to nxt_log_alert() in nxt_base64_test()Andrew Clayton1-1/+2
2024-10-29Use nxt_nitems() instead of sizeof() for strings (arrays)Alejandro Colomar1-1/+1
2024-10-24Some more variable constificationAndrew Clayton3-16/+16
2024-10-22Fix missing newlines in access logs for JS configurationZhidao HONG1-13/+2
2024-10-22Add flag for newline control in access log entriesZhidao HONG4-8/+24
2024-10-17perl: Remove unused module constructorAndrew Clayton1-3/+0
2024-10-09wasm-wc: Bump the wasmtime crate from 24.0.0 to 24.0.1dependabot[bot]2-51/+51
2024-09-25Re-work nxt_process_check_pid_status() slightlyAndrew Clayton1-6/+2
2024-09-24src/test: Add an extra test case to nxt_term_parse_test.cAndrew Clayton1-0/+1
2024-09-24Resolve unused assignment in nxt_term_parse()Andrew Clayton1-15/+9
2024-09-13python: Don't decrement a reference to a borrowed objectAndrew Clayton1-0/+1
2024-09-10http: Fix router process crash whilst using proxyZhidao HONG2-3/+9
2024-09-04wasm-wc: Enable environment inheritanceRobbie McKinstry1-0/+1
2024-09-04wasm-wc: bump wasmtime to v24Ava Hahn3-299/+334
2024-08-26socket: Prevent buffer under-read in nxt_inet_addr()Arjun1-0/+5
2024-08-20http: Add "if" option to the "match" objectZhidao HONG2-4/+46
2024-08-20http: Get rid of nxt_http_request_access_log()Zhidao HONG1-22/+5
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG6-45/+80
2024-08-20var: Remove unused functions and structure fieldsZhidao HONG3-60/+0
2024-08-20http: Refactor access log writeZhidao HONG1-25/+11
2024-08-20http: Refactor static actionZhidao HONG1-28/+22
2024-08-20http: Refactor route pass queryZhidao HONG1-26/+15
2024-08-20http: Refactor return actionZhidao HONG1-28/+13