Age | Commit message (Expand) | Author | Files | Lines |
2024-08-26 | socket: Prevent buffer under-read in nxt_inet_addr() | Arjun | 1 | -0/+5 |
2024-08-20 | http: Add "if" option to the "match" object | Zhidao HONG | 2 | -4/+46 |
2024-08-20 | http: Get rid of nxt_http_request_access_log() | Zhidao HONG | 1 | -22/+5 |
2024-08-20 | http: Refactor out nxt_tstr_cond_t from the access log module | Zhidao HONG | 6 | -45/+80 |
2024-08-20 | var: Remove unused functions and structure fields | Zhidao HONG | 3 | -60/+0 |
2024-08-20 | http: Refactor access log write | Zhidao HONG | 1 | -25/+11 |
2024-08-20 | http: Refactor static action | Zhidao HONG | 1 | -28/+22 |
2024-08-20 | http: Refactor route pass query | Zhidao HONG | 1 | -26/+15 |
2024-08-20 | http: Refactor return action | Zhidao HONG | 1 | -28/+13 |
2024-08-20 | var: Restrict nxt_tstr_query() to only support synchronous operation | Zhidao HONG | 5 | -16/+15 |
2024-08-20 | conf, router: Make the listen(2) backlog configurable | Andrew Clayton | 2 | -9/+50 |
2024-08-19 | socket: Use a default listen backlog of -1 on Linux | Andrew Clayton | 1 | -4/+4 |
2024-08-19 | router: Make the number of router threads configurable | Andrew Clayton | 2 | -7/+38 |
2024-08-19 | lib: Better available cpu count determination on Linux | Andrew Clayton | 1 | -4/+23 |
2024-07-13 | status: Add a missing check for potential NULL | Andrew Clayton | 1 | -0/+4 |
2024-07-12 | Fix a comment typo for 'Memory-only buffers' in src/nxt_buf.h | Andrew Clayton | 1 | -1/+1 |
2024-07-12 | status: Show list of loaded language modules | Andrew Clayton | 1 | -8/+94 |
2024-07-12 | Flow the language module name into nxt_app_lang_module_t | Andrew Clayton | 3 | -3/+19 |
2024-07-12 | status: Use a variable to represent the status member index | Andrew Clayton | 1 | -3/+4 |
2024-07-12 | status: Constify a bunch of local variables | Andrew Clayton | 1 | -11/+11 |
2024-07-03 | python: Constify some local static variables | Andrew Clayton | 1 | -4/+4 |
2024-07-03 | Fix certificate deletion for array type certificates | Zhidao HONG | 1 | -5/+22 |
2024-07-02 | python: Support application factories | Gourav | 2 | -1/+37 |
2024-07-02 | contrib: updated njs to 0.8.5 | Andrei Zeliankou | 1 | -12/+14 |
2024-06-25 | tstr, conf: Ensure error strings are nul-terminated | Arjun | 1 | -1/+1 |
2024-06-24 | test/clone: Constify some local static variables | Andrew Clayton | 1 | -3/+3 |
2024-06-24 | perl: Constify some local static variables | Andrew Clayton | 1 | -2/+2 |
2024-06-20 | http: Support chunked request bodies | Zhidao HONG | 6 | -38/+191 |
2024-06-20 | http: Refactored nxt_h1p_request_body_read() | Zhidao HONG | 1 | -17/+15 |
2024-06-20 | http: Move chunked buffer pos pointer while parsing | Zhidao HONG | 2 | -9/+4 |
2024-06-18 | Use octal instead of mode macros | Alejandro Colomar | 6 | -15/+9 |
2024-06-18 | fs: Make the full directory path for the pid file and the control socket | Alejandro Colomar | 4 | -5/+5 |
2024-06-18 | fs: Correctly handle "/" in nxt_fs_mkdir_dirname() | Alejandro Colomar | 1 | -1/+2 |
2024-06-18 | fs: Invert logic to reduce indentation in nxt_fs_mkdir_dirname() | Alejandro Colomar | 1 | -3/+6 |
2024-06-18 | fs: Accept path names of length 1 in nxt_fs_mkdir_p() | Alejandro Colomar | 1 | -1/+1 |
2024-06-18 | fs: Accept relative paths in nxt_fs_mkdir_p() | Alejandro Colomar | 1 | -1/+1 |
2024-06-18 | fs: Use a temporary variable in nxt_fs_mkdir_p() | Alejandro Colomar | 1 | -6/+6 |
2024-06-18 | fs: Use branchless code in nxt_fs_mkdir_p() | Alejandro Colomar | 1 | -5/+1 |
2024-06-18 | fs: Rename nxt_fs_mkdir_all() => nxt_fs_mkdir_p() | Alejandro Colomar | 4 | -4/+4 |
2024-06-18 | fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname() | Alejandro Colomar | 4 | -4/+4 |
2024-06-14 | http: fix use-of-uninitialized-value bug | Arjun | 1 | -0/+1 |
2024-05-24 | wasm: Add a missing 'const' qualifier in nxt_wasm_setup() | Andrew Clayton | 1 | -1/+1 |
2024-05-24 | tstr: Constify the 'str' parameter to nxt_tstr_compile() | Andrew Clayton | 2 | -2/+2 |
2024-05-09 | http: Ensure REQUEST_URI immutability | Zhidao HONG | 1 | -27/+2 |
2024-05-09 | http: Use consistent target in nxt_h1p_peer_header_send() | Zhidao HONG | 1 | -1/+1 |
2024-05-07 | Convert 0-sized arrays to true flexible array members | Andrew Clayton | 4 | -10/+10 |
2024-04-25 | Tighten up some string arrays | Andrew Clayton | 3 | -10/+13 |
2024-04-25 | configuration: Constify more pointers | Andrew Clayton | 2 | -24/+28 |
2024-04-25 | php: Constify some local static variables | Andrew Clayton | 1 | -6/+6 |
2024-04-25 | Constify a bunch of static local variables | Andrew Clayton | 10 | -74/+79 |