summaryrefslogtreecommitdiffhomepage
path: root/src/go/unit/port.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02Go: fixing typo in log messages.Max Romanov1-1/+1
2018-08-06Unit application library.Max Romanov1-98/+45
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-06Go: removing request registry.Max Romanov1-18/+14
Passing unsafe.Pointers (void *) from Go to C is complicated by an attempt to make such pointers less unsafe. A straightforward optimization is to replace 'unsafe.Pointer' with 'uintptr' (thanks to Xin Huang for the idea: https://stackoverflow.com/a/44826533 ). As a result, request registry with mutex is gone.
2017-10-27Fixing racing condition in request.msgs usage.Max Romanov1-8/+8
2017-09-08Cosmetic fixes in port.go.Sergey Fedchenko1-33/+35
This closes #5 on GitHub. From 615369a29511c6021e5623070f082fdb17ff37a2
2017-09-06Style fixes.Igor Sysoev1-5/+11
2017-08-31nginext has been renamed to unit.Igor Sysoev1-0/+219