log

age author description
Wed, 26 Dec 2012 09:29:37 +0000 Ruslan Ermilov Version bump.
Wed, 26 Dec 2012 05:03:51 +0000 Ruslan Ermilov Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
Tue, 25 Dec 2012 14:24:12 +0000 Maxim Dounin release-1.3.10 tag
Tue, 25 Dec 2012 14:23:45 +0000 Maxim Dounin nginx-1.3.10-RELEASE release-1.3.10
Tue, 25 Dec 2012 10:00:39 +0000 Ruslan Ermilov Geo: properly initialize ngx_cidr_t when dealing with "default".
Tue, 25 Dec 2012 08:21:56 +0000 Ruslan Ermilov Geo: IPv6 support.
Tue, 25 Dec 2012 08:02:21 +0000 Valentin Bartenev Upstream: fixed state resetting when switching to backup servers.
Mon, 24 Dec 2012 17:32:53 +0000 Valentin Bartenev Fixed HEAD requests handling when proxying is used (closes #261).
Mon, 24 Dec 2012 16:40:55 +0000 Ruslan Ermilov Trailing whitespace fix.
Sun, 23 Dec 2012 19:09:33 +0000 Valentin Bartenev Access log: the "gzip" parameter of the "access_log" directive.
Sun, 23 Dec 2012 16:04:14 +0000 Valentin Bartenev Configure: added the NGX_ZLIB define.
Sun, 23 Dec 2012 15:51:47 +0000 Valentin Bartenev Access log: the "flush" parameter of the "access_log" directive.
Sun, 23 Dec 2012 15:36:52 +0000 Valentin Bartenev Reopening log files code moved to a separate function.
Sun, 23 Dec 2012 15:27:55 +0000 Valentin Bartenev Access log: fixed redundant buffer reallocation.
Sat, 22 Dec 2012 20:03:38 +0000 Ruslan Ermilov Properly initialize "struct in6_addr" with zeroes.
Fri, 21 Dec 2012 16:13:03 +0000 Maxim Dounin Core: crypt_r() error handling fixed.
Fri, 21 Dec 2012 15:07:45 +0000 Maxim Dounin Image filter: fixed image_filter rotate inheritance.
Fri, 21 Dec 2012 08:46:52 +0000 Ruslan Ermilov Geo: ensure that default entry is always present.
Fri, 21 Dec 2012 08:44:39 +0000 Ruslan Ermilov There's no need to normalize address returned by ngx_ptocidr().
Thu, 20 Dec 2012 19:04:28 +0000 Maxim Dounin Image filter: configuration inheritance fixes.
Thu, 20 Dec 2012 15:34:37 +0000 Ruslan Ermilov Brought the link to ngx_http_perl_module documentation up to date.
Thu, 20 Dec 2012 11:16:03 +0000 Ruslan Ermilov Fixed return type of internal function that allocates radix tree nodes.
Wed, 19 Dec 2012 10:33:56 +0000 Ruslan Ermilov Let "add_header" affect 201 responses (ticket #125).
Wed, 19 Dec 2012 10:30:45 +0000 Ruslan Ermilov Slightly optimized code that handles special headers in "add_header".
Tue, 18 Dec 2012 18:39:39 +0000 Maxim Dounin Avoid sending "100 Continue" on 413 Request Entity Too Large.
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Mon, 17 Dec 2012 12:08:53 +0000 Ruslan Ermilov Implemented IPv6 support for URLs specified using domain names.
Mon, 17 Dec 2012 09:44:46 +0000 Ruslan Ermilov Fixed URL parsing code.
Mon, 17 Dec 2012 09:31:53 +0000 Ruslan Ermilov Simplified URL parsing code.
Fri, 14 Dec 2012 19:56:03 +0000 Ruslan Ermilov Geo: fixed the "ranges" without ranges case.