| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-06 | Unit application library. | Max Romanov | 1 | -78/+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-28 | Fixed Go package and PHP module building.0.3 | Igor Sysoev | 1 | -1/+1 | |
| Go package and PHP module could not be built after changeset 5817734dd9b9. | |||||
| 2017-12-27 | Implementing the ability to cancel request before worker starts processing it. | Max Romanov | 1 | -3/+5 | |
| 2017-12-06 | Go: removing request registry. | Max Romanov | 1 | -1/+2 | |
| 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-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -0/+75 | |
