summaryrefslogtreecommitdiffhomepage
path: root/src/nginext (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31nginext has been renamed to unit.Igor Sysoev20-2285/+0
2017-08-30Avoid nxt_port_mmap_header_t redefinition warning.Max Romanov1-3/+1
2017-08-30Avoid nxt_go_process_t redefinition warning.Max Romanov3-3/+12
2017-08-30ListenAndServe changed to be compatible with http.ListenAndServe.Max Romanov3-6/+27
2017-08-30Send remote address to go application.Max Romanov1-0/+5
2017-08-29The process type enum exposed to go module.Max Romanov1-2/+3
2017-08-29The master process has been renamed to the main process.Igor Sysoev2-5/+5
2017-08-25Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.Sergey Kandaurov1-1/+0
2017-08-11Request body read state implemented.Max Romanov6-69/+180
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov4-11/+11
2017-07-12Go: worker initialization. READY message to master.Max Romanov7-25/+89
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-27Applied nxt_pointer_to() and nxt_value_at() where possible.Valentin Bartenev3-4/+3
2017-06-26Build on Solaris 11 fixed.Max Romanov1-1/+2
2017-06-23External Go app request processing.Max Romanov20-0/+2065