summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-03-09Pretty print the wasm language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Ruby language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Python language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the PHP language module compiler outputAndrew Clayton1-2/+4
2024-03-09Pretty print the Perl language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Java language module compiler outputAndrew Clayton1-3/+5
2024-03-09Hook up make pretty printing to the Unit core and testsAndrew Clayton1-20/+40
2024-03-09Add initial infrastructure for pretty printing make outputAndrew Clayton1-0/+29
2024-03-09Compile with -fno-strict-overflowAndrew Clayton1-0/+4
2024-03-09Disable strict-aliasing in clang by defaultAndrew Clayton1-2/+4
2024-03-09Expand the comment about -Wstrict-overflow on GCCAndrew Clayton1-1/+3
2024-03-09Remove -W from compiler flagsAndrew Clayton1-2/+2
2024-03-09Remove support for Sun's Sun Studio/SunPro C compilerAndrew Clayton4-140/+0
2024-03-09Remove support for IBM's XL C compilerAndrew Clayton3-176/+1
2024-03-09Remove support for Intel's icc compilerAndrew Clayton1-11/+0
2024-03-09Remove support for Microsoft's Visual C++ compilerAndrew Clayton2-13/+0
2024-03-08Var: Fix cacheable issue for njs variable accessZhidao HONG1-1/+1
2024-03-07.mailmap: Map Dylan's 2nd GitHub addressDylan Arbour1-0/+1
2024-03-07Add GitHub workflow for wasm-wasi-componentAndrew Clayton1-5/+35
2024-03-07Test with root access in GitHub workflowsDylan Arbour1-31/+13
2024-03-05Avoid potential NULL pointer dereference in nxt_router_temp_conf()Andrew Clayton1-7/+9
2024-03-05Var: Remove a dead assignment in nxt_var_interpreter()Andrew Clayton1-1/+1
2024-03-05Remove unused nxt_vector_t APIAndrew Clayton4-223/+0
2024-02-29Configuration: Fix check in nxt_conf_json_parse_value()Andrew Clayton1-1/+1
2024-02-27Wasm-wc: use more common uname switch to get operating system nameKonstantin Pavlov1-1/+1
2024-02-27Version bumpAndrei Zeliankou2-2/+34
2024-02-27Added version 1.32.0 CHANGES1.32.0Andrei Zeliankou3-3/+56
2024-02-27Generated Dockerfiles for Unit 1.32.0Andrei Zeliankou14-28/+28
2024-02-27Edited changes.xml for the 1.32.0 releaseAndrei Zeliankou1-10/+80
2024-02-24Update setup-go to v5Dylan Arbour1-1/+2
2024-02-23Add PHP 8.2 and 8.1 to test matrixDylan Arbour1-0/+4
2024-02-22Packages: Pass CFLAGS to compile wasm modules on all packaging targetsKonstantin Pavlov2-3/+3
2024-02-22Remove debug from builds and testsDylan Arbour1-2/+1
2024-02-22Update third-party java components to their recent versionsSergey A. Osokin3-15/+15
2024-02-22Wasm-wc: Use the cargo build output as the make target dependencyAndrew Clayton1-3/+5
2024-02-22Wasm-wc: Add nxt_unit.o as a dependency in the auto scriptAndrew Clayton1-2/+1
2024-02-21Packages: added wasm-wasi-component module packaging for rpm-based distrosKonstantin Pavlov1-3/+3
2024-02-21Packages: added wasm-wasi-component module packaging for deb-based distrosKonstantin Pavlov1-3/+3
2024-02-21Tests: renamed test_python_procman.py since it's not Python-specificAndrei Zeliankou1-0/+0
2024-02-21Tests: skip some of TLS reconfiguration tests under AddressSanitizerAndrei Zeliankou1-0/+7
2024-02-21Tests: check for the AddressSanitizer flag during discoveryAndrei Zeliankou2-0/+3
2024-02-21Tests: Ruby hook tests unstable for version older 3.0Andrei Zeliankou1-1/+4
2024-02-21Docker: Re-generate Dockerfile.wasmAndrew Clayton1-7/+8
2024-02-21Docker: Add wasm-wasi-component to the wasm targetAndrew Clayton1-3/+4
2024-02-21Docker: Bump rust version to 1.76.0Andrew Clayton1-1/+2
2024-02-21Wasm-wc: Wire it up to the build systemAndrew Clayton3-0/+128
2024-02-21Fix alignment of wasm options text in auto/helpAndrew Clayton1-2/+2
2024-02-21Wasm-wc: Wire up the language module to the config systemAndrew Clayton3-0/+35
2024-02-21Wasm-wc: Add Cargo.lockAndrew Clayton2-2/+2293
2024-02-21Wasm-wc: Allow to use the 'reactor' adaptor againAndrew Clayton1-1/+2