summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-01-10Add 1.34.1 CHANGES1.34.1-1Andrew Clayton1-0/+8
2025-01-10docs/changes.xml: Add 1.34.1 changelog entriesAndrew Clayton1-2/+15
2025-01-10pkg/docker: Update dockerfiles for 1.34.1Andrew Clayton17-34/+34
2025-01-10docs/unit-openapi.yaml: Update version for 1.34.1Andrew Clayton1-1/+1
2025-01-10tools/unitctl: Update for version 1.34.1Andrew Clayton6-8/+8
2025-01-10auto/make: Fix various issues with building OTELAndrew Clayton1-18/+20
2025-01-10auto/otel: don't look for OpenSSL on DarwinKonstantin Pavlov1-23/+39
2025-01-10auto/make: Add missing NXT_OTEL_LIB_STATIC to some C testsRemi Collet1-8/+12
2025-01-10auto/make, otel: fix linking on macOS and UbuntuKonstantin Pavlov1-4/+6
2025-01-10auto/make: s/NXT_OTEL_LIB_LOC/NXT_OTEL_LIB_STATIC/Andrew Clayton1-10/+10
2025-01-10auto/otel: Make use of nxt_feature_nameAndrew Clayton1-7/+1
2025-01-10otel: remove deadcodeAva Hahn1-10/+1
2025-01-10otel: fix segfaults when otel not configuredAva Hahn1-6/+9
2025-01-10Version bumpAndrew Clayton2-2/+34
2024-12-19Merge tag '1.34.0' into packaging1.34.0-1Konstantin Pavlov95-1534/+6530
2024-12-19Add 1.34.0 CHANGES1.34.0Andrew Clayton1-0/+10
2024-12-19docs/changes.xml: Add 1.34.0 changelog entriesAndrew Clayton1-4/+23
2024-12-18pkg/docker: Update dockerfiles for 1.34.0Andrew Clayton17-91/+428
2024-12-18docs/unit-openapi.yaml: Update version for 1.34.0Andrew Clayton1-1/+1
2024-12-18tools/unitctl: Update for version 1.34.0Andrew Clayton6-8/+8
2024-12-18.mailmap: Add an entry for IgorAndrew Clayton1-0/+1
2024-12-18Docker: update Rust versionKonstantin Pavlov1-1/+1
2024-12-18Docker: renamed branch to fetch from after successfull hg->git migrationoxpa1-1/+1
2024-12-18Docker: enable otel and fix build with wasmtime 24+Konstantin Pavlov2-25/+26
2024-12-18Packages: enable otel supportKonstantin Pavlov4-7/+23
2024-12-18contrib: update wasmtime to 27.0.0Konstantin Pavlov2-2/+2
2024-12-18contrib: update njs to 0.8.8Konstantin Pavlov2-2/+2
2024-12-18wasm-wc: Update cratesAndrew Clayton1-417/+564
2024-12-18tools/unitctl: Update cratesAndrew Clayton1-588/+767
2024-12-18otel: Update cratesAndrew Clayton1-237/+531
2024-12-18wasm-wc: Update to wasmtime 27.0.0Andrew Clayton2-76/+76
2024-12-13auto/otel: Remove pkg-config checkAndrew Clayton1-3/+1
2024-12-12Packages: add Fedora 41 supportKonstantin Pavlov7-7/+173
2024-12-12Packages: support rpm 4.20+Konstantin Pavlov1-10/+16
2024-12-12Docker: update Python and PHP versionsKonstantin Pavlov4-8/+8
2024-12-10otel: Disable static_mut_refs warning for nxt_otel_rs_span_tx()Andrew Clayton1-0/+1
2024-12-09java: update third-party components to their recent versionsSergey A. Osokin3-13/+13
2024-12-05ci: Build with --otel on dev distrosAndrew Clayton1-6/+8
2024-12-05tools/unitctl: bump anstream from 0.6.5 to 0.6.15dependabot[bot]1-2/+9
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-14tests: Add tests for JSON format access logZhidao HONG1-0/+24
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-12docs/openapi: update OpenAPI referencesAva Hahn2-0/+112
2024-11-12.editorconfig: fix bracket balance of editorconfig fileGabor Javorszky1-1/+1
2024-11-12otel: configuration items and their validationAva Hahn2-0/+151
2024-11-12otel: add header parsing and test call stateAva Hahn3-0/+20