log

age author description
Wed, 26 Oct 2011 13:18:33 +0000 Ruslan Ermilov Revamped "configure --help" text.
Wed, 26 Oct 2011 08:16:59 +0000 Igor Sysoev Fix of building by Microsoft Visual C++ 10 compiler.
Tue, 25 Oct 2011 15:04:09 +0000 Igor Sysoev Decrease of log level of some SSL handshake errors.
Tue, 25 Oct 2011 13:48:43 +0000 Ruslan Ermilov Fixed port range checking.
Tue, 25 Oct 2011 13:48:05 +0000 Ruslan Ermilov Fixed range checking for the "somaxconn" sysctl.
Mon, 24 Oct 2011 16:09:05 +0000 Igor Sysoev Support of several servers in the "resolver" directive.
Mon, 24 Oct 2011 15:50:19 +0000 Igor Sysoev Using of junk value in slab allocator similar to modern FreeBSD values.
Mon, 24 Oct 2011 15:46:48 +0000 Igor Sysoev malloc() debugging on MacOSX.
Mon, 24 Oct 2011 12:59:01 +0000 Igor Sysoev FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Fri, 21 Oct 2011 11:04:46 +0000 Maxim Dounin Fixed another return in unix ngx_write_chain_to_file().
Thu, 20 Oct 2011 12:40:26 +0000 Maxim Dounin Fixed unix ngx_write_chain_to_file() to return total bytes written.
Thu, 20 Oct 2011 07:12:45 +0000 Igor Sysoev Fixing conflict with SDK off_t definition.
Thu, 20 Oct 2011 07:00:04 +0000 Igor Sysoev Recent SDKs allow to build IPV6 only for Windows XP or above.
Mon, 17 Oct 2011 17:32:08 +0000 Maxim Dounin Fixed "expires @time" with unknown last modified time (ticket #32).
Mon, 17 Oct 2011 17:30:18 +0000 Maxim Dounin Fixed "expires @00h".
Mon, 17 Oct 2011 15:42:12 +0000 Igor Sysoev Removal of incomplete draft documentation processing.
Mon, 17 Oct 2011 15:39:59 +0000 Igor Sysoev Version bump.
Mon, 17 Oct 2011 15:10:31 +0000 Igor Sysoev release-1.1.6 tag
Mon, 17 Oct 2011 15:10:23 +0000 Igor Sysoev nginx-1.1.6-RELEASE release-1.1.6
Mon, 17 Oct 2011 15:09:34 +0000 Igor Sysoev Moving RELEASE target in more safe place.
Sat, 15 Oct 2011 21:42:03 +0000 Maxim Dounin Added clearing of modules' contexts in ngx_http_named_location().
Thu, 13 Oct 2011 13:56:41 +0000 Maxim Dounin Fixed utf8 decode (ticket #25).
Thu, 13 Oct 2011 12:43:22 +0000 Igor Sysoev Skipping location rewrite phase for server null location.
Wed, 12 Oct 2011 14:22:48 +0000 Maxim Dounin Better recheck of dead upstream servers.
Wed, 12 Oct 2011 13:28:03 +0000 Maxim Dounin Clear old Location header (if any) while adding a new one.
Wed, 12 Oct 2011 13:24:59 +0000 Maxim Dounin Wording fix, "many data" is incorrect.
Wed, 12 Oct 2011 09:36:21 +0000 Ruslan Ermilov Fixed two minor bugs in "types" parsing code.
Wed, 12 Oct 2011 09:34:53 +0000 Ruslan Ermilov Fixed grammar in a comment.
Wed, 12 Oct 2011 09:33:43 +0000 Ruslan Ermilov Replaced magic constants representing default values of some directives
Wed, 12 Oct 2011 09:27:34 +0000 Ruslan Ermilov Stylistic change in checking the boolean expression.