summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19HTTP: fixed cookie parsing.Zhidao HONG1-5/+2
2022-09-10Fixed a mutex leak in the C API.Alex Colomar1-12/+8
2022-09-06Status: fixed incorrect pointer in test operation.Zhidao HONG1-3/+3
2022-08-29Status: added requests count.Zhidao HONG5-1/+9
2022-08-29Implemented basic statistics API.Valentin Bartenev12-16/+452
2022-08-31Ruby: prevented a segfault on receiving SIGINT (^C).Andrew Clayton1-0/+2
2022-08-18Disallowed abstract unix socket syntax in non-Linux systems.Alejandro Colomar1-4/+5
2022-08-18Storing abstract sockets with @ internally.Alejandro Colomar1-1/+6
2022-08-18Fixed support for abstract Unix sockets.Alejandro Colomar1-1/+3
2022-08-18Fixed include guard.Alejandro Colomar1-3/+3
2022-08-16Fixed UNIX sockets support for ASGI.Andrei Zeliankou1-1/+1
2022-08-11Removed dead code.Alejandro Colomar5-586/+0
2022-08-11Fixing isolated process PID manipulation.Max Romanov4-24/+100
2022-08-08Python: supporting UNIX sockets.Alejandro Colomar1-1/+45
2022-08-02Rejecting non-Linux pivot_root(2).Alejandro Colomar1-3/+3
2022-08-02Including <mntent.h> iff it exists.Alejandro Colomar1-1/+1
2022-07-28Log: customizable access log format.Zhidao HONG7-130/+232
2022-07-14Log: split access log from nxt_router.c.Zhidao HONG3-435/+470
2022-07-28Ruby: fixed segfault on SIGTERM signal.Zhidao HONG1-2/+2
2022-07-27Ruby: fixed contents of SCRIPT_NAME.Alejandro Colomar2-42/+5
2022-07-26Supporting UNIX sockets in address matching.Alejandro Colomar4-0/+23
2022-07-21Router: avoided undefined behaviour.Andrew Clayton1-1/+1
2022-07-20Var: added a $dollar variable that translates to a '$'.Andrew Clayton1-0/+14
2022-07-18Added missing inline keyword.Alejandro Colomar1-3/+3
2022-07-18Added missing inline keyword.Alejandro Colomar1-3/+3
2022-07-18Fixed incorrect code.Alejandro Colomar1-1/+1
2022-07-18Replaced Linux syscall macros by libc macros.Alejandro Colomar3-4/+4
2022-07-18Removed code used when NXT_HAVE_POSIX_SPAWN is false.Alejandro Colomar2-50/+0
2022-07-14HTTP: added more variables.Zhidao HONG1-0/+235
2022-07-14Var: dynamic variables support.Zhidao HONG12-49/+401
2022-07-14Var: optimization to get rid of nxt_var_cache_find().Zhidao HONG1-161/+84
2022-07-02Increased readtimeout for configuration endpoint.Timo Stark1-1/+1
2022-06-22Unit: removed a useless assignment.Andrew Clayton1-1/+0
2022-06-22Unit: avoided needlessly setting lib in nxt_unit_shm_open().Andrew Clayton1-3/+2
2022-06-22Socket: removed useless port < 1 check.Andrew Clayton1-1/+1
2022-06-22Marked a couple of variables 'const'.Andrew Clayton2-3/+3
2022-06-22Constified numerous function parameters.Andrew Clayton13-41/+43
2022-06-21Static: Fixed finding the file extension.Alejandro Colomar1-6/+7
2022-06-20Router: forwared header replacement.Zhidao HONG7-75/+244
2022-06-20Router: introduced nxt_http_forward_t.Zhidao HONG4-40/+42
2022-06-20Router: refactored nxt_router_conf_create().Zhidao HONG1-30/+30
2022-06-15Var: relocated nxt_var_is_const() and nxt_var_raw().Zhidao HONG2-18/+18
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