summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_lib.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-14Fixing uninitialized ncpu value on unsupported platforms.Max Romanov1-1/+4
Thanks to @geyslan. This closes #455 issue on GitHub.
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel1-0/+2
The setuid/setgid syscalls requires root capabilities but if the kernel supports unprivileged user namespace then the child process has the full set of capabilities in the new namespace, then we can allow setting "user" and "group" in such cases (this is a common security use case). Tests were added to ensure user gets meaningful error messages for uid/gid mapping misconfigurations.
2017-09-25Checking mallopt() during configure.Max Romanov1-1/+1
mallopt() is absent on Alpine musl.
2017-08-24Removed configure option --no-threads.Igor Sysoev1-1/+1
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-2/+1
2017-03-09Processes refactoring.Igor Sysoev1-17/+16
The cycle has been renamed to the runtime.
2017-01-23Introducing tasks.Igor Sysoev1-0/+6
2017-01-17Initial version.Igor Sysoev1-0/+148