log ngx_http_upstream_keepalive_module.c @ 49:32e9e4b4b5e1 draft default tip

age author description
Mon, 25 Jun 2012 22:55:53 +0400 Maxim Dounin Keepalive: "single" parameter deprecated. draft
Thu, 08 Sep 2011 17:12:07 +0400 Maxim Dounin Keepalive: do not reject connections with ready flag set.
Sun, 04 Sep 2011 14:03:11 +0400 Maxim Dounin Keepalive: add missing static keyword.
Sun, 04 Sep 2011 01:42:43 +0400 Maxim Dounin Keepalive: unbreak build under win32.
Sun, 04 Sep 2011 01:39:45 +0400 Maxim Dounin Keepalive: unbreak build without --with-http_ssl_module.
Wed, 31 Aug 2011 21:21:14 +0400 Maxim Dounin Keepalive: more connection validity checks.
Wed, 31 Aug 2011 12:10:18 +0400 Maxim Dounin Keepalive: ssl connection handling.
Wed, 31 Aug 2011 06:03:30 +0400 Maxim Dounin Keepalive: reduce indentation, no functional changes.
Wed, 31 Aug 2011 05:43:53 +0400 Maxim Dounin Keepalive: update comments, style.
Tue, 30 Aug 2011 14:30:58 +0400 Maxim Dounin Keepalive: set_session and save_session callbacks.
Tue, 30 Aug 2011 14:26:05 +0400 Maxim Dounin Keepalive: log connection used.
Tue, 26 Jul 2011 12:51:14 +0400 Maxim Dounin Keepalive: don't cache timed out connections.
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.