summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Use octal instead of mode macrosAlejandro Colomar1-4/+2
2024-06-18fs: Make the full directory path for the pid file and the control socketAlejandro Colomar1-1/+1
2024-06-18fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname()Alejandro Colomar1-1/+1
2024-02-19Allow to set the permissions of the Unix domain control socketAndrew Clayton1-0/+55
2023-05-21Added back deprecated options to unitd.Alejandro Colomar1-0/+31
2023-05-08NJS: supported loadable modules.Zhidao HONG1-0/+17
2023-03-29Renamed --libstatedir to --statedir.Alejandro Colomar1-5/+5
2023-03-17Socket: Remove Unix domain listen sockets at shutdown.Andrew Clayton1-0/+17
2023-01-31Added default values for pathnames.Alejandro Colomar1-15/+16
2022-10-03Socket: Created control socket & pid file directories.Andrew Clayton1-0/+2
2022-08-11Fixing isolated process PID manipulation.Max Romanov1-5/+8
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-3/+16
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-26/+3
2021-10-09Configuration: automatic migration to the new "share" behavior.Zhidao HONG1-0/+15
2021-01-28Removing unused mutex from nxt_process_t.Max Romanov1-2/+0
2020-11-17Router: matching regular expressions support.Axel Duch1-3/+1
2020-08-20Isolation: mount tmpfs by default.Tiago Natel de Moura1-1/+5
2020-08-13Basic variables support.Valentin Bartenev1-0/+8
2020-08-11Process structures refactoring in runtime and libunit.Max Romanov1-3/+0
2020-08-11Changing router to application port exchange protocol.Max Romanov1-7/+0
2020-07-23Fixing various router crashes on exit caused by runtime pool free.Max Romanov1-7/+18
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+1
2020-03-09Refactor of process management.Tiago Natel de Moura1-4/+56
2020-05-28Moving nxt_stream_ident to shared memory.Max Romanov1-0/+4
2020-04-08Controller: improved handling of unix domain control socket.Valentin Bartenev1-1/+1
2020-04-08Removed unused code related to testing of address binding.Valentin Bartenev1-1/+1
2020-03-12Using disk file to store large request body.Max Romanov1-0/+18
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-1/+1
2019-11-26Refactor of process init.Tiago Natel1-2/+5
2019-10-29Process port refactoring.Hong Zhi Dao1-29/+42
2019-10-29Allocating process init struct from runtime memory pool.Max Romanov1-0/+4
2019-10-28Releasing the memory of removed thread pools at exit.Tiago Natel1-0/+2
2019-10-22Fixing idle connection close function.Max Romanov1-1/+1
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-1/+13
2019-03-22Destroying pool in case of error.Max Romanov1-2/+1
2018-10-23Removed unused "--upstream" command line option.Valentin Bartenev1-14/+0
2018-10-09Renamed "go" application type to "external".Valentin Bartenev1-2/+2
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+17
2018-08-10Stopping all application processes if router process dies.Max Romanov1-1/+1
2018-06-25Removed '\r' and '\n' artifact macros.Igor Sysoev1-1/+1
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-11/+11
2018-06-18Fixed exit status on start failure.Igor Sysoev1-9/+12
2018-06-18Removing Unix control socket on start failure.Igor Sysoev1-2/+2
2018-06-18Removed unused single process type.Igor Sysoev1-31/+1
2018-04-18Removed duplicating socket address parsing function.Valentin Bartenev1-279/+3
2018-04-13Improved "unitd" command line help.Valentin Bartenev1-2/+5
2018-03-29nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().Igor Sysoev1-3/+1
2018-03-29Using nxt_lvlhsh_peek() for port hashes.Igor Sysoev1-8/+4
2018-03-29Removed unused macros and functions.Igor Sysoev1-7/+0
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-20/+16