summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
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