summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-20Packages: cleanup targets that are not supported anymore.Konstantin Pavlov23-795/+2
2022-06-21Static: Fixed finding the file extension.Alejandro Colomar2-6/+14
2022-06-20Packages: dropped /etc/unit directory.Konstantin Pavlov2-3/+0
2022-06-20Switched changelogs to packaging alias instead of personal emails.Konstantin Pavlov1-2/+2
2022-06-20Tests: forwarded header replacement tests.Zhidao HONG2-0/+276
2022-06-20Router: forwared header replacement.Zhidao HONG8-75/+250
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-20Tests: reworked client IP tests.Zhidao HONG1-17/+38
2022-06-17Version bump.Andrei Zeliankou2-2/+31
2022-06-15Var: relocated nxt_var_is_const() and nxt_var_raw().Zhidao HONG2-18/+18
2022-06-08Specified date of 1.27.0 release in changes.xml.Andrei Zeliankou1-2/+2
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-02Unit 1.27.0 release.Andrei Zeliankou1-0/+1
2022-06-02Generated Dockerfiles for Unit 1.27.0.1.27.0Andrei Zeliankou8-8/+8
2022-06-02Added version 1.27.0 CHANGES.Andrei Zeliankou1-0/+36
2022-06-02Node.js: fixed ES modules format in loader.mjs.Andrei Zeliankou2-2/+8
2022-05-31Packaging: added support for RHEL 9.Konstantin Pavlov2-1/+13
2022-06-01Logging a NULL pointer instead of passing it in the memcpy().Andrei Zeliankou1-9/+19