log

age author description
Mon, 26 Oct 2009 14:09:25 +0000 Igor Sysoev nginx-0.8.21-RELEASE release-0.8.21
Mon, 26 Oct 2009 12:00:37 +0000 Igor Sysoev fix r3211
Mon, 26 Oct 2009 11:43:32 +0000 Igor Sysoev http listen unix domain sockets
Thu, 22 Oct 2009 10:17:54 +0000 Igor Sysoev fix r3225 and r3227: preserve default_server bit during listen options
Thu, 22 Oct 2009 09:48:42 +0000 Igor Sysoev do not run regex for empty host name since regex always fails in this case,
Thu, 22 Oct 2009 08:15:16 +0000 Igor Sysoev test a duplicate listen in a server
Thu, 22 Oct 2009 08:14:02 +0000 Igor Sysoev fix r3225: it overrode the listen options by default server default options
Wed, 21 Oct 2009 19:18:50 +0000 Igor Sysoev listen default_server parameter
Wed, 21 Oct 2009 19:16:38 +0000 Igor Sysoev allow to set listen options in any server
Wed, 21 Oct 2009 19:13:27 +0000 Igor Sysoev add listen address in error message
Wed, 21 Oct 2009 17:04:13 +0000 Igor Sysoev use lowcase only hostname
Wed, 21 Oct 2009 16:52:10 +0000 Igor Sysoev rename core_srv_conf fields to more understandable default_server and server
Wed, 21 Oct 2009 16:47:44 +0000 Igor Sysoev *) move sockaddr to the listen options
Wed, 21 Oct 2009 16:27:48 +0000 Igor Sysoev fix r3218:
Wed, 21 Oct 2009 08:48:04 +0000 Igor Sysoev refactor http listen code: remove duplicate options fields
Wed, 21 Oct 2009 08:19:46 +0000 Igor Sysoev refactor http listen code:
Tue, 20 Oct 2009 11:48:28 +0000 Igor Sysoev fix two previous commits: an early parallel body discarding completion
Mon, 19 Oct 2009 16:13:38 +0000 Igor Sysoev allow discarding body while a long response transfer
Mon, 19 Oct 2009 16:12:13 +0000 Igor Sysoev restore discard body handler after ngx_http_set_writer() set it to
Mon, 19 Oct 2009 16:06:57 +0000 Igor Sysoev fix ngx_http_finalize_request() code after a body has been discarded
Mon, 19 Oct 2009 14:08:35 +0000 Igor Sysoev prevent handling discarded body as a pipelined request
Mon, 19 Oct 2009 14:08:09 +0000 Igor Sysoev add lingering timeout if a response is short and a request body is being
Mon, 19 Oct 2009 12:35:01 +0000 Igor Sysoev add SNI support in -V output
Mon, 19 Oct 2009 12:33:09 +0000 Igor Sysoev fix typo
Thu, 15 Oct 2009 13:19:34 +0000 Igor Sysoev ngx_http_parse_time() should support full 32-bit time
Thu, 15 Oct 2009 13:09:58 +0000 Igor Sysoev use ngx_uint_t instead of int,
Thu, 15 Oct 2009 13:01:42 +0000 Igor Sysoev bump version
Wed, 14 Oct 2009 12:57:26 +0000 Igor Sysoev release-0.8.20 tag
Wed, 14 Oct 2009 12:57:25 +0000 Igor Sysoev nginx-0.8.20-RELEASE release-0.8.20
Wed, 14 Oct 2009 12:39:41 +0000 Igor Sysoev update r3201: ngx_http_random_index_module should behave consistently