summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Preferring system crypto policy.Remi Collet1-7/+7
2022-10-14Configuration: stopped automatic migration to the "share" behavior.Zhidao HONG1-21/+0
2022-10-19Added parentheses for consistency.Remi Collet1-8/+8
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2022-10-14Added missing error checking in the C API.Alex Colomar1-10/+28
2022-10-14Fixed the build on MacOS (and others).Andrew Clayton5-257/+279
2022-10-12HTTP: added a $request_time variable.Zhidao HONG3-0/+37
2022-10-04Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init().Andrew Clayton1-1/+1
2022-10-04Ruby: added support for rack V3.Zhidao HONG1-1/+6
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton10-23/+24
2022-10-03Socket: Created control socket & pid file directories.Andrew Clayton4-0/+36
2022-09-22Status: fixed error in connection statistics.Zhidao HONG2-4/+7
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