summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Fixed some function definitions.Andrew Clayton1-2/+2
2021-11-24Fixing alerts on router restart.Max Romanov1-1/+1
2021-11-24Sending shared port to application prototype.Max Romanov1-2/+3
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-9/+21
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-0/+47
2021-02-03Fixing shared app queue unmap size.Max Romanov1-1/+7
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov1-14/+14
2020-08-11Introducing application and port shared memory queues.Max Romanov1-3/+25
2020-08-11Introducing the shared application port.Max Romanov1-2/+0
2020-03-09Refactor of process management.Tiago Natel de Moura1-1/+3
2019-11-26Refactor of process init.Tiago Natel1-1/+1
2019-10-29Process port refactoring.Hong Zhi Dao1-17/+3
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