Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-06 | Isolation: allowed the use of credentials with unpriv userns. | Tiago Natel | 1 | -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-25 | Checking mallopt() during configure. | Max Romanov | 1 | -1/+1 | |
mallopt() is absent on Alpine musl. | |||||
2017-08-24 | Removed configure option --no-threads. | Igor Sysoev | 1 | -1/+1 | |
2017-07-10 | Introducing thread-safe nxt_random(). | Igor Sysoev | 1 | -2/+1 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -17/+16 | |
The cycle has been renamed to the runtime. | |||||
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -0/+6 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+148 | |