summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Wasm: Allow to set the HTTP response status.Andrew Clayton3-7/+49
2023-09-11Fix build on musl libc with clang.Andrew Clayton1-2/+16
2023-09-07Log: fixed typo.Alejandro Colomar3-4/+4
2023-09-04Version file bump.Andrei Zeliankou1-2/+2
2023-09-04Tests: added tests for the "response_headers" option.Andrei Zeliankou1-0/+173
2023-09-04Version bump.Andrei Zeliankou1-0/+31
2023-08-30Fixed tag for 1.31.0 release.Konstantin Pavlov1-1/+1
2023-08-28Unit 1.31.0 release.Andrei Zeliankou1-0/+1
2023-08-23Generated Dockerfiles for Unit 1.31.0.tag1.31.0Andrei Zeliankou12-24/+24
2023-08-28Added version 1.31.0 CHANGES.Andrei Zeliankou2-2/+22
2023-08-28Mention WebAssembly application module in changes.xml.Andrei Zeliankou1-2/+13
2023-08-22Edited changes.xml for the 1.31.0 release.Andrei Zeliankou1-3/+4
2023-08-22Regenerated Dockerfiles.Konstantin Pavlov12-37/+453
2023-08-22Docker: remove gem caches in ruby images.Konstantin Pavlov1-1/+1
2023-08-22Docker: remove maven caches in jsc images.Konstantin Pavlov1-1/+1
2023-08-22Docker: remove npm caches in node images.Konstantin Pavlov1-1/+1
2023-08-22Docker: remove build-essential package.Konstantin Pavlov1-1/+1
2023-08-22Docker: added a container-diff helper.Konstantin Pavlov1-0/+5
2023-08-22Docker: be POSIX-compliant in the library creation script.Konstantin Pavlov1-2/+2
2023-08-22Docker: avoid error if /docker-entrypoint.d already exists.RomainMou1-1/+1
2023-08-22Docker: bumped language versions.Konstantin Pavlov1-3/+3
2023-08-22Docker: added meaningful title to metadata.Konstantin Pavlov2-1/+2
2023-08-22Docker: added wasm variant.Konstantin Pavlov1-2/+31
2023-08-22Docker: use a specific directory to build unit.Konstantin Pavlov1-1/+3
2023-08-22Docker: introduced a "module prebuild" step.Konstantin Pavlov2-1/+11
2023-08-22Packages: specify runstatedir and logdir explicitely.Konstantin Pavlov3-0/+6
2023-08-22Packages: added libunit-wasm and headers to deb packaging.Konstantin Pavlov4-4/+15
2023-08-22Packages: added libunit-wasm and headers to rpm packaging.Konstantin Pavlov1-0/+17
2023-08-22contrib: added libunit-wasm and wasi-sysroot.Konstantin Pavlov5-0/+45
2023-08-22Packages: added wasm module packaging for deb-based distros.Konstantin Pavlov3-0/+57
2023-08-22Packages: added wasm module packaging for rpm-based distros.Konstantin Pavlov3-0/+60
2023-08-22Docs: added changelogs for unit-wasm.Konstantin Pavlov1-1/+15
2023-08-22contrib: added wasmtime.Konstantin Pavlov3-0/+32
2023-08-22Packages: added pkg-config file packaging for rpm-based distros.Konstantin Pavlov1-0/+1
2023-08-01Added unit pkg-config file.Konstantin Pavlov6-1/+50
2023-08-17Wasm: Add support for directory access.Andrew Clayton6-1/+69
2023-08-17Wasm: Wire up Wasm language module support to the config system.Andrew Clayton3-0/+92
2023-08-17Wasm: Wire the Wasm language module up to the build system.Andrew Clayton3-0/+214
2023-08-17Wasm: Add the core of initial WebAssembly language module support.Andrew Clayton3-0/+801
2023-08-16Wasm: Add core configuration data structure.Andrew Clayton1-0/+16
2023-08-10Wasm: Register a new WebAssembly language module type.Andrew Clayton2-0/+2
2023-08-10Index initialise the nxt_app_msg_prefix array.Andrew Clayton1-6/+6
2023-08-09HTTP: controlling response headers support.Zhidao HONG8-1/+245
2023-08-09HTTP: stored matched action in nxt_http_request_t.Zhidao HONG5-9/+20
2023-07-11NJS: explicitely require 0.8.0 or later versions in configure.Konstantin Pavlov1-1/+5
2023-08-01Update README.md for Docker Official Image.Artem Konev1-1/+6
2023-07-12NJS: workaround for the warning in nxt_js_call() on Freebsd12 gcc.Zhidao HONG1-4/+3
2023-07-11contrib: updated njs to 0.8.0.Konstantin Pavlov2-2/+2
2023-07-11Tests: added tests for response header variables.Andrei Zeliankou2-0/+111
2023-07-01Var: supported HTTP response header variables.Zhidao HONG4-6/+222