summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-19Variables refactoring.Zhidao HONG6-180/+204
2023-07-11NJS: supported 0.8.0.Zhidao HONG2-15/+21
2023-07-10Tests: check TLS methods availability more carefully.Andrei Zeliankou2-0/+12
2023-07-10Tests: fixed exception handling.Andrei Zeliankou1-1/+3
2023-07-07Update third-party components for Unit's Java module.Sergey A. Osokin3-17/+17
2023-06-30Fixed indentation.Alejandro Colomar2-4/+4
2023-06-30Tools: setup-unit: ctl: added "edit" subcommand.Alejandro Colomar1-0/+112
2023-06-27Tools: setup-unit: restart: added -l and -s flags.Alejandro Colomar1-2/+46
2023-06-27Tools: setup-unit: added restart command.Alejandro Colomar1-0/+51
2023-06-27Tools: setup-unit: ps: forcing full lines from ps(1).Alejandro Colomar1-1/+1
2023-06-27Tools: setup-unit: using $0 is simpler.Alejandro Colomar1-31/+28
2023-06-14Tests: no caching for $uri variable.Andrei Zeliankou1-0/+23
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou84-16006/+16647
2023-06-12Tests: removed alert skip, unnecessary after 1a48ea61fec8.Andrei Zeliankou3-12/+0
2023-05-25HTTP: fixed variable caching.Zhidao HONG4-14/+47
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou79-548/+524
2023-06-07Packages: added Debian 12 "bookworm" support.Konstantin Pavlov2-1/+14
2023-06-07Tools: unitc edit mode for interactive configuration.Liam Crilly2-2/+27
2023-06-01Tools: improved ps(1) portability for unitc.Liam Crilly1-4/+19
2023-06-01Python: Fix error checks in nxt_py_asgi_request_handler().synodriver1-2/+2
2023-06-01Python: Add ASGI lifespan state support.synodriver4-3/+84
2023-05-29Tests: more fixtures.Andrei Zeliankou24-341/+340
2023-05-29Tests: Log reworked.Andrei Zeliankou3-80/+90
2023-05-25Tests: assertion related fixes.Andrei Zeliankou11-95/+90
2023-05-25Tests: "temp_dir" fixture used were possible.Andrei Zeliankou3-5/+5
2023-05-25Tests: unified setup method usage.Andrei Zeliankou15-93/+113
2023-05-25Tests: removed unused variables.Andrei Zeliankou34-91/+87
2023-05-25Tests: fixed incorrect pointer assignment.Alejandro Colomar1-2/+2
2023-05-24Updated copyright notice.Andrei Zeliankou9-27/+75
2023-05-24Version bump.Andrei Zeliankou2-2/+44
2023-05-21Using names in .mailmap.Alejandro Colomar1-2/+2
2023-05-21Added Alex to .mailmap.Alejandro Colomar1-0/+2
2023-05-21Added back deprecated options to unitd.Alejandro Colomar1-0/+31
2023-05-19Tests: added tests for "server_version" option.Andrei Zeliankou1-0/+15
2023-05-19Tests: added ASGI application with IPv6 address test.Andrei Zeliankou1-0/+9
2023-05-18Python: Fix ASGI applications accessed over IPv6.Andrew Clayton1-11/+3