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_main_process.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Some more variable constification
Andrew Clayton
1
-2
/
+2
2024-07-12
Flow the language module name into nxt_app_lang_module_t
Andrew Clayton
1
-0
/
+6
2024-06-18
Use octal instead of mode macros
Alejandro Colomar
1
-3
/
+1
2024-02-21
Wasm-wc: Wire up the language module to the config system
Andrew Clayton
1
-0
/
+15
2023-09-07
Log: fixed typo.
Alejandro Colomar
1
-2
/
+2
2023-08-17
Wasm: Add support for directory access.
Andrew Clayton
1
-0
/
+5
2023-08-17
Wasm: Wire up Wasm language module support to the config system.
Andrew Clayton
1
-0
/
+50
2023-05-08
NJS: supported loadable modules.
Zhidao HONG
1
-0
/
+7
2023-04-11
Add per-application logging.
Andrew Clayton
1
-0
/
+12
2023-03-17
Socket: Remove Unix domain listen sockets upon reconfigure.
Andrew Clayton
1
-0
/
+46
2023-03-17
Socket: Remove Unix domain listen sockets at shutdown.
Andrew Clayton
1
-2
/
+6
2023-02-17
Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.
Andrew Clayton
1
-1
/
+1
2022-12-10
Isolation: wired up per-application cgroup support internally.
Andrew Clayton
1
-0
/
+4
2022-11-17
Removed dead code.
OutOfFocus4
1
-12
/
+0
2022-08-18
Fixed support for abstract Unix sockets.
Alejandro Colomar
1
-1
/
+3
2022-04-26
Fixed indentation.
Alejandro Colomar
1
-1
/
+1
2021-11-24
Fixing zombie process appearance and hang up on shutdown.
Max Romanov
1
-1
/
+3
2021-11-24
Sending shared port to application prototype.
Max Romanov
1
-4
/
+26
2021-11-09
Introducing application prototype processes.
Tiago Natel de Moura
1
-18
/
+165
2021-11-09
Changed nxt_process_* for reuse.
Tiago Natel de Moura
1
-219
/
+52
2021-11-09
Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.
Tiago Natel de Moura
1
-2
/
+31
2021-10-28
Moving request limit control to libunit.
Max Romanov
1
-0
/
+7
2021-10-12
Removed unused declarations.
Zhidao HONG
1
-4
/
+0
2021-10-09
Configuration: automatic migration to the new "share" behavior.
Zhidao HONG
1
-20
/
+45
2021-08-03
Fixed dead assignments.
Max Romanov
1
-2
/
+0
2021-07-02
Ruby: process and thread lifecycle hooks.
Oisin Canty
1
-0
/
+5
2021-05-20
Python: support for multiple targets.
Oisin Canty
1
-0
/
+6
2021-02-03
Fixing possible NULL dereference.
Max Romanov
1
-11
/
+12
2021-02-03
Using shared memory to pass configuration to main process.
Max Romanov
1
-17
/
+52
2020-12-22
Python: multiple values in the "path" option.
Valentin Bartenev
1
-1
/
+1
2020-11-10
Python: supporting ASGI legacy protocol.
Max Romanov
1
-0
/
+6
2020-11-05
Perl: request processing in multiple threads.
Max Romanov
1
-0
/
+12
2020-11-05
Ruby: request processing in multiple threads.
Max Romanov
1
-0
/
+5
2020-11-05
Java: request processing in multiple threads.
Max Romanov
1
-0
/
+10
2020-11-05
Python: request processing in multiple threads.
Max Romanov
1
-0
/
+12
2020-10-29
Isolation: mounting of procfs by default when using "rootfs".
Tiago Natel de Moura
1
-2
/
+8
2020-09-18
Python: app module callable name configuration.
Max Romanov
1
-0
/
+6
2020-08-25
Isolation: added "automount" option.
Tiago Natel de Moura
1
-0
/
+2
2020-08-20
Moved isolation related code to "nxt_isolation.c".
Tiago Natel de Moura
1
-4
/
+2
2020-08-13
Fixed error handling of prefork callback.
Tiago Natel de Moura
1
-14
/
+21
2020-05-28
Added "rootfs" feature.
Tiago Natel de Moura
1
-5
/
+84
2020-03-09
Refactor of process management.
Tiago Natel de Moura
1
-798
/
+251
2020-05-14
PHP: implemented "targets" option.
Valentin Bartenev
1
-15
/
+5
2019-12-24
Adding "limits/shm" configuration validation and parsing.
Max Romanov
1
-1
/
+31
2019-12-06
Isolation: allowed the use of credentials with unpriv userns.
Tiago Natel
1
-24
/
+189
2019-12-06
Moved credential-related code to nxt_credential.c.
Tiago Natel
1
-3
/
+2
2019-11-26
Refactor of process init.
Tiago Natel
1
-96
/
+217
2019-10-29
Process port refactoring.
Hong Zhi Dao
1
-15
/
+3
2019-10-29
Allocating process init struct from runtime memory pool.
Max Romanov
1
-17
/
+10
2019-10-11
Fixed passing false in namespace flags.
Tiago Natel
1
-4
/
+2
[next]