| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-06 | Unit application library. | Max Romanov | 1 | -217/+0 | |
| Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
| 2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -1/+1 | |
| 2018-03-06 | Added support for shm_open(SHM_ANON) extension. | Sergey Kandaurov | 1 | -0/+12 | |
| 2018-01-11 | Fixed DragonFly BSD shared memory implementation. | Igor Sysoev | 1 | -1/+2 | |
| 2017-12-27 | Implementing the ability to cancel request before worker starts processing it. | Max Romanov | 1 | -15/+22 | |
| 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-12-01 | Initializing port_msg fields with zeroes in Go package. | Max Romanov | 1 | -0/+2 | |
| 2017-10-19 | Fixing Go package build. | Max Romanov | 1 | -3/+3 | |
| Go package build was broken by change 365:28b2a468be43. | |||||
| 2017-10-19 | Introducing src_pid for mmap header for accurate buf completion. | Max Romanov | 1 | -2/+3 | |
| This allows to use shared memory to communicate with main process. This patch changes shared memory segment format and breaks compatibility with older modules. | |||||
| 2017-09-18 | Fixing shared memory thread safety issue. | Max Romanov | 1 | -1/+4 | |
| 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-06 | Style fixes. | Igor Sysoev | 1 | -2/+6 | |
| 2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -0/+192 | |
