[nginx] Core: moved initialization of log level.

2013-06-13 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/3bb51e5afa9e branches: changeset: 5250:3bb51e5afa9e user: Vladimir Homutov v...@nginx.com date: Thu Jun 13 14:50:10 2013 +0400 description: Core: moved initialization of log level. The cycle-new_log-log_level should only be initialized by

[nginx] Core: consolidated log-related code.

2013-07-03 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/e088695737c3 branches: changeset: 5260:e088695737c3 user: Vladimir Homutov v...@nginx.com date: Fri Jun 28 17:24:54 2013 +0400 description: Core: consolidated log-related code. The stderr redirection code is moved to ngx_log_redirect_stderr().

[nginx] Improved code readablity in ngx_http_upstream_init_round...

2013-12-03 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/359f49a84f87 branches: changeset: 5454:359f49a84f87 user: Vladimir Homutov v...@nginx.com date: Tue Dec 03 17:12:16 2013 +0400 description: Improved code readablity in ngx_http_upstream_init_round_robin(). Changed initialization order of the

[nginx] Fixed false compiler warning.

2014-01-31 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/4d47722d76b2 branches: changeset: 5548:4d47722d76b2 user: Vladimir Homutov v...@nginx.com date: Fri Jan 31 14:18:52 2014 +0400 description: Fixed false compiler warning. Newer gcc versions (4.7+) report possible use of uninitialized variable if

[nginx] Core: fixed default log initialization.

2014-07-24 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/c3b08217f2a2 branches: changeset: 5771:c3b08217f2a2 user: Vladimir Homutov v...@nginx.com date: Thu Jul 24 16:25:07 2014 +0400 description: Core: fixed default log initialization. The ngx_log_insert() function may invalidate pointer passed to

Re: upstream server max_conns

2014-08-12 Thread Homutov Vladimir
On Tue, Aug 12, 2014 at 02:33:00PM -0700, Yu Zhao wrote: Greetings, I'm looking for a solution to limit number of connections to upstream servers because my app engine running on upstream servers performs best when requests are serialized per CPU. The commercial version of Nginx provides

[nginx] Syslog: enabled logging of send errors.

2014-09-24 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/2cb5275bf5e7 branches: changeset: 5857:2cb5275bf5e7 user: Vladimir Homutov v...@nginx.com date: Mon Sep 01 17:55:07 2014 +0400 description: Syslog: enabled logging of send errors. The ngx_cycle-log is used when sending the message. This allows

[nginx] Syslog: improved error handling of unix domain sockets.

2014-09-24 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/02c2352d5b01 branches: changeset: 5858:02c2352d5b01 user: Vladimir Homutov v...@nginx.com date: Tue Aug 26 14:56:54 2014 +0400 description: Syslog: improved error handling of unix domain sockets. If a syslog daemon is restarted and the unix

[nginx] Syslog: allowed underscore symbol in tag (ticket #667).

2014-11-20 Thread Homutov Vladimir
details: http://hg.nginx.org/nginx/rev/68f64bc17fa4 branches: changeset: 5922:68f64bc17fa4 user: Vladimir Homutov v...@nginx.com date: Thu Nov 20 20:02:21 2014 +0300 description: Syslog: allowed underscore symbol in tag (ticket #667). diffstat: src/core/ngx_syslog.c | 5 +++-- 1