summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port_rpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Removing unused tracking fields and functions.Max Romanov1-1/+0
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura1-2/+2
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov1-2/+4
2020-05-28Moving nxt_stream_ident to shared memory.Max Romanov1-3/+25
2019-02-25RPC error message size fixed.Max Romanov1-1/+1
2018-04-05Style.Valentin Bartenev1-0/+2
2018-04-04Style: capitalized letters in hexadecimal literals.Valentin Bartenev1-1/+1
2018-03-29Using nxt_lvlhsh_peek() and nxt_lvlhsh_retrieve().Igor Sysoev1-6/+1
2018-03-21Triggering RPC error for all handlers on port close.Max Romanov1-0/+38
2018-03-21Registered RPC handlers affects port use counters.Max Romanov1-0/+8
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2017-12-27Rescheduling of pending request after configured timeout.Max Romanov1-4/+0
2017-12-27Fixing application timeout.Max Romanov1-18/+37
2017-09-15Introducing application timeout.Max Romanov1-73/+188
2017-09-06Style fixes.Igor Sysoev1-6/+10
2017-08-11RPC: peer pid special value -1 may be used if pid is unknown.Max Romanov1-36/+43
2017-08-02Port RPC interface introduced.Max Romanov1-0/+314