summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main_process.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Log: fixed typo.Alejandro Colomar1-2/+2
2023-08-17Wasm: Add support for directory access.Andrew Clayton1-0/+5
2023-08-17Wasm: Wire up Wasm language module support to the config system.Andrew Clayton1-0/+50
2023-05-08NJS: supported loadable modules.Zhidao HONG1-0/+7
2023-04-11Add per-application logging.Andrew Clayton1-0/+12
2023-03-17Socket: Remove Unix domain listen sockets upon reconfigure.Andrew Clayton1-0/+46
2023-03-17Socket: Remove Unix domain listen sockets at shutdown.Andrew Clayton1-2/+6
2023-02-17Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton1-1/+1
2022-12-10Isolation: wired up per-application cgroup support internally.Andrew Clayton1-0/+4
2022-11-18Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton1-1/+1
2022-11-17Removed dead code.OutOfFocus41-12/+0
2022-08-18Fixed support for abstract Unix sockets.Alejandro Colomar1-1/+3
2022-04-26Fixed indentation.Alejandro Colomar1-1/+1
2021-11-24Fixing zombie process appearance and hang up on shutdown.Max Romanov1-1/+3
2021-11-24Fixing zombie process appearance and hang up on shutdown.Max Romanov1-1/+3
2021-11-24Sending shared port to application prototype.Max Romanov1-4/+26
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-18/+165
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-219/+52
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura1-2/+31
2021-10-28Moving request limit control to libunit.Max Romanov1-0/+7
2021-10-12Removed unused declarations.Zhidao HONG1-4/+0
2021-10-09Configuration: automatic migration to the new "share" behavior.Zhidao HONG1-20/+45
2021-08-03Fixed dead assignments.Max Romanov1-2/+0
2021-07-02Ruby: process and thread lifecycle hooks.Oisin Canty1-0/+5
2021-05-20Python: support for multiple targets.Oisin Canty1-0/+6
2021-02-03Fixing possible NULL dereference.Max Romanov1-11/+12
2021-02-03Using shared memory to pass configuration to main process.Max Romanov1-17/+52
2020-12-22Python: multiple values in the "path" option.Valentin Bartenev1-1/+1
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-0/+6
2020-11-05Perl: request processing in multiple threads.Max Romanov1-0/+12
2020-11-05Ruby: request processing in multiple threads.Max Romanov1-0/+5
2020-11-05Java: request processing in multiple threads.Max Romanov1-0/+10
2020-11-05Python: request processing in multiple threads.Max Romanov1-0/+12
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-2/+8
2020-09-18Python: app module callable name configuration.Max Romanov1-0/+6
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura1-0/+2
2020-08-20Moved isolation related code to "nxt_isolation.c".Tiago Natel de Moura1-4/+2
2020-08-13Fixed error handling of prefork callback.Tiago Natel de Moura1-14/+21
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-5/+84
2020-03-09Refactor of process management.Tiago Natel de Moura1-798/+251
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-15/+5
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-1/+31
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel1-24/+189
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-3/+2
2019-11-26Refactor of process init.Tiago Natel1-96/+217
2019-10-29Process port refactoring.Hong Zhi Dao1-15/+3
2019-10-29Allocating process init struct from runtime memory pool.Max Romanov1-17/+10
2019-10-11Fixed passing false in namespace flags.Tiago Natel1-4/+2
2019-10-10Style fixes.Igor Sysoev1-4/+11
2019-09-30Fixed exiting if a signal arrives during discovery.Max Romanov1-35/+38