Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-27 | Implementing the ability to cancel request before worker starts processing it. | Max Romanov | 1 | -3/+11 | |
2017-12-06 | Go: removing request registry. | Max Romanov | 1 | -19/+22 | |
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-12-01 | Making Go package source distributable and renaming to 'nginx/unit'. | Max Romanov | 1 | -7/+2 | |
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-09-06 | Style fixes. | Igor Sysoev | 1 | -4/+4 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -0/+210 | |