summaryrefslogtreecommitdiffhomepage
path: root/src/go/unit/nxt_go_process.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-06Unit application library.Max Romanov1-148/+0
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov1-6/+0
All header files are copied to Go package sources. As the result, package can be (re-)build when required. This closes #23 issue on GitHub.
2017-10-19Fixing Go package build.Max Romanov1-6/+7
Go package build was broken by change 365:28b2a468be43.
2017-09-18Fixing shared memory thread safety issue.Max Romanov1-0/+2
Do not reuse shared memory segment with different port until this segment successfully received and indexed on other side. However, segment can be used to transfer data via the port it was sent at any time.
2017-09-06Style fixes.Igor Sysoev1-7/+8
2017-08-31nginext has been renamed to unit.Igor Sysoev1-0/+150