summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-18fs: Make the full directory path for the pid file and the control socketAlejandro Colomar4-5/+5
2024-06-18fs: Correctly handle "/" in nxt_fs_mkdir_dirname()Alejandro Colomar1-1/+2
2024-06-18fs: Invert logic to reduce indentation in nxt_fs_mkdir_dirname()Alejandro Colomar1-3/+6
2024-06-18fs: Accept path names of length 1 in nxt_fs_mkdir_p()Alejandro Colomar1-1/+1
2024-06-18fs: Accept relative paths in nxt_fs_mkdir_p()Alejandro Colomar1-1/+1
2024-06-18fs: Use a temporary variable in nxt_fs_mkdir_p()Alejandro Colomar1-6/+6
2024-06-18fs: Use branchless code in nxt_fs_mkdir_p()Alejandro Colomar1-5/+1
2024-06-18fs: Rename nxt_fs_mkdir_all() => nxt_fs_mkdir_p()Alejandro Colomar4-4/+4
2024-06-18fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname()Alejandro Colomar4-4/+4
2024-06-14http: fix use-of-uninitialized-value bugArjun1-0/+1
2024-05-24wasm: Add a missing 'const' qualifier in nxt_wasm_setup()Andrew Clayton1-1/+1
2024-05-24tstr: Constify the 'str' parameter to nxt_tstr_compile()Andrew Clayton2-2/+2
2024-05-09http: Ensure REQUEST_URI immutabilityZhidao HONG1-27/+2
2024-05-09http: Use consistent target in nxt_h1p_peer_header_send()Zhidao HONG1-1/+1
2024-05-07Convert 0-sized arrays to true flexible array membersAndrew Clayton4-10/+10
2024-04-25Tighten up some string arraysAndrew Clayton3-10/+13
2024-04-25configuration: Constify more pointersAndrew Clayton2-24/+28
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-19wasm-wc: Bump the rustls crate from 0.21.10 to 0.21.11dependabot[bot]1-2/+2
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-10HTTP: Added variable validation to the response_headers optionZhidao HONG1-1/+12
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-12NJS: loader should be registered using njs_vm_set_module_loader()Andrei Zeliankou2-20/+8
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-11Wasm-wc: Bump the mio crate from 0.8.10 to 0.8.11dependabot[bot]1-2/+2
2024-03-09Remove support for Sun's Sun Studio/SunPro C compilerAndrew Clayton1-75/+0
2024-03-09Remove support for IBM's XL C compilerAndrew Clayton1-103/+1
2024-03-09Remove support for Microsoft's Visual C++ compilerAndrew Clayton1-1/+0
2024-03-08Var: Fix cacheable issue for njs variable accessZhidao HONG1-1/+1
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 Clayton3-222/+0
2024-02-29Configuration: Fix check in nxt_conf_json_parse_value()Andrew Clayton1-1/+1
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
2024-02-21Wasm-wc: Upgrade to wasmtime 17Andrew Clayton2-16/+17
2024-02-21Wasm-wc: Improve request buffer handlingAndrew Clayton1-7/+14
2024-02-21Wasm-wc: Run src/lib.rs through rustfmtAndrew Clayton1-31/+84