summaryrefslogtreecommitdiffhomepage
path: root/src/nginext/nxt_go_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31nginext has been renamed to unit.Igor Sysoev1-210/+0
2017-08-30ListenAndServe changed to be compatible with http.ListenAndServe.Max Romanov1-2/+0
2017-08-30Send remote address to go application.Max Romanov1-0/+5
2017-08-11Request body read state implemented.Max Romanov1-3/+4
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov1-6/+6
2017-07-07Process stop notification from master to all other processes.Max Romanov1-1/+8
2017-07-05Complex target parser copied from NGINX.Max Romanov1-6/+11
2017-06-23External Go app request processing.Max Romanov1-0/+194