index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_runtime.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
Allow to set the permissions of the Unix domain control socket
Andrew Clayton
1
-0
/
+55
2023-05-21
Added back deprecated options to unitd.
Alejandro Colomar
1
-0
/
+31
2023-05-08
NJS: supported loadable modules.
Zhidao HONG
1
-0
/
+17
2023-03-29
Renamed --libstatedir to --statedir.
Alejandro Colomar
1
-5
/
+5
2023-03-17
Socket: Remove Unix domain listen sockets at shutdown.
Andrew Clayton
1
-0
/
+17
2023-01-31
Added default values for pathnames.
Alejandro Colomar
1
-15
/
+16
2022-10-03
Socket: Created control socket & pid file directories.
Andrew Clayton
1
-0
/
+2
2022-08-11
Fixing isolated process PID manipulation.
Max Romanov
1
-5
/
+8
2021-11-09
Introducing application prototype processes.
Tiago Natel de Moura
1
-3
/
+16
2021-11-09
Changed nxt_process_* for reuse.
Tiago Natel de Moura
1
-26
/
+3
2021-10-09
Configuration: automatic migration to the new "share" behavior.
Zhidao HONG
1
-0
/
+15
2021-01-28
Removing unused mutex from nxt_process_t.
Max Romanov
1
-2
/
+0
2020-11-17
Router: matching regular expressions support.
Axel Duch
1
-3
/
+1
2020-08-20
Isolation: mount tmpfs by default.
Tiago Natel de Moura
1
-1
/
+5
2020-08-13
Basic variables support.
Valentin Bartenev
1
-0
/
+8
2020-08-11
Process structures refactoring in runtime and libunit.
Max Romanov
1
-3
/
+0
2020-08-11
Changing router to application port exchange protocol.
Max Romanov
1
-7
/
+0
2020-07-23
Fixing various router crashes on exit caused by runtime pool free.
Max Romanov
1
-7
/
+18
2020-05-28
Added "rootfs" feature.
Tiago Natel de Moura
1
-0
/
+1
2020-03-09
Refactor of process management.
Tiago Natel de Moura
1
-4
/
+56
2020-05-28
Moving nxt_stream_ident to shared memory.
Max Romanov
1
-0
/
+4
2020-04-08
Controller: improved handling of unix domain control socket.
Valentin Bartenev
1
-1
/
+1
2020-04-08
Removed unused code related to testing of address binding.
Valentin Bartenev
1
-1
/
+1
2020-03-12
Using disk file to store large request body.
Max Romanov
1
-0
/
+18
2019-12-06
Moved credential-related code to nxt_credential.c.
Tiago Natel
1
-1
/
+1
2019-11-26
Refactor of process init.
Tiago Natel
1
-2
/
+5
2019-10-29
Process port refactoring.
Hong Zhi Dao
1
-29
/
+42
2019-10-29
Allocating process init struct from runtime memory pool.
Max Romanov
1
-0
/
+4
2019-10-28
Releasing the memory of removed thread pools at exit.
Tiago Natel
1
-0
/
+2
2019-10-22
Fixing idle connection close function.
Max Romanov
1
-1
/
+1
2019-09-19
Initial applications isolation support using Linux namespaces.
Tiago de Bem Natel de Moura
1
-1
/
+13
2019-03-22
Destroying pool in case of error.
Max Romanov
1
-2
/
+1
2018-10-23
Removed unused "--upstream" command line option.
Valentin Bartenev
1
-14
/
+0
2018-10-09
Renamed "go" application type to "external".
Valentin Bartenev
1
-2
/
+2
2018-09-20
Controller: certificates storage interface.
Valentin Bartenev
1
-0
/
+17
2018-08-10
Stopping all application processes if router process dies.
Max Romanov
1
-1
/
+1
2018-06-25
Removed '\r' and '\n' artifact macros.
Igor Sysoev
1
-1
/
+1
2018-06-25
Introduced nxt_length() macro.
Valentin Bartenev
1
-11
/
+11
2018-06-18
Fixed exit status on start failure.
Igor Sysoev
1
-9
/
+12
2018-06-18
Removing Unix control socket on start failure.
Igor Sysoev
1
-2
/
+2
2018-06-18
Removed unused single process type.
Igor Sysoev
1
-31
/
+1
2018-04-18
Removed duplicating socket address parsing function.
Valentin Bartenev
1
-279
/
+3
2018-04-13
Improved "unitd" command line help.
Valentin Bartenev
1
-2
/
+5
2018-03-29
nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().
Igor Sysoev
1
-3
/
+1
2018-03-29
Using nxt_lvlhsh_peek() for port hashes.
Igor Sysoev
1
-8
/
+4
2018-03-29
Removed unused macros and functions.
Igor Sysoev
1
-7
/
+0
2018-03-05
Reduced number of critical log levels.
Valentin Bartenev
1
-20
/
+16
2018-01-24
Fixed formatting in nxt_sprintf() and logging.
Sergey Kandaurov
1
-1
/
+1
2017-11-20
Fixing Coverity warnings.
Max Romanov
1
-0
/
+3
2017-10-19
Supporting concurrent shared memory fd receive in router.
Max Romanov
1
-6
/
+6
[next]