summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-04-25php: Constify some local static variablesAndrew Clayton1-6/+6
2024-04-25Constify a bunch of static local variablesAndrew Clayton10-74/+79
2024-04-25configuration: Constify numerous pointersAndrew Clayton3-68/+74
2024-04-23Fix some trailing whitespace and long lines in the READMEAndrew Clayton1-3/+4
2024-04-19wasm-wc: Bump the rustls crate from 0.21.10 to 0.21.11dependabot[bot]1-2/+2
2024-04-18Elaborate on docker image differencesAva Hahn1-1/+3
2024-04-18Add additional information to the READMEAva Hahn1-2/+23
2024-04-17Fixes: 64934e59f ("HTTP: Introduce quoted target marker in HTTP parsing")Zhidao HONG1-2/+2
2024-04-11HTTP: Rewrote url target section in nxt_h1p_peer_header_send()Zhidao HONG3-5/+74
2024-04-11HTTP: Introduce quoted target marker in HTTP parsingZhidao HONG2-12/+5
2024-04-10Tests: error report corrected for unknown variables in "response_headers"Andrei Zeliankou1-7/+6
2024-04-10HTTP: Added variable validation to the response_headers optionZhidao HONG1-1/+12
2024-04-10Tests: compatibility with OpenSSL 3.2.0Andrei Zeliankou1-1/+5
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