log

age author description
Mon, 30 Jul 2012 10:35:26 +0000 Maxim Dounin Upstream: hide_headers/pass_headers inheritance fix.
Sun, 29 Jul 2012 19:59:06 +0000 Ruslan Ermilov Improved diagnostics when a directive is specified in the wrong context.
Sun, 29 Jul 2012 19:45:30 +0000 Ruslan Ermilov Removed extraneous GCC warning flags.
Sun, 29 Jul 2012 19:44:09 +0000 Ruslan Ermilov Slight optimization in ngx_http_upstream_add(): replaced an expression
Sun, 29 Jul 2012 19:38:25 +0000 Ruslan Ermilov ngx_http_upstream_add() should return NULL if an error occurs.
Thu, 26 Jul 2012 14:47:42 +0000 Ruslan Ermilov Reduced the number of preprocessor directives.
Tue, 24 Jul 2012 17:40:06 +0000 Ruslan Ermilov When "debug_connection" is configured with a domain name, only the first
Tue, 24 Jul 2012 15:17:03 +0000 Ruslan Ermilov Added the Clang compiler support.
Tue, 24 Jul 2012 15:16:09 +0000 Ruslan Ermilov Made sure to run configure in a "C" locale.
Tue, 24 Jul 2012 15:13:34 +0000 Ruslan Ermilov Added a commented out -Wmissing-prototypes to CFLAGS.
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.
Tue, 24 Jul 2012 15:00:42 +0000 Ruslan Ermilov Replaced a number of "else if" with "elif".
Mon, 23 Jul 2012 16:37:24 +0000 Maxim Dounin Win32: fixed cpu hog after process startup failure.
Fri, 20 Jul 2012 08:21:59 +0000 Ruslan Ermilov Fixed debugging messages to account that limit_zone was renamed to limit_conn.
Tue, 17 Jul 2012 04:47:34 +0000 Ruslan Ermilov Fixed sorting of listen addresses so that wildcard address is always at
Tue, 17 Jul 2012 04:42:38 +0000 Ruslan Ermilov Version bump.
Tue, 10 Jul 2012 12:40:35 +0000 Ruslan Ermilov Synchronized the license text with the FreeBSD's bsd-style-copyright.
Tue, 10 Jul 2012 12:20:30 +0000 Maxim Dounin release-1.3.3 tag
Tue, 10 Jul 2012 12:20:10 +0000 Maxim Dounin nginx-1.3.3-RELEASE release-1.3.3
Mon, 09 Jul 2012 17:04:37 +0000 Maxim Dounin Entity tags: empty etags handling in If-Range.
Mon, 09 Jul 2012 14:53:42 +0000 Maxim Dounin Entity tags: the "etag" directive.
Mon, 09 Jul 2012 00:13:06 +0000 Maxim Dounin Entity tags: set for static respones.
Sat, 07 Jul 2012 21:24:01 +0000 Maxim Dounin Entity tags: handling in add_header.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Sat, 07 Jul 2012 21:21:15 +0000 Maxim Dounin Entity tags: support in If-Range header.
Sat, 07 Jul 2012 21:20:27 +0000 Maxim Dounin Entity tags: basic support in not modified filter.
Sat, 07 Jul 2012 21:18:30 +0000 Maxim Dounin Not modified filter: tests separated from actions.
Sat, 07 Jul 2012 21:16:51 +0000 Maxim Dounin Added Last-Modified parsing in add_header.
Sat, 07 Jul 2012 21:16:21 +0000 Maxim Dounin Fixed If-Range with unknown last modified time.
Sat, 07 Jul 2012 09:35:30 +0000 Maxim Dounin Configure: fixed "make" used instead of "${MAKE}".