summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Basic variables support.Valentin Bartenev1-0/+2
2020-03-09Refactor of process management.Tiago Natel de Moura1-0/+1
2020-03-12Using disk file to store large request body.Max Romanov1-0/+1
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-1/+1
2019-10-29Process port refactoring.Hong Zhi Dao1-6/+4
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-0/+1
2018-10-23Removed unused "--upstream" command line option.Valentin Bartenev1-1/+0
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+2
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-0/+4
2018-08-06Unit application library.Max Romanov1-4/+1
2018-06-18Fixed exit status on start failure.Igor Sysoev1-2/+4
2018-06-18Removing Unix control socket on start failure.Igor Sysoev1-15/+1
2018-06-18Removed unused single process type.Igor Sysoev1-1/+0
2018-03-29Removed unused macros and functions.Igor Sysoev1-19/+0
2017-12-27Introducing application 'atexit' hook.Max Romanov1-1/+2
2017-10-04Introducing process use counter.Max Romanov1-1/+1
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov1-4/+4
2017-09-10Configuration persistence.Valentin Bartenev1-0/+3
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-3/+3
2017-08-26Added configure and command line option --control.Igor Sysoev1-0/+1
2017-08-26Added configure and command line option --modules.Igor Sysoev1-0/+1
2017-08-26Added configure option --pid=FILE.Igor Sysoev1-3/+0
2017-08-26Added configure options --prefix=PATH and --log=FILE.Igor Sysoev1-1/+1
2017-08-24Removed configure option --no-threads.Igor Sysoev1-4/+0
2017-08-24Removed command line option --workers.Igor Sysoev1-1/+0
2017-08-17The new module configuration interface.Igor Sysoev1-0/+1
2017-08-02Runtime processes protected with mutex.Max Romanov1-2/+1
2017-08-02Using port rpc in controller->router configuration update.Max Romanov1-3/+0
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-1/+3
2017-07-12Controller: proper reconfiguration requests handling.Valentin Bartenev1-0/+3
2017-07-07Process stop notification from master to all other processes.Max Romanov1-2/+19
2017-06-23Application-side message processing.Max Romanov1-0/+2
2017-06-23lvlhash for ports moved to separate files for future re-use.Max Romanov1-1/+1
2017-06-23Runtime ports fix, add enumeration macros.Max Romanov1-0/+19
2017-06-20Using new memory pool implementation.Igor Sysoev1-2/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-1/+3
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-2/+42
2017-03-09Processes refactoring.Igor Sysoev1-0/+108