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