log ngx_http_upstream_keepalive_module.c @ 24:2ee28064a04a 0.4

age author description
Wed, 15 Dec 2010 21:12:36 +0300 Maxim Dounin Keepalive: correctly close connections on gracefull shutdown. 0.4
Tue, 14 Sep 2010 04:01:14 +0400 Maxim Dounin Keepalive: avoid closing upstream connection on stale events.
Tue, 02 Jun 2009 21:53:19 +0400 Maxim Dounin Keepalive: fix create_conf to return NULL on errors.
Wed, 15 Apr 2009 19:22:11 +0400 Maxim Dounin Keepalive: experimental fastcgi support.
Thu, 13 Nov 2008 19:36:23 +0300 Maxim Dounin Keepalive: don't cache invalid connections.
Mon, 10 Nov 2008 16:09:44 +0300 Maxim Dounin Keepalive: log saving connection.
Fri, 24 Oct 2008 15:51:17 +0400 Maxim Dounin Keepalive: fix connection closing and avoid for loop there. 0.1
Fri, 24 Oct 2008 02:03:39 +0400 Maxim Dounin Keepalive: distinguish between upstream servers by default.
Thu, 23 Oct 2008 19:18:36 +0400 Maxim Dounin Keepalive: style.
Thu, 23 Oct 2008 19:11:15 +0400 Maxim Dounin Keepalive: unbreak cache size parsing and protect from zero.
Thu, 23 Oct 2008 19:11:15 +0400 Maxim Dounin Keepalive: always save connections to cache.
Thu, 23 Oct 2008 18:15:26 +0400 Maxim Dounin Keepalive: reimplement using queues.
Wed, 22 Oct 2008 03:52:29 +0400 Maxim Dounin Keepalive: common cache for all backends.
Mon, 20 Oct 2008 18:00:33 +0400 Maxim Dounin Keepalive upstream balancer: transparent skeleton.