summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Removing unused tracking fields and functions.Max Romanov7-172/+0
2022-06-07Router: removed unused code in nxt_router_conf_error().Zhidao HONG1-6/+0
2022-06-02Summary: Var: removing all async stuff.Zhidao HONG3-26/+14
2022-05-19HTTP: generalized uri encoding.Zhidao HONG3-103/+126
2022-06-02Node.js: fixed ES modules format in loader.mjs.Andrei Zeliankou1-2/+2
2022-06-01Logging a NULL pointer instead of passing it in the memcpy().Andrei Zeliankou1-9/+19
2022-05-31Var: Added $request_uri (as in NGINX).Alejandro Colomar1-0/+20
2022-05-30Static: supporting new "index" option.Alejandro Colomar4-10/+33
2022-05-26Static: returning 404 when "index" is a non-regular file.Alejandro Colomar1-1/+3
2022-05-26Added const to remove unnecessary casts.Alejandro Colomar1-5/+5
2022-05-18HTTP: generalized argument and cookie parsing.Zhidao HONG3-291/+291
2022-05-17Wrapped debug code in '#if (NXT_DEBUG)'.Alejandro Colomar1-1/+4
2022-05-17Fixed memcpy(dest, NULL, 0) Undefined Behavior.Alejandro Colomar1-1/+1
2022-05-16Supporting empty Location URIs.Alejandro Colomar3-30/+27
2022-05-16Renamed nxt_http_static_ctx_t field 'index' to 'share_idx'.Alejandro Colomar1-7/+7
2022-05-13Ruby: added stream IO "close" required by Rack specification.Zhidao HONG1-0/+10
2022-05-12Using SSL_OP_IGNORE_UNEXPECTED_EOF.Sergey Kandaurov1-0/+5
2022-05-12Using OPENSSL_SUPPRESS_DEPRECATED.Sergey Kandaurov1-0/+3
2022-03-09Ruby: added the Rack environment parameter "SCRIPT_NAME".Zhidao HONG2-4/+42
2022-05-03Fixed #define style.Alejandro Colomar41-518/+259
2022-04-28Supporting variables in "location".Alejandro Colomar2-37/+147
2022-04-27Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).Alejandro Colomar2-1/+13
2022-04-26Fixed indentation.Alejandro Colomar13-38/+38
2022-04-26Removed special cases for non-NXT_CONF_VALUE_ARRAY.Alejandro Colomar5-113/+27
2022-04-26Added new array APIs that also work with non-arrays.Alejandro Colomar2-0/+30
2022-04-26Added 'const' for read-only function parameter.Alejandro Colomar2-2/+3
2022-02-22Workaround for the warning in nxt_realloc() on GCC 12.Zhidao HONG1-3/+10
2022-02-14Certificates: fixed crash when reallocating chain.Zhidao HONG1-1/+0
2022-02-09Python: fixing debug message field type.Max Romanov1-1/+2
2022-02-08Python: fixing incorrect function object dereference.Max Romanov1-6/+12
2021-12-27Java: fixing multiple SCI initializations.Max Romanov1-4/+15
2021-12-27Perl: creating input and error streams if closed.Max Romanov3-167/+113
2021-12-03Fixed debug message broken in 45b25ffb2e8c.Zhidao HONG1-1/+2
2021-12-01Fixing prototype process crash.Max Romanov1-0/+2
2021-12-01Fixing prototype process crash.Max Romanov1-0/+2
2021-12-01Fixing uninitialized structure field.Max Romanov1-0/+1
2021-12-01Logging of the daemon version on startup.Valentin Bartenev1-1/+1
2021-12-01Logging of the daemon version on startup.Valentin Bartenev1-1/+1
2021-11-25PHP: fixed crash when calling module functions in OPcache preload.Valentin Bartenev1-2/+5
2021-11-25PHP: fixed crash when calling module functions in OPcache preload.Valentin Bartenev1-2/+5
2021-11-25Fixing access_log structure reference counting.Max Romanov1-4/+26
2021-11-25Fixing access_log structure reference counting.Max Romanov1-4/+26
2021-11-24Fixing zombie process appearance and hang up on shutdown.Max Romanov1-1/+3
2021-11-24Fixing zombie process appearance and hang up on shutdown.Max Romanov1-1/+3
2021-11-24Fixing alerts on router restart.Max Romanov3-7/+16
2021-11-24Fixing alerts on router restart.Max Romanov3-7/+16
2021-11-24Sending shared port to application prototype.Max Romanov8-85/+110
2021-11-23Fixed possible access to an uninitialized field.Valentin Bartenev1-3/+3
2021-11-23Fixed possible access to an uninitialized field.Valentin Bartenev1-3/+3
2021-11-11Removed the execute permission bit from "nxt_h1proto.c".Valentin Bartenev1-0/+0