summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-11Add 1.35.0 CHANGES1.35.0Andrew Clayton1-0/+35
2025-09-11docs/changes.xml: Add 1.35.0 changelog entriesAndrew Clayton1-2/+89
2025-09-11pkg/docker: Update dockerfiles for 1.35.0Andrew Clayton18-93/+144
2025-09-03pkg/docker: Enable zlib. zstd and brotli compressionAndrew Clayton1-2/+5
2025-09-03pkg/docker: Update rust to 1.89.0Andrew Clayton1-1/+1
2025-09-03Docker: specify real names and handles of MaintainersKonstantin Pavlov1-1/+3
2025-09-03docs/unit-openapi.yaml: Update version for 1.35.0Andrew Clayton1-1/+1
2025-09-03tools/unitctl: Update for version 1.35.0Andrew Clayton6-8/+8
2025-09-03pkg/contrib: Bump wasmtime to 35.0.0Andrew Clayton2-2/+2
2025-09-03pkg/contrib: Update to njs 0.9.1Andrew Clayton2-2/+2
2025-09-03.mailmap: Add entry for Dave McAllisterAndrew Clayton1-0/+1
2025-09-03Fix formatting of README.md and SUPPORT.mdAndrew Clayton2-4/+6
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-22ci: Bump actions/setup-java from 4 to 5dependabot[bot]2-3/+3
2025-08-20java: Update classgraph to the latest versionAndrew Clayton2-2/+2
2025-08-20Merge branch 'master' of https://github.com/nginx/unitDave McAllister7-28/+37
2025-08-20Chnages to README and SUPPORT to reflect project changeDave McAllister2-6/+10
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-19java: update third-party components to their recent versionsSergey A. Osokin3-15/+15
2025-08-18Packaging: Ensure sbindir is properly set on newer Fedora (42+)Remi Collet1-0/+4
2025-08-15rust, wasm-wc, otel: Bump the slab crate from 0.4.10 to 0.4.11dependabot[bot]2-4/+4
2025-08-14tools/unitctl: Bump the slab crate from 0.4.10 to 0.4.11dependabot[bot]1-2/+2
2025-08-14ci: Bump actions/checkout from 4 to 5dependabot[bot]5-8/+8
2025-08-14ci: unitctl: Bump actions/download-artifact from 4 to 5dependabot[bot]1-1/+1
2025-08-01docs: Update unit-openapi.yaml for HTTP compressionAndrew Clayton1-0/+893
2025-07-25wasm-wc: Update to wasmtime 35.0.0Andrew Clayton3-305/+287
2025-07-25wasm-wc: Update cratesAndrew Clayton1-259/+336
2025-07-25tools/unitctl: Update cratesAndrew Clayton1-256/+395
2025-07-25otel: Update cratesAndrew Clayton1-285/+297
2025-07-25Set SERVER_PORT appropriatelyAndrew Clayton6-35/+16
2025-05-28tests: nodejs: Added test for responses with duplicate headersskokalin2-0/+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-21ci: clang-ast: Update to openjdk-21-jdkAndrew Clayton1-1/+1
2025-05-08njs: Update for version 0.9.0 API changesAndrew Clayton4-25/+34
2025-05-07ci: Build Unit with --zlib --zstd --brotliAndrew Clayton2-4/+12
2025-05-07auto/compression: Error out if requested library not foundAndrew Clayton1-0/+15
2025-05-01auto/modules/wasm: Remove an unneeded compiler optionAndrew Clayton1-2/+2
2025-04-30Add SUPPORT.mdAndrew Clayton2-0/+12
2025-04-28Treat a “broken pipe” on SSL_shutdown() as a normal closeAndy Postnikov1-1/+2
2025-04-22tests: Fixed alt_names in test_tls_sni_same_altKirill A. Korinsky1-2/+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