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
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
2017-06-23
Store mem_pool in buf->data instead of port for consistency.
Max Romanov
1
-5
/
+5
2017-06-23
nxt_port_create() use task instead of thread.
Max Romanov
1
-4
/
+3
2017-06-20
Using new memory pool implementation.
Igor Sysoev
1
-2
/
+2
2017-05-12
Using shared memory to send data via nxt_port.
Max Romanov
1
-50
/
+77
2017-03-09
Processes refactoring.
Igor Sysoev
1
-41
/
+59
2017-02-22
Port changes.
Igor Sysoev
1
-74
/
+77
2017-02-22
I/O operations refactoring.
Igor Sysoev
1
-1
/
+1
2017-02-01
Process channels have been renamed to ports.
Igor Sysoev
1
-0
/
+265