details: http://hg.nginx.org/nginx/rev/fbdaad9b0e7b
branches:
changeset: 6923:fbdaad9b0e7b
user: Ruslan Ermilov
date: Mon Mar 06 11:09:47 2017 +0300
description:
Added missing "static" specifiers found by gcc -Wtraditional.
diffstat:
src/event/modules/ngx_devpoll_module.c | 2 +
details: http://hg.nginx.org/nginx/rev/03735fef08da
branches:
changeset: 6924:03735fef08da
user: Sergey Kandaurov
date: Mon Mar 06 17:56:23 2017 +0300
description:
Mail: don't emit separator in capability lists for APOP.
Notably, this fixes CAPA and AUTH output.
The bug had appeare
Hi all,
I would like to add support for a 'define' directive to nginx, which will allow
text substitutions during conf parsing.
At this point I'm thinking about adding support only for simple macros - no
parameters, no ifdefs etc.
Before I start working on the code, I wanted to check whether thi