Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -75/+0 | |
2017-08-30 | Avoid nxt_go_process_t redefinition warning. | Max Romanov | 1 | -2/+4 | |
2017-08-25 | Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c. | Sergey Kandaurov | 1 | -1/+0 | |
Redefinition of typedef is a C11 feature. On older compilers that default to C99, such as clang 3.4.1 supplied with FreeBSD 10, this caused -Wtypedef-redefinition warnings. | |||||
2017-08-11 | Request body read state implemented. | Max Romanov | 1 | -0/+2 | |
With specific timeout and buffer size settings. | |||||
2017-07-12 | Go: worker initialization. READY message to master. | Max Romanov | 1 | -1/+2 | |
2017-06-23 | External Go app request processing. | Max Romanov | 1 | -0/+71 | |