summaryrefslogtreecommitdiffhomepage
path: root/go/nxt_cgo_lib.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18Go: removing C proxy functions and re-using goroutines.Max Romanov1-21/+11
2020-08-11Introducing the shared application port.Max Romanov1-0/+2
This is the port shared between all application processes which use it to pass requests for processing. Using it significantly simplifies the request processing code in the router. The drawback is 2 more file descriptors per each configured application and more complex libunit message wait/read code.
2019-12-24Go: moving source files to the root of the project.Max Romanov1-0/+40
This patch includes packaging changes related to files move.