summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-08NJS: supported loadable modules.Zhidao HONG1-0/+6
2023-03-17Socket: Remove Unix domain listen sockets upon reconfigure.Andrew Clayton1-0/+3
2022-08-29Implemented basic statistics API.Valentin Bartenev1-0/+5
2022-06-07Removing unused tracking fields and functions.Max Romanov1-4/+0
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-0/+3
2021-11-09Changed nxt_process_* for reuse.Tiago Natel de Moura1-0/+1
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura1-1/+18
2021-10-28Moving request limit control to libunit.Max Romanov1-2/+0
2021-07-29Application restart introduced.Max Romanov1-0/+3
2020-10-28Router: introducing the PORT_ACK message.Max Romanov1-0/+3
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov1-4/+2
2020-08-11Introducing application and port shared memory queues.Max Romanov1-5/+20
2020-08-11Port message extended to transfer 2 file descriptors.Max Romanov1-0/+2
2020-08-11Introducing the shared application port.Max Romanov1-4/+7
2020-08-11Changing router to application shared memory exchange protocol.Max Romanov1-0/+7
2020-08-11Changing router to application port exchange protocol.Max Romanov1-0/+9
2020-03-09Refactor of process management.Tiago Natel de Moura1-70/+71
2019-12-24Introducing port messages to notify about out of shared memory.Max Romanov1-0/+9
2019-11-26Refactor of process init.Tiago Natel1-1/+1
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+15
2019-08-16Fixing multi-thread port write racing conditions.Max Romanov1-6/+2
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+6
2018-04-11Initial access log support.Valentin Bartenev1-0/+3
2018-04-05Style.Valentin Bartenev1-8/+8
2018-01-29Introducing extended app process management.Max Romanov1-0/+3
2017-12-27Fixing application timeout.Max Romanov1-0/+6
2017-12-27Changing worker selection precedence.Max Romanov1-1/+1
2017-12-27Implementing the ability to cancel request before worker starts processing it.Max Romanov1-4/+23
2017-11-02Fixing build on Solaris.Max Romanov1-1/+1
2017-10-19Filtering process to keep connection.Max Romanov1-2/+0
2017-10-04Port message fragmentation supported.Max Romanov1-0/+5
2017-10-04Using port 'post' facility to proxy remove pid message to workers.Max Romanov1-1/+5
2017-10-04Optimized send message allocations.Max Romanov1-2/+0
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov1-4/+13
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-29/+73
2017-09-15Introducing application timeout.Max Romanov1-2/+1
2017-09-10Configuration persistence.Valentin Bartenev1-0/+2
2017-08-17The new module configuration interface.Igor Sysoev1-0/+2
2017-08-11Sync flag introduced for port type.Max Romanov1-1/+3
2017-08-02Listening socket creation and binding operations are passedIgor Sysoev1-0/+2
2017-08-02Added basic port error handler.Max Romanov1-1/+4
2017-08-02Runtime processes protected with mutex.Max Romanov1-2/+0
2017-08-02Using port rpc in router->master start worker request.Max Romanov1-0/+3
2017-08-02Port RPC interface introduced.Max Romanov1-0/+9
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov1-8/+24
2017-07-18Removed NXT_PACKED from port structures.Valentin Bartenev1-2/+2
2017-07-18Request-app link introduced to prevent mp destroy for penging requests.Max Romanov1-0/+1
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-0/+5
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-8/+18
2017-07-07Process stop notification from master to all other processes.Max Romanov1-4/+5