summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-20Removed linux/sched.h include.Tiago Natel1-4/+0
2019-09-20Releasing init struct in case of errors.Tiago Natel1-4/+10
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-24/+183
2019-09-18Fixing master process crash after failed fork.Max Romanov1-2/+7
2019-03-11Style.Andrey Zelenkov1-1/+1
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+26
2019-02-18Ignoring HUP signal in main process.Igor Sysoev1-0/+11
2019-01-21Fixed processing Unix listening socket failures.Igor Sysoev1-16/+13
2018-10-09Renamed "go" application type to "external".Valentin Bartenev1-21/+21
2018-09-20Resetting init->stream for ready process.Max Romanov1-0/+4
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-16/+38
2018-09-07Misspelled variable names fixed.Max Romanov1-1/+1
2018-08-10Stopping all application processes if router process dies.Max Romanov1-1/+27
2018-06-18Fixed exit status on start failure.Igor Sysoev1-3/+3
2018-06-18Removing Unix control socket on start failure.Igor Sysoev1-1/+1
2018-06-07PHP: added setting of php.ini configuration file path.Valentin Bartenev1-0/+6
2018-06-06Go: specifying command line arguments to the executable.Valentin Bartenev1-0/+7
2018-05-29Added version number to main process title.Igor Sysoev1-1/+2
2018-05-28Configuration of environment variables for application processes.Valentin Bartenev1-0/+6
2018-04-11Access log reopening.Valentin Bartenev1-3/+11
2018-04-11Initial access log support.Valentin Bartenev1-0/+37
2018-03-21Added Ruby support.Alexander Borisov1-0/+10
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-19/+15
2018-02-20Removed unwanted assertions.Max Romanov1-2/+3
2018-02-14Fixed race condition while discovering modules.Valentin Bartenev1-0/+9
2018-02-13Improving configuration field mapping names.Max Romanov1-16/+25
2018-02-09Fixed starting of applications with specified version.Valentin Bartenev1-5/+15
2018-02-02Fixed typo in assertion statement introduced in 4979fe09d9cd.Max Romanov1-1/+1
2018-01-31Added Perl support.Alexander Borisov1-2/+42
2018-01-29Introducing extended app process management.Max Romanov1-6/+0
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov1-6/+8
2018-01-11Changing relative php scripts paths to real ones.Max Romanov1-1/+1
2017-12-28Removed duplicate declaration.Igor Sysoev1-1/+1
2017-11-29Introducing python virtualenv configuration.Max Romanov1-0/+6
2017-11-20Fixing Coverity warnings.Max Romanov1-0/+3
2017-10-19Fixed controller restarting.Valentin Bartenev1-23/+35
2017-10-19Filtering process to keep connection.Max Romanov1-0/+7