summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-08NJS: supported loadable modules.Zhidao HONG1-0/+3
2023-02-17Remove the nxt_getpid() alias.Andrew Clayton1-3/+0
2023-02-17Isolation: Remove the syscall(SYS_getpid) wrapper.Andrew Clayton1-9/+0
2023-02-17Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton1-3/+3
2022-12-10Isolation: wired up per-application cgroup support internally.Andrew Clayton1-0/+13
2022-08-11Fixing isolated process PID manipulation.Max Romanov1-0/+2
2022-07-18Replaced Linux syscall macros by libc macros.Alejandro Colomar1-1/+1
2021-11-24Fixing alerts on router restart.Max Romanov1-3/+3
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-2/+9
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-2/+4
2021-01-28Removing unused mutex from nxt_process_t.Max Romanov1-2/+0
2020-11-16Isolation: added option to disable "procfs" mount.Tiago Natel de Moura1-0/+1
2020-11-13Isolation: added option to disable tmpfs mount.Tiago Natel de Moura1-0/+1
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-1/+1
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura1-5/+12
2020-08-20Moved isolation related code to "nxt_isolation.c".Tiago Natel de Moura1-13/+7
2020-08-11Process structures refactoring in runtime and libunit.Max Romanov1-1/+0
2020-08-11Changing router to application port exchange protocol.Max Romanov1-9/+0
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-19/+34
2020-03-09Refactor of process management.Tiago Natel de Moura1-36/+101
2020-04-10Resolving a racing condition while adding ports on the app's side.Max Romanov1-1/+3
2020-04-06Fixing 'find & add' racing condition in connected ports hash.Max Romanov1-4/+2
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel1-8/+10
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-14/+1
2019-11-26Refactor of process init.Tiago Natel1-14/+12
2019-10-29Process port refactoring.Hong Zhi Dao1-0/+2
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-10/+21
2018-09-07Misspelled variable names fixed.Max Romanov1-2/+2
2017-10-19Fixed controller restarting.Valentin Bartenev1-1/+3
2017-10-19Filtering process to keep connection.Max Romanov1-0/+6
2017-10-19Supporting concurrent shared memory fd receive in router.Max Romanov1-5/+13
2017-10-04Introducing process use counter.Max Romanov1-1/+2
2017-10-04Removing mem_pool from port_hash interface.Max Romanov1-1/+0
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-1/+1
2017-08-30Controller: waiting for router before start to accept connections.Valentin Bartenev1-0/+4
2017-08-29The process type enum exposed to go module.Max Romanov1-12/+0
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-1/+1
2017-08-17The new module configuration interface.Igor Sysoev1-0/+1
2017-08-02Runtime processes protected with mutex.Max Romanov1-0/+1
2017-07-18Mem pool cleanup introduced.Max Romanov1-1/+3
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-5/+1
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-11/+17
2017-07-07Memory pool thread safety checks in DEBUG build and usage fixes.Max Romanov1-0/+2
2017-06-23Incoming and outgoing port_mmap arrays are protected with mutexes.Max Romanov1-2/+4
2017-06-23Added basic HTTP request processing in router.Max Romanov1-0/+12
2017-06-23nxt_process_create() changed to add process to runtime before callbacks.Max Romanov1-1/+1
2017-06-20Using new memory pool implementation.Igor Sysoev1-1/+1
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-1/+23
2017-03-09Processes refactoring.Igor Sysoev1-48/+64
2017-01-17Initial version.Igor Sysoev1-0/+87