Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-06 | Added support for shm_open(SHM_ANON) extension. | Sergey Kandaurov | 1 | -0/+23 | |
2018-01-11 | Fixed DragonFly BSD shared memory implementation. | Igor Sysoev | 1 | -1/+48 | |
2017-09-27 | Better checking for shm_open() during configure. | Sergey Kandaurov | 1 | -7/+15 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -2/+2 | |
2017-08-29 | Store and use NXT_LIBRT for go module. | Max Romanov | 1 | -0/+1 | |
2017-05-12 | Using shared memory to send data via nxt_port. | Max Romanov | 1 | -0/+60 | |
Usage: b = nxt_port_mmap_get_buf(task, port, size); b->mem.free = nxt_cpymem(b->mem.free, data, size); nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b); |