Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-12 | Go: worker initialization. READY message to master. | Max Romanov | 7 | -25/+89 | |
2017-07-07 | Process stop notification from master to all other processes. | Max Romanov | 1 | -1/+8 | |
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 | Complex target parser copied from NGINX. | Max Romanov | 1 | -6/+11 | |
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value. | |||||
2017-06-27 | Applied nxt_pointer_to() and nxt_value_at() where possible. | Valentin Bartenev | 3 | -4/+3 | |
2017-06-26 | Build on Solaris 11 fixed. | Max Romanov | 1 | -1/+2 | |
2017-06-23 | External Go app request processing. | Max Romanov | 20 | -0/+2065 | |