summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-09-05Fixed minor issues in "changes.xml".Andrei Zeliankou1-8/+6
2022-09-05Tests: added tests for basic statistics.Andrei Zeliankou4-0/+301
2022-08-29Status: added requests count.Zhidao HONG5-1/+9
2022-08-29Implemented basic statistics API.Valentin Bartenev14-16/+459
2022-09-05Updated the GitHub page banner.Artem Konev3-1/+306
2022-08-31Ruby: prevented a segfault on receiving SIGINT (^C).Andrew Clayton2-0/+8
2022-08-25Tests: added tests with abstract UNIX sockets.Andrei Zeliankou6-1/+176
2022-08-18Disallowed abstract unix socket syntax in non-Linux systems.Alejandro Colomar2-4/+11
2022-08-18Storing abstract sockets with @ internally.Alejandro Colomar1-1/+6
2022-08-18Fixed support for abstract Unix sockets.Alejandro Colomar2-1/+9
2022-08-18Fixed include guard.Alejandro Colomar1-3/+3
2022-08-16Tests: added test for ASGI with UNIX socket.Andrei Zeliankou1-0/+10
2022-08-16Fixed UNIX sockets support for ASGI.Andrei Zeliankou1-1/+1
2022-08-11Removed dead code.Alejandro Colomar6-587/+0
2022-08-11Fixing isolated process PID manipulation.Max Romanov6-25/+108
2022-08-08Put changes entry in the correct position.Alejandro Colomar1-6/+6
2022-08-08Python: supporting UNIX sockets.Alejandro Colomar1-1/+45
2022-08-08Tests: added tests with UNIX sockets in "source".Andrei Zeliankou2-4/+37
2022-08-02Rejecting non-Linux pivot_root(2).Alejandro Colomar2-4/+7
2022-08-02Including <mntent.h> iff it exists.Alejandro Colomar2-1/+14
2022-07-28Tests: added tests for the log format.Andrei Zeliankou1-0/+80
2022-07-28Tests: added flags to search functions in proto.py.Andrei Zeliankou3-13/+8
2022-07-28Log: customizable access log format.Zhidao HONG8-130/+238
2022-07-14Log: split access log from nxt_router.c.Zhidao HONG4-435/+471
2022-07-28Ruby: fixed segfault on SIGTERM signal.Zhidao HONG2-2/+8
2022-07-27Ruby: fixed contents of SCRIPT_NAME.Alejandro Colomar4-43/+12
2022-07-26Fixed line removed by accident.Alejandro Colomar1-0/+1
2022-07-26Supporting UNIX sockets in address matching.Alejandro Colomar5-7/+35
2022-07-21Router: avoided undefined behaviour.Andrew Clayton1-1/+1
2022-07-20Tests: added tests for translating $dollar into a literal $.Andrew Clayton1-0/+21
2022-07-20Var: added a $dollar variable that translates to a '$'.Andrew Clayton2-0/+21
2022-07-19Tests: added tests for more HTTP variables.Andrei Zeliankou1-0/+51
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 Colomar4-6/+6
2022-07-18Removed unnecessary include.Alejandro Colomar1-7/+0
2022-07-18Removed code used when NXT_HAVE_POSIX_SPAWN is false.Alejandro Colomar3-65/+0
2022-07-18Removed duplicate handling of './configure --help'.Alejandro Colomar1-5/+0
2022-07-14HTTP: added more variables.Zhidao HONG2-0/+241
2022-07-14Tests: added tests for dynamic variables.Andrei Zeliankou1-0/+82
2022-07-14Var: dynamic variables support.Zhidao HONG13-49/+407
2022-07-14Var: optimization to get rid of nxt_var_cache_find().Zhidao HONG1-161/+84
2022-07-02Increased readtimeout for configuration endpoint.Timo Stark2-1/+7
2022-06-30Tests: minor improvements.Andrei Zeliankou5-98/+39
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