summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Fixing master process crash after failed fork.Max Romanov1-1/+1
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+1
2019-03-11Style.Andrey Zelenkov1-1/+1
2018-10-02Making port fd blocking on app side and non-blocking in Unit.Max Romanov1-0/+2
2018-09-07Misspelled variable names fixed.Max Romanov1-1/+1
2018-08-10Introducing app joint to accurate app release.Max Romanov1-5/+1
2018-06-18Fixed exit status on start failure.Igor Sysoev1-1/+1
2018-06-18Removing Unix control socket on start failure.Igor Sysoev1-2/+0
2018-03-21Triggering RPC error for all handlers on port close.Max Romanov1-0/+2
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-2/+2
2018-02-20Removed unwanted assertions.Max Romanov1-1/+1
2018-01-29Introducing extended app process management.Max Romanov1-0/+1
2017-12-28Changed nxt_mp_retain() and nxt_mp_release() interfaces.Igor Sysoev1-1/+1
2017-12-27Fixing application timeout.Max Romanov1-0/+1
2017-11-20Fixing Coverity warnings.Max Romanov1-4/+3
2017-10-19Filtering process to keep connection.Max Romanov1-5/+2
2017-10-04Port message fragmentation supported.Max Romanov1-0/+2
2017-10-04Introducing process use counter.Max Romanov1-2/+9
2017-10-04Using port 'post' facility to proxy remove pid message to workers.Max Romanov1-1/+3
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov1-13/+116
2017-10-04Using engine memiory pool for port write allocations.Max Romanov1-2/+4
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-3/+3
2017-09-15Introducing application timeout.Max Romanov1-2/+1
2017-09-06Style fixes.Igor Sysoev1-13/+12
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-2/+2
2017-08-02Added basic port error handler.Max Romanov1-3/+29
2017-08-02Runtime processes protected with mutex.Max Romanov1-28/+6
2017-08-02Implicit port read buffer completion.Max Romanov1-3/+0
2017-08-02Using port rpc in router->master start worker request.Max Romanov1-1/+7
2017-08-02Port RPC interface introduced.Max Romanov1-0/+3
2017-07-18Request-app link introduced to prevent mp destroy for penging requests.Max Romanov1-0/+5
2017-07-18Mem pool cleanup introduced.Max Romanov1-1/+1
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-13/+65
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-17/+78
2017-07-07Process stop notification from master to all other processes.Max Romanov1-1/+21
2017-07-07Redirecting buffer completion handler to specific engine.Max Romanov1-21/+1
2017-06-23Added basic HTTP request processing in router.Max Romanov1-2/+0
2017-06-23Extruded nxt_port_send_port() to send port to one process.Max Romanov1-26/+34
2017-06-23Store mem_pool in buf->data instead of port for consistency.Max Romanov1-5/+5
2017-06-23nxt_port_create() use task instead of thread.Max Romanov1-4/+3
2017-06-20Using new memory pool implementation.Igor Sysoev1-2/+2
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-50/+77
2017-03-09Processes refactoring.Igor Sysoev1-41/+59
2017-02-22Port changes.Igor Sysoev1-74/+77
2017-02-22I/O operations refactoring.Igor Sysoev1-1/+1
2017-02-01Process channels have been renamed to ports.Igor Sysoev1-0/+265