summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Tests: added $request_uri tests with proxyAndrei Zeliankou1-1/+100
2024-04-10Docs: njs (lowercase) is more preferred way to mentionAndrei Zeliankou2-9/+9
2024-04-10njs (lowercase) is more preferred way to mentionAndrei Zeliankou3-5/+5
2024-04-09Wasm-wc: Bump the h2 crate from 0.4.2 to 0.4.4dependabot[bot]1-2/+2
2024-03-14Wasm-wc: Fix application restartsAndrew Clayton1-3/+12
2024-03-14Rebuild wasm-wasi-component when any of its dependencies changeAndrew Clayton1-1/+8
2024-03-13Build with -std=gnu11 (C11 with GNU extensions)Alejandro Colomar1-2/+3
2024-03-13Add a GitHub workflow status badge for our CI to the READMEAndrew Clayton1-0/+1
2024-03-13Add a repostatus badge to the READMEAndrew Clayton1-0/+2
2024-03-12Tests: NJS cacheable variables with access logAndrei Zeliankou1-0/+18
2024-03-12NJS: loader should be registered using njs_vm_set_module_loader()Andrei Zeliankou6-25/+19
2024-03-11Fix the security-alert email link in the READMEAndrew Clayton1-2/+2
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_unit_mmap_getAndrei Zeliankou1-0/+6
2024-03-11Initialize port_impl only when it is neededAndrei Zeliankou1-1/+1
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_port_mmap_getAndrei Zeliankou1-0/+6
2024-03-11Avoiding arithmetic ops with NULL pointer in nxt_http_arguments_parseAndrei Zeliankou1-0/+6
2024-03-11Fixed undefined behaviour in left shift of int valueAndrei Zeliankou1-4/+4
2024-03-11NJS: avoiding arithmetic ops with NULL pointer in r->argsAndrei Zeliankou1-2/+3
2024-03-11Router: match when pattern and tested string are both zero lengthAndrei Zeliankou1-0/+4
2024-03-11Add dependabot.ymlDylan Arbour1-0/+6
2024-03-11Wasm-wc: Bump the mio crate from 0.8.10 to 0.8.11dependabot[bot]1-2/+2
2024-03-09Add an EXTRA_CFLAGS make variableAndrew Clayton1-1/+4
2024-03-09Add a help target to the root MakefileAndrew Clayton1-0/+10
2024-03-09Allow to disable -Werror at 'make' timeAndrew Clayton1-0/+8
2024-03-09Enable optional 'debuggable' buildsAndrew Clayton2-2/+11
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