Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-07 | Process stop notification from master to all other processes. | Max Romanov | 1 | -2/+3 | |
New port message type introduced NXT_PORT_MSG_REMOVE_PID. Default handler removes process description from nxt_runtime_t with all ports, incoming and outgoing mmaps etc. | |||||
2017-07-05 | Router: processing JSON configuration. | Igor Sysoev | 1 | -1/+5 | |
2017-05-12 | Using shared memory to send data via nxt_port. | Max Romanov | 1 | -0/+15 | |
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); | |||||
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+219 | |