Age | Commit message (Expand) | Author | Files | Lines |
2023-03-17 | Socket: Remove Unix domain listen sockets upon reconfigure. | Andrew Clayton | 1 | -0/+46 |
2023-03-17 | Socket: Remove Unix domain listen sockets at shutdown. | Andrew Clayton | 1 | -2/+6 |
2023-02-17 | Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS. | Andrew Clayton | 1 | -1/+1 |
2022-12-10 | Isolation: wired up per-application cgroup support internally. | Andrew Clayton | 1 | -0/+4 |
2022-11-18 | Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS. | Andrew Clayton | 1 | -1/+1 |
2022-11-17 | Removed dead code. | OutOfFocus4 | 1 | -12/+0 |
2022-08-18 | Fixed support for abstract Unix sockets. | Alejandro Colomar | 1 | -1/+3 |
2022-04-26 | Fixed indentation. | Alejandro Colomar | 1 | -1/+1 |
2021-11-24 | Fixing zombie process appearance and hang up on shutdown. | Max Romanov | 1 | -1/+3 |
2021-11-24 | Fixing zombie process appearance and hang up on shutdown. | Max Romanov | 1 | -1/+3 |
2021-11-24 | Sending shared port to application prototype. | Max Romanov | 1 | -4/+26 |
2021-11-09 | Introducing application prototype processes. | Tiago Natel de Moura | 1 | -18/+165 |
2021-11-09 | Changed nxt_process_* for reuse. | Tiago Natel de Moura | 1 | -219/+52 |
2021-11-09 | Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs. | Tiago Natel de Moura | 1 | -2/+31 |
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -0/+7 |
2021-10-12 | Removed unused declarations. | Zhidao HONG | 1 | -4/+0 |
2021-10-09 | Configuration: automatic migration to the new "share" behavior. | Zhidao HONG | 1 | -20/+45 |
2021-08-03 | Fixed dead assignments. | Max Romanov | 1 | -2/+0 |
2021-07-02 | Ruby: process and thread lifecycle hooks. | Oisin Canty | 1 | -0/+5 |
2021-05-20 | Python: support for multiple targets. | Oisin Canty | 1 | -0/+6 |
2021-02-03 | Fixing possible NULL dereference. | Max Romanov | 1 | -11/+12 |
2021-02-03 | Using shared memory to pass configuration to main process. | Max Romanov | 1 | -17/+52 |
2020-12-22 | Python: multiple values in the "path" option. | Valentin Bartenev | 1 | -1/+1 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -0/+6 |
2020-11-05 | Perl: request processing in multiple threads. | Max Romanov | 1 | -0/+12 |
2020-11-05 | Ruby: request processing in multiple threads. | Max Romanov | 1 | -0/+5 |
2020-11-05 | Java: request processing in multiple threads. | Max Romanov | 1 | -0/+10 |
2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 1 | -0/+12 |
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -2/+8 |
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -0/+6 |
2020-08-25 | Isolation: added "automount" option. | Tiago Natel de Moura | 1 | -0/+2 |
2020-08-20 | Moved isolation related code to "nxt_isolation.c". | Tiago Natel de Moura | 1 | -4/+2 |
2020-08-13 | Fixed error handling of prefork callback. | Tiago Natel de Moura | 1 | -14/+21 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -5/+84 |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 1 | -798/+251 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 1 | -15/+5 |
2019-12-24 | Adding "limits/shm" configuration validation and parsing. | Max Romanov | 1 | -1/+31 |
2019-12-06 | Isolation: allowed the use of credentials with unpriv userns. | Tiago Natel | 1 | -24/+189 |
2019-12-06 | Moved credential-related code to nxt_credential.c. | Tiago Natel | 1 | -3/+2 |
2019-11-26 | Refactor of process init. | Tiago Natel | 1 | -96/+217 |
2019-10-29 | Process port refactoring. | Hong Zhi Dao | 1 | -15/+3 |
2019-10-29 | Allocating process init struct from runtime memory pool. | Max Romanov | 1 | -17/+10 |
2019-10-11 | Fixed passing false in namespace flags. | Tiago Natel | 1 | -4/+2 |
2019-10-10 | Style fixes. | Igor Sysoev | 1 | -4/+11 |
2019-09-30 | Fixed exiting if a signal arrives during discovery. | Max Romanov | 1 | -35/+38 |
2019-09-20 | Removed linux/sched.h include. | Tiago Natel | 1 | -4/+0 |
2019-09-20 | Releasing init struct in case of errors. | Tiago Natel | 1 | -4/+10 |
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 1 | -24/+183 |
2019-09-18 | Fixing master process crash after failed fork. | Max Romanov | 1 | -2/+7 |
2019-03-11 | Style. | Andrey Zelenkov | 1 | -1/+1 |