summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-14http: Wire up HTTP compression to the build systemAndrew Clayton6-2/+132
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-09pkg/contrib: Bump wasmtime to 31.0.0Andrew Clayton2-2/+2
2025-04-08rust: Update rust cratesAndrew Clayton3-666/+1018
2025-03-27tests: Fix TLS tests with Python 3.13Andrew Clayton2-0/+2
2025-03-25tools/unitctl: Fixed waiting for control socketTobias Genannt1-0/+1
2025-03-20auto/cc: gcc: Don't disable -Wunterminated-string-initializationAndrew Clayton1-4/+0