summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
9 dayswasm-wc: Update to wasmtime v26.0.1Andrew Clayton2-181/+177
2024-10-29src/test: Fix missing parameter to nxt_log_alert() in nxt_base64_test()Andrew Clayton1-1/+2
2024-10-29Use nxt_nitems() instead of sizeof() for strings (arrays)Alejandro Colomar1-1/+1
2024-10-24Some more variable constificationAndrew Clayton3-16/+16
2024-10-22Fix missing newlines in access logs for JS configurationZhidao HONG1-13/+2
2024-10-22Add flag for newline control in access log entriesZhidao HONG4-8/+24
2024-10-17perl: Remove unused module constructorAndrew Clayton1-3/+0
2024-10-09wasm-wc: Bump the wasmtime crate from 24.0.0 to 24.0.1dependabot[bot]2-51/+51
2024-09-25Re-work nxt_process_check_pid_status() slightlyAndrew Clayton1-6/+2
2024-09-24src/test: Add an extra test case to nxt_term_parse_test.cAndrew Clayton1-0/+1
2024-09-24Resolve unused assignment in nxt_term_parse()Andrew Clayton1-15/+9
2024-09-13python: Don't decrement a reference to a borrowed objectAndrew Clayton1-0/+1
2024-09-10http: Fix router process crash whilst using proxyZhidao HONG2-3/+9
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