Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-02 | Go: fixing typo in log messages. | Max Romanov | 1 | -1/+1 | |
2018-08-06 | Unit application library. | Max Romanov | 1 | -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-06 | Go: removing request registry. | Max Romanov | 1 | -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-27 | Fixing racing condition in request.msgs usage. | Max Romanov | 1 | -8/+8 | |
2017-09-08 | Cosmetic fixes in port.go. | Sergey Fedchenko | 1 | -33/+35 | |
This closes #5 on GitHub. From 615369a29511c6021e5623070f082fdb17ff37a2 | |||||
2017-09-06 | Style fixes. | Igor Sysoev | 1 | -5/+11 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -0/+219 | |