summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port_memory.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Removing unused tracking fields and functions.Max Romanov1-21/+0
2020-10-28Router: broadcasting the SHM_ACK message to all process ports.Max Romanov1-0/+2
2020-08-11Changing router to application shared memory exchange protocol.Max Romanov1-7/+5
2020-07-25Using plain shared memory for configuration pass.Max Romanov1-0/+1
2019-08-16Fixing multi-thread port write racing conditions.Max Romanov1-1/+1
2017-12-27Implementing the ability to cancel request before worker starts processing it.Max Romanov1-2/+22
2017-10-19Introducing mmap_handler to count references to shared memory.Max Romanov1-2/+3
2017-10-19Supporting concurrent shared memory fd receive in router.Max Romanov1-4/+1
2017-08-11Request body read state implemented.Max Romanov1-1/+1
2017-08-02Added basic port error handler.Max Romanov1-5/+0
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-0/+2
2017-06-23Moved message size to nxt_port_recv_msg_t for convenience.Max Romanov1-1/+1
2017-06-23Store pointer to shared memory start in buf->parent.Max Romanov1-1/+11
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-0/+50