summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-04wasm-wc: Enable environment inheritanceRobbie McKinstry1-0/+1
2024-09-04wasm-wc: bump wasmtime to v24Ava Hahn3-299/+334
2024-08-26socket: Prevent buffer under-read in nxt_inet_addr()Arjun1-0/+5
2024-08-20http: Add "if" option to the "match" objectZhidao HONG2-4/+46
2024-08-20http: Get rid of nxt_http_request_access_log()Zhidao HONG1-22/+5
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG6-45/+80
2024-08-20var: Remove unused functions and structure fieldsZhidao HONG3-60/+0
2024-08-20http: Refactor access log writeZhidao HONG1-25/+11
2024-08-20http: Refactor static actionZhidao HONG1-28/+22
2024-08-20http: Refactor route pass queryZhidao HONG1-26/+15
2024-08-20http: Refactor return actionZhidao HONG1-28/+13
2024-08-20var: Restrict nxt_tstr_query() to only support synchronous operationZhidao HONG5-16/+15
2024-08-20conf, router: Make the listen(2) backlog configurableAndrew Clayton2-9/+50
2024-08-19socket: Use a default listen backlog of -1 on LinuxAndrew Clayton1-4/+4
2024-08-19router: Make the number of router threads configurableAndrew Clayton2-7/+38
2024-08-19lib: Better available cpu count determination on LinuxAndrew Clayton1-4/+23
2024-07-13status: Add a missing check for potential NULLAndrew Clayton1-0/+4
2024-07-12Fix a comment typo for 'Memory-only buffers' in src/nxt_buf.hAndrew Clayton1-1/+1
2024-07-12status: Show list of loaded language modulesAndrew Clayton1-8/+94
2024-07-12Flow the language module name into nxt_app_lang_module_tAndrew Clayton3-3/+19
2024-07-12status: Use a variable to represent the status member indexAndrew Clayton1-3/+4
2024-07-12status: Constify a bunch of local variablesAndrew Clayton1-11/+11
2024-07-03python: Constify some local static variablesAndrew Clayton1-4/+4
2024-07-03Fix certificate deletion for array type certificatesZhidao HONG1-5/+22
2024-07-02python: Support application factoriesGourav2-1/+37
2024-07-02contrib: updated njs to 0.8.5Andrei Zeliankou1-12/+14
2024-06-25tstr, conf: Ensure error strings are nul-terminatedArjun1-1/+1
2024-06-24test/clone: Constify some local static variablesAndrew Clayton1-3/+3
2024-06-24perl: Constify some local static variablesAndrew Clayton1-2/+2
2024-06-20http: Support chunked request bodiesZhidao HONG6-38/+191
2024-06-20http: Refactored nxt_h1p_request_body_read()Zhidao HONG1-17/+15
2024-06-20http: Move chunked buffer pos pointer while parsingZhidao HONG2-9/+4
2024-06-18Use octal instead of mode macrosAlejandro Colomar6-15/+9
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