summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Use nxt_bool_t in the configuration type system.boolAndrew Clayton1-3/+3
2023-03-28Remove an erroneous semi-colon.Andrew Clayton1-1/+1
2023-03-28Remove NXT_CONF_MAP_INT8.Andrew Clayton2-2/+0
2023-03-28Use NXT_CONF_MAP_BOOL.Andrew Clayton2-2/+3
2023-03-28Add NXT_CONF_MAP_BOOL.Andrew Clayton1-0/+1
2023-03-28Convert uint32_t struct boolean members to nxt_bool_t.Andrew Clayton5-5/+5
2023-03-28Convert uint8_t struct boolean members to nxt_bool_t.Andrew Clayton24-80/+80
2023-03-28Change nxt_bool_t from a nxt_uint_t to a uint8_t.Andrew Clayton1-1/+1
2023-03-28Don't conflate the error variable in nxt_kqueue_poll().Andrew Clayton1-3/+4
2023-03-28Use unsigned int for nxt_bool_t in va_arg().Andrew Clayton1-1/+1
2023-03-28Remove an unused structure.Andrew Clayton2-17/+0
2023-03-28Remove a bunch of dead code.Andrew Clayton22-4948/+0
2023-02-13Docker: bumped language versions.Konstantin Pavlov1-3/+3
2023-02-13Docker: limited the waiting time for control socket creation.Konstantin Pavlov1-2/+9
2023-02-13Docker: made dockerfiles use a single stage build process.Konstantin Pavlov2-35/+22
2023-02-13Docker: added a target to generate Docker library definition.Konstantin Pavlov1-1/+18
2023-02-13Docker: cleanup unused targets.Konstantin Pavlov1-20/+2
2023-03-21Tests: added tests for the "log_route" option.Andrei Zeliankou1-0/+154
2023-03-21HTTP: added route logging.Alejandro Colomar8-0/+43
2023-03-21HTTP: rewrote while loop as for loop.Alejandro Colomar1-7/+3
2023-03-17Default PR_SET_NO_NEW_PRIVS to off.Andrew Clayton1-0/+4
2023-03-17Improve an error message regarding Unix domain sockets.Andrew Clayton1-1/+1
2023-03-17Socket: Remove Unix domain listen sockets upon reconfigure.Andrew Clayton3-3/+87
2023-03-17Remove some dormant code from nxt_process_quit().Andrew Clayton1-21/+0
2023-03-17Socket: Remove Unix domain listen sockets at shutdown.Andrew Clayton2-2/+23
2023-03-14Router: More accurately allocate request buffer memory.Andrew Clayton1-2/+2
2023-03-14Tests: added Perl test with many responses using streaming body.Andrei Zeliankou2-0/+16
2023-03-10Perl: Fix a crash in the language module.Andrew Clayton1-3/+4
2023-03-10Router: Fix allocation of request buffer sent to application.Andrew Clayton1-0/+1
2023-03-07Tests: _clear_temp_dir() function introduced.Andrei Zeliankou1-26/+31
2023-03-07Adding the NGINX Code of Conduct to the repo.Dave McAllister1-0/+74
2023-02-28contrib: fixed njs make rule.Konstantin Pavlov1-1/+1
2023-03-01Merged with the 1.29 branch.Andrei Zeliankou11-14/+67
2023-02-28Unit 1.29.1 release.Andrei Zeliankou1-0/+1
2023-02-28Generated Dockerfiles for Unit 1.29.1.1.29.1Andrei Zeliankou8-8/+8
2023-02-28Added version 1.29.1 CHANGES.Andrei Zeliankou2-2/+23
2023-02-28Changes moved to the correct section.Andrei Zeliankou1-7/+7
2023-02-28Added missing fixes in changes.xml.Andrei Zeliankou1-1/+46
2023-02-28Added missing fixes in changes.xml.Andrei Zeliankou1-0/+39
2023-02-27contrib: updated njs to 0.7.10.Konstantin Pavlov3-3/+3
2023-02-27contrib: updated njs to 0.7.10.Konstantin Pavlov3-3/+3
2023-02-27Tools: improved detection of unitd control socket.Liam Crilly1-5/+5
2023-02-24Set a safer umask(2) when running as a daemon.Andrew Clayton1-3/+3
2023-02-24Isolation: rootfs: Set the sticky bit on the tmp directory.Andrew Clayton1-1/+1
2023-02-23Set a safer umask(2) when running as a daemon.Andrew Clayton1-3/+3
2023-02-22Isolation: rootfs: Set the sticky bit on the tmp directory.Andrew Clayton1-1/+1
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou74-778/+695
2023-02-21Tests: added Python tests with encoding.Andrei Zeliankou3-0/+98
2023-02-21Tests: added Python tests with encoding.Andrei Zeliankou3-0/+98
2023-02-21Tests: removed list usage as default argument.Andrei Zeliankou1-1/+3