summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-09-05HTTP: compress: gzip: calculating wbits and memlevel dynamically.gzip-v36Alejandro Colomar1-4/+32
2023-09-05Libunit: added bit functions.Alejandro Colomar2-0/+66
2023-09-05HTTP: compress: checking $header_accept_encoding.Alejandro Colomar3-0/+48
2023-09-05HTTP: compress: added "mime_types" rule.Alejandro Colomar7-10/+63
2023-09-05HTTP: compress: added configurable threshold for Content-Length.Alejandro Colomar4-6/+42
2023-09-04String: added strto[u]l(3) variants for nxt_str_t.Alejandro Colomar2-0/+47
2023-09-04Auto: zlib: added --no-zlib.Alejandro Colomar6-17/+52
2023-09-04HTTP: compress: added configurable "level" of compression.Alejandro Colomar4-2/+23
2023-09-04HTTP: compress: added "encoding": "gzip".Alejandro Colomar4-1/+204
2023-09-03Auto: zlib: compiling with zlib.Alejandro Colomar2-2/+26
2023-09-03HTTP: compress: added "compress" action.Alejandro Colomar7-4/+172
2023-09-03HTTP: filter: supporting a list of filter_handlersAlejandro Colomar3-0/+68
2023-09-03HTTP: refactor: storing the body_handler as part of r.Alejandro Colomar8-24/+24
2023-09-03Libunit: added macros that enhance type safety.Alejandro Colomar4-13/+94
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