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_port.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-28
Fixed some function definitions.
Andrew Clayton
1
-2
/
+2
2021-11-24
Fixing alerts on router restart.
Max Romanov
1
-1
/
+1
2021-11-24
Sending shared port to application prototype.
Max Romanov
1
-2
/
+3
2021-11-09
Introducing application prototype processes.
Tiago Natel de Moura
1
-9
/
+21
2021-11-09
Changed nxt_process_* for reuse.
Tiago Natel de Moura
1
-0
/
+47
2021-02-03
Fixing shared app queue unmap size.
Max Romanov
1
-1
/
+7
2020-08-11
Style fixes for 2 file descriptors transfer over port.
Max Romanov
1
-14
/
+14
2020-08-11
Introducing application and port shared memory queues.
Max Romanov
1
-3
/
+25
2020-08-11
Introducing the shared application port.
Max Romanov
1
-2
/
+0
2020-03-09
Refactor of process management.
Tiago Natel de Moura
1
-1
/
+3
2019-11-26
Refactor of process init.
Tiago Natel
1
-1
/
+1
2019-10-29
Process port refactoring.
Hong Zhi Dao
1
-17
/
+3
2019-09-18
Fixing master process crash after failed fork.
Max Romanov
1
-1
/
+1
2019-08-20
Introducing websocket support in router and libunit.
Max Romanov
1
-0
/
+1
2019-03-11
Style.
Andrey Zelenkov
1
-1
/
+1
2018-10-02
Making port fd blocking on app side and non-blocking in Unit.
Max Romanov
1
-0
/
+2
2018-09-07
Misspelled variable names fixed.
Max Romanov
1
-1
/
+1
2018-08-10
Introducing app joint to accurate app release.
Max Romanov
1
-5
/
+1
2018-06-18
Fixed exit status on start failure.
Igor Sysoev
1
-1
/
+1
2018-06-18
Removing Unix control socket on start failure.
Igor Sysoev
1
-2
/
+0
2018-03-21
Triggering RPC error for all handlers on port close.
Max Romanov
1
-0
/
+2
2018-03-05
Reduced number of critical log levels.
Valentin Bartenev
1
-2
/
+2
2018-02-20
Removed unwanted assertions.
Max Romanov
1
-1
/
+1
2018-01-29
Introducing extended app process management.
Max Romanov
1
-0
/
+1
2017-12-28
Changed nxt_mp_retain() and nxt_mp_release() interfaces.
Igor Sysoev
1
-1
/
+1
2017-12-27
Fixing application timeout.
Max Romanov
1
-0
/
+1
2017-11-20
Fixing Coverity warnings.
Max Romanov
1
-4
/
+3
2017-10-19
Filtering process to keep connection.
Max Romanov
1
-5
/
+2
2017-10-04
Port message fragmentation supported.
Max Romanov
1
-0
/
+2
2017-10-04
Introducing process use counter.
Max Romanov
1
-2
/
+9
2017-10-04
Using port 'post' facility to proxy remove pid message to workers.
Max Romanov
1
-1
/
+3
2017-10-04
Introducing use counters for port and app. Thread safe port write.
Max Romanov
1
-13
/
+116
2017-10-04
Using engine memiory pool for port write allocations.
Max Romanov
1
-2
/
+4
2017-09-15
Introducing named port message handlers to avoid misprints.
Max Romanov
1
-3
/
+3
2017-09-15
Introducing application timeout.
Max Romanov
1
-2
/
+1
2017-09-06
Style fixes.
Igor Sysoev
1
-13
/
+12
2017-08-29
The master process has been renamed to the main process.
Igor Sysoev
1
-2
/
+2
2017-08-02
Added basic port error handler.
Max Romanov
1
-3
/
+29
2017-08-02
Runtime processes protected with mutex.
Max Romanov
1
-28
/
+6
2017-08-02
Implicit port read buffer completion.
Max Romanov
1
-3
/
+0
2017-08-02
Using port rpc in router->master start worker request.
Max Romanov
1
-1
/
+7
2017-08-02
Port RPC interface introduced.
Max Romanov
1
-0
/
+3
2017-07-18
Request-app link introduced to prevent mp destroy for penging requests.
Max Romanov
1
-0
/
+5
2017-07-18
Mem pool cleanup introduced.
Max Romanov
1
-1
/
+1
2017-07-18
Port allocation and destroy changed. Worker process stop introduced.
Max Romanov
1
-13
/
+65
2017-07-12
New process port exchange changed. READY message type introduced.
Max Romanov
1
-17
/
+78
2017-07-07
Process stop notification from master to all other processes.
Max Romanov
1
-1
/
+21
2017-07-07
Redirecting buffer completion handler to specific engine.
Max Romanov
1
-21
/
+1
2017-06-23
Added basic HTTP request processing in router.
Max Romanov
1
-2
/
+0
2017-06-23
Extruded nxt_port_send_port() to send port to one process.
Max Romanov
1
-26
/
+34
[next]