summaryrefslogtreecommitdiffhomepage
path: root/src/nginext/nxt_go_run_ctx.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31nginext has been renamed to unit.Igor Sysoev1-531/+0
2017-08-11Request body read state implemented.Max Romanov1-30/+155
With specific timeout and buffer size settings.
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov1-1/+1
NXT_PORT_MSG_LAST - mark message as last; NXT_PORT_MSG_CLOSE_FD - close fd right after send; Type constants altered to include last flag for single buffer messages. Last sign is critical for coming port RPC layer. Handlers unregistered on last message. Create sync buffer is not convenient, extra parameter is better.
2017-07-12Go: worker initialization. READY message to master.Max Romanov1-0/+10
2017-06-27Applied nxt_pointer_to() and nxt_value_at() where possible.Valentin Bartenev1-2/+1
2017-06-23External Go app request processing.Max Romanov1-0/+397