Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -531/+0 | |
2017-08-11 | Request body read state implemented. | Max Romanov | 1 | -30/+155 | |
With specific timeout and buffer size settings. | |||||
2017-08-02 | Added bit flags to type parameter of nxt_port_socket_write(). | Max Romanov | 1 | -1/+1 | |
NXT_PORT_MSG_LAST - mark message as last; NXT_PORT_MSG_CLOSE_FD - close fd right after send; Type constants altered to include last flag for single buffer messages. Last sign is critical for coming port RPC layer. Handlers unregistered on last message. Create sync buffer is not convenient, extra parameter is better. | |||||
2017-07-12 | Go: worker initialization. READY message to master. | Max Romanov | 1 | -0/+10 | |
2017-06-27 | Applied nxt_pointer_to() and nxt_value_at() where possible. | Valentin Bartenev | 1 | -2/+1 | |
2017-06-23 | External Go app request processing. | Max Romanov | 1 | -0/+397 | |