summaryrefslogtreecommitdiffhomepage
path: root/src/go/unit/nxt_go_run_ctx.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Unit application library.Max Romanov1-554/+0
2017-12-27Implementing the ability to cancel request before worker starts processing it.Max Romanov1-29/+51
2017-12-06Go: removing request registry.Max Romanov1-1/+3
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov1-7/+2
2017-10-19Fixing Go package build.Max Romanov1-3/+3
2017-09-06Style fixes.Igor Sysoev1-13/+17
2017-08-31nginext has been renamed to unit.Igor Sysoev1-0/+0
2017-08-11Request body read state implemented.Max Romanov1-30/+155
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov1-1/+1
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