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
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
2017-10-10
Optimized application type handling.
Valentin Bartenev
1
-1
/
+1
2017-10-05
Improved applications versions handling.
Valentin Bartenev
1
-1
/
+1
2017-10-04
Introducing process use counter.
Max Romanov
1
-16
/
+14
2017-10-04
Return error codes for port_hash operations.
Max Romanov
1
-2
/
+12
2017-10-04
Introducing use counters for port and app. Thread safe port write.
Max Romanov
1
-9
/
+27
2017-10-04
Using engine memiory pool for port write allocations.
Max Romanov
1
-0
/
+1
2017-10-04
Removing mem_pool from port_hash interface.
Max Romanov
1
-5
/
+10
2017-09-22
Removed fibers from compilation.
Valentin Bartenev
1
-0
/
+2
2017-09-10
Configuration persistence.
Valentin Bartenev
1
-0
/
+40
2017-09-06
Style fixes.
Igor Sysoev
1
-2
/
+3
2017-08-31
Changed modules names format.
Igor Sysoev
1
-1
/
+1
2017-08-31
nginext has been renamed to unit.
Igor Sysoev
1
-5
/
+5
2017-08-30
Fixed pid_file pattern misprint introduced in 231:6832cdee961e.
Max Romanov
1
-1
/
+1
2017-08-30
Adding a missing slash to the tail of path set by --modules
Igor Sysoev
1
-3
/
+12
2017-08-29
The master process has been renamed to the main process.
Igor Sysoev
1
-8
/
+8
2017-08-29
Improved English.
Igor Sysoev
1
-3
/
+3
2017-08-26
Added configure and command line option --help.
Igor Sysoev
1
-0
/
+44
2017-08-26
Added configure and command line option --control.
Igor Sysoev
1
-22
/
+39
2017-08-26
Added configure and command line option --modules.
Igor Sysoev
1
-0
/
+24
2017-08-26
Added configure option --user=USER and --group=GROUP.
Igor Sysoev
1
-6
/
+6
2017-08-26
Added configure option --pid=FILE.
Igor Sysoev
1
-15
/
+4
2017-08-26
Added configure options --prefix=PATH and --log=FILE.
Igor Sysoev
1
-14
/
+8
2017-08-24
Fixed building by GCC after 924c70e5fd1f.
Valentin Bartenev
1
-1
/
+1
2017-08-24
Removed configure option --no-threads.
Igor Sysoev
1
-35
/
+3
2017-08-24
Checking invalid command line options.
Igor Sysoev
1
-1
/
+8
2017-08-24
Added command line option --version.
Igor Sysoev
1
-4
/
+13
2017-08-24
Removed command line option --workers.
Igor Sysoev
1
-23
/
+0
2017-08-24
Renamed command line option --no-daemonize to --no-daemon.
Igor Sysoev
1
-1
/
+1
2017-08-17
The new module configuration interface.
Igor Sysoev
1
-11
/
+17
2017-08-16
Corrected path to nxt_socket.h in comments.
Ruslan Ermilov
1
-1
/
+1
2017-08-02
Runtime processes protected with mutex.
Max Romanov
1
-32
/
+92
2017-07-18
Mem pool cleanup introduced.
Max Romanov
1
-4
/
+6
2017-07-18
Port allocation and destroy changed. Worker process stop introduced.
Max Romanov
1
-20
/
+5
[next]