summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-28contrib: fixed njs make rule.1.29.1-1Konstantin Pavlov1-1/+1
2023-02-28Merged with the 1.29 branch.Konstantin Pavlov41-119/+679
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-0/+39
2023-02-27contrib: updated njs to 0.7.10.Konstantin Pavlov3-3/+3
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: added Python tests with encoding.Andrei Zeliankou3-0/+98
2022-12-15Added tag 1.29.0-1 for changeset 2927b72847d4.Konstantin Pavlov1-0/+1
2022-12-15Docs: added changelog for Python 3.11.1.29.0-1Konstantin Pavlov2-2/+16
2022-12-15Merged with the default branch.Konstantin Pavlov175-1373/+6357
2022-12-15Unit 1.29.0 release.Andrei Zeliankou1-0/+1
2022-12-15Generated Dockerfiles for Unit 1.29.0.1.29.0Andrei Zeliankou8-8/+8
2022-12-15Added version 1.29.0 CHANGES.Andrei Zeliankou2-2/+42
2022-12-15Reordered changes for 1.29.0 by significance (subjective).Andrei Zeliankou1-17/+23
2022-12-14Tools: Updated built-in 'setup-unit' help, README.md command lines.Artem Konev2-70/+69
2022-12-14Packages: Used a more common name for pkg-config.Konstantin Pavlov1-1/+1
2022-12-14Tests: added tests for "path" option in isolation/cgroup.Andrei Zeliankou1-0/+123
2022-12-07Packages: added njs support.Konstantin Pavlov5-8/+30
2022-12-01Remove the nxt_getpid() alias.Andrew Clayton2-4/+1
2022-11-29Added contribs and njs.Konstantin Pavlov6-0/+168
2022-12-14Tools: Added subcommands to setup-unit.Alejandro Colomar1-211/+1400
2022-12-14Tools: Added unitc.Liam Crilly2-0/+310
2022-12-14Python: Added "prefix" to configuration.OutOfFocus417-23/+472
2022-12-14Removed dead code.OutOfFocus41-1/+0
2022-12-14Java: upgrading third-party components.Sergey A. Osokin4-24/+27
2022-12-13Docker: limited the waiting time for control socket removal.Konstantin Pavlov1-1/+15
2022-12-13Regenerated Dockerfiles.Konstantin Pavlov2-4/+4
2022-12-07Docker: bumped language versions.Konstantin Pavlov1-2/+2
2022-12-13Tests: added tests for the large header buffer settings.Andrei Zeliankou1-0/+60
2022-12-13Configuration: made large_header_buffers a valid setting.Andrew Clayton1-0/+3
2022-12-13Configuration: made large_header_buffer_size a valid setting.Andrew Clayton1-0/+3
2022-12-12Tests: stop execution if can't unmount any filesystem.Andrei Zeliankou2-2/+15
2022-12-12Tests: pretty output.Andrei Zeliankou3-9/+10
2022-12-10Isolation: wired up cgroup support to the config system.Andrew Clayton2-0/+68
2022-12-10Isolation: wired up cgroup to build system.Andrew Clayton4-0/+29
2022-12-10Isolation: wired up per-application cgroup support internally.Andrew Clayton4-0/+79
2022-12-10Isolation: added core cgroup infrastructure.Andrew Clayton2-0/+188
2022-12-10Added simple wrappers for fopen(3) and fclose(3).Andrew Clayton2-0/+41
2022-12-09Tests: fixed tests to run as privileged user.Andrei Zeliankou2-8/+15
2022-12-08Fix compilation with GCC and -O0.Andrew Clayton1-2/+2
2022-11-19Isolation: Remove the syscall(SYS_getpid) wrapper.Andrew Clayton1-9/+0
2022-11-19Isolation: Remove nxt_clone().Andrew Clayton2-17/+0
2022-11-18Isolation: Switch to fork(2) & unshare(2) on Linux.Andrew Clayton1-9/+247
2022-11-30Enable the PR_SET_CHILD_SUBREAPER prctl(2) option on Linux.Andrew Clayton1-0/+13
2022-11-18Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton8-25/+25
2022-11-25Isolation: Fix the enablement of PR_SET_NO_NEW_PRIVS.Andrew Clayton1-1/+1
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG8-4/+69