summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Fixing isolated process PID manipulation.Max Romanov1-3/+31
2022-07-18Removed code used when NXT_HAVE_POSIX_SPAWN is false.Alejandro Colomar1-48/+0
2021-11-24Fixing alerts on router restart.Max Romanov1-3/+12
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-62/+210
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-12/+148
2020-10-28Preserving the app port write socket.Max Romanov1-2/+3
2020-08-20Moved isolation related code to "nxt_isolation.c".Tiago Natel de Moura1-382/+0
2020-08-11Process structures refactoring in runtime and libunit.Max Romanov1-1/+0
2020-08-11Changing router to application port exchange protocol.Max Romanov1-37/+0
2020-08-11Libunit refactoring: port management.Max Romanov1-1/+1
2020-06-23Isolation: fixed build when features aren't detected.Tiago Natel de Moura1-12/+4
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+358
2020-03-09Refactor of process management.Tiago Natel de Moura1-160/+374
2020-04-10Resolving a racing condition while adding ports on the app's side.Max Romanov1-5/+12
2020-04-06Fixing 'find & add' racing condition in connected ports hash.Max Romanov1-14/+6
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel1-6/+26
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-334/+1
2019-11-26Refactor of process init.Tiago Natel1-12/+12
2019-11-26Changed the group listing to run unprivileged when possible.Tiago Natel1-30/+104
2019-10-29Process port refactoring.Hong Zhi Dao1-0/+11
2019-10-28Added clone syscall check for uid/gid mapping.Tiago Natel1-1/+1
2019-10-22Improved error logging when uid/gid map is not properly set.Tiago Natel1-2/+30
2019-09-26Refactored nxt_process_create() for more explicit pipe closing.Valentin Bartenev1-40/+29
2019-09-26Fixed descriptors leak on process creation.Valentin Bartenev1-0/+12
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-62/+189
2019-03-22Ignoring EPERM error when changing application process uid/gid.Max Romanov1-16/+33
2018-09-19Initializing user_cred gids and ngroups for MacOS.Max Romanov1-0/+4
2018-09-07Misspelled variable names fixed.Max Romanov1-3/+3
2018-06-18Removing Unix control socket on start failure.Igor Sysoev1-3/+1
2018-06-18Removed unused single process type.Igor Sysoev1-12/+10
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-37/+26
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2017-11-20Fixing Coverity warnings.Max Romanov1-0/+6
2017-10-19Filtering process to keep connection.Max Romanov1-6/+43
2017-10-19Supporting concurrent shared memory fd receive in router.Max Romanov1-2/+2
2017-10-04Introducing process use counter.Max Romanov1-16/+19
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov1-7/+5
2017-10-04Removing mem_pool from port_hash interface.Max Romanov1-13/+2
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-1/+1
2017-09-06Style fixes.Igor Sysoev1-0/+1
2017-08-31nginext has been renamed to unit.Igor Sysoev1-1/+1
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-9/+9
2017-08-26Added configure option --user=USER and --group=GROUP.Igor Sysoev1-5/+25
2017-08-02Runtime processes protected with mutex.Max Romanov1-1/+1
2017-07-18Work queue thread assertions. Reset thread after fork.Max Romanov1-0/+2
2017-07-18Mem pool cleanup introduced.Max Romanov1-1/+21
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-23/+4
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-33/+99
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-2/+3
2017-07-07Process stop notification from master to all other processes.Max Romanov1-1/+3