log

age author description
Wed, 04 Sep 2013 21:16:59 +0400 Maxim Dounin Handling of ngx_int_t != intptr_t case.
Wed, 04 Sep 2013 20:48:30 +0400 Maxim Dounin Win32: $request_time fixed.
Wed, 04 Sep 2013 20:48:28 +0400 Maxim Dounin Win32: MinGW GCC compatibility.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Wed, 04 Sep 2013 20:48:22 +0400 Maxim Dounin Win32: Open Watcom C compatibility fixes.
Mon, 02 Sep 2013 20:06:03 +0400 Valentin Bartenev Disable symlinks: removed recursive call of ngx_file_o_path_info().
Mon, 02 Sep 2013 08:07:59 +0400 Valentin Bartenev Disable symlinks: use O_PATH to open path components.
Mon, 02 Sep 2013 08:07:44 +0400 Valentin Bartenev Added the NGX_EBADF define.
Mon, 02 Sep 2013 03:45:14 +0400 Valentin Bartenev Assume the HTTP/1.0 version by default.
Fri, 30 Aug 2013 21:44:16 +0400 Maxim Dounin Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
Thu, 29 Aug 2013 22:35:54 +0400 Valentin Bartenev Referer: fixed hostname buffer overflow check.
Thu, 29 Aug 2013 22:35:27 +0400 Sergey Kandaurov Referer: "server_names" parsing deferred to merge phase.
Thu, 29 Aug 2013 22:35:26 +0400 Sergey Kandaurov Referer: fixed server_name regex matching.
Thu, 29 Aug 2013 22:35:26 +0400 Sergey Kandaurov Referer: fixed error type usage inconsistency for ngx_http_add*().
Wed, 28 Aug 2013 00:19:07 +0800 Lanshun Zhou Image filter: large image handling.
Wed, 28 Aug 2013 02:34:30 +0400 Maxim Dounin Typo fixed.
Wed, 28 Aug 2013 02:34:21 +0400 Maxim Dounin Version bump.
Tue, 27 Aug 2013 17:37:15 +0400 Maxim Dounin release-1.5.4 tag
Tue, 27 Aug 2013 17:37:15 +0400 Maxim Dounin nginx-1.5.4-RELEASE release-1.5.4
Fri, 23 Aug 2013 22:54:08 +0400 Maxim Dounin Updated PCRE used for win32 builds.
Fri, 23 Aug 2013 22:53:54 +0400 Maxim Dounin Configure: pcre.lib dependencies fix.
Fri, 23 Aug 2013 22:18:54 +0400 Maxim Dounin Cache: lock timeouts are now logged at info level.
Fri, 23 Aug 2013 22:18:46 +0400 Maxim Dounin Upstream: posted requests handling after ssl handshake errors.
Fri, 23 Aug 2013 22:18:39 +0400 Maxim Dounin Fixed try_files with empty argument (ticket #390).
Fri, 23 Aug 2013 16:24:24 +0400 Sergey Kandaurov MIME: eot MIME type updated to follow IANA (ticket #306).
Fri, 23 Aug 2013 16:24:24 +0400 Sergey Kandaurov MIME: added the most common OOXML MIME types (ticket #243).
Fri, 23 Aug 2013 16:24:23 +0400 Sergey Kandaurov MIME: added application/font-woff MIME type (ticket #292).
Wed, 21 Aug 2013 20:46:10 +0400 Maxim Dounin Added auth request to win32 builds.
Tue, 30 Jul 2013 15:04:46 +0400 Sergey Kandaurov Added safety belt for the case of sending header twice.
Tue, 30 Jul 2013 11:43:21 +0400 Sergey Kandaurov Autoindex: improved ngx_de_info() error handling.
Tue, 30 Jul 2013 11:43:21 +0400 Sergey Kandaurov Autoindex: return NGX_ERROR on error if headers were sent.
Tue, 20 Aug 2013 21:33:43 +0400 Maxim Dounin Style improved after 12dd27b74117.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Wed, 21 Aug 2013 19:19:47 +0400 Maxim Dounin Auth request module import.
Wed, 21 Aug 2013 12:51:31 +0400 Maxim Dounin Minor ngx_http_parse_request_line() optimization.
Tue, 20 Aug 2013 20:47:16 +0400 Sergey Kandaurov Format specifier fixes in error logging.
Sat, 17 Aug 2013 16:54:55 +0400 Maxim Dounin Whitespace fix.
Thu, 15 Aug 2013 19:16:12 +0400 Valentin Bartenev SPDY: alert about activated fake events instead of deleting them.
Thu, 15 Aug 2013 19:16:09 +0400 Valentin Bartenev SPDY: do not reject headers with empty value (ticket #396).
Thu, 15 Aug 2013 19:14:58 +0400 Valentin Bartenev SPDY: fixed corruption of headers with names longer than 255.
Thu, 15 Aug 2013 19:14:33 +0400 Valentin Bartenev Unbreak building on Linux without sendfile64() support.
Tue, 13 Aug 2013 17:47:04 +0400 Sergey Kandaurov Referer module: fixed regex matching against HTTPS referers.
Thu, 08 Aug 2013 15:06:39 +0400 Gleb Smirnoff Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
Wed, 07 Aug 2013 20:01:43 +0400 Sergey Budnevitch Fixed misleading example SSL config.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev API change: removed the ngx_conf_full_name() function.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Fixed memory leaks in the root and auth_basic_user_file directives.
Mon, 05 Aug 2013 14:30:03 +0400 Valentin Bartenev Image filter: use "application/json" MIME type for JSON output.
Mon, 05 Aug 2013 13:44:56 +0400 Ruslan Ermilov Core: guard use of AI_ADDRCONFIG.
Mon, 05 Aug 2013 11:40:33 +0400 Maxim Dounin Fixed build with signed socklen_t and unix sockets.
Mon, 05 Aug 2013 10:55:59 +0400 Ruslan Ermilov Core: only resolve address families configured on the local system.
Wed, 31 Jul 2013 23:40:46 +0400 Valentin Bartenev MIME: use "application/javascript" for .js files.
Wed, 31 Jul 2013 18:35:57 +0400 Sergey Kandaurov Version bump.
Wed, 31 Jul 2013 18:16:40 +0400 Sergey Kandaurov Configure: fixed autotest cleanup commands.
Tue, 30 Jul 2013 17:27:55 +0400 Maxim Dounin release-1.5.3 tag
Tue, 30 Jul 2013 17:27:55 +0400 Maxim Dounin nginx-1.5.3-RELEASE release-1.5.3
Mon, 29 Jul 2013 17:30:01 +0400 Sergey Kandaurov Perl: fixed syntax usage for C preprocessor directives.
Mon, 29 Jul 2013 13:23:16 +0400 Ruslan Ermilov Upstream: reliably detect connection failures with SSL peers.
Thu, 25 Jul 2013 15:00:41 +0400 Maxim Dounin Upstream: no last buffer on errors.
Thu, 25 Jul 2013 15:00:29 +0400 Maxim Dounin Upstream: request finalization rework.
Thu, 25 Jul 2013 15:00:25 +0400 Maxim Dounin Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
Thu, 25 Jul 2013 15:00:12 +0400 Maxim Dounin Upstream: added check if a response is complete.
Thu, 25 Jul 2013 14:58:11 +0400 Maxim Dounin Upstream: u->length now defaults to -1 (API change).
Thu, 25 Jul 2013 14:56:59 +0400 Maxim Dounin Upstream: fixed store/cache of unfinished responses.
Thu, 25 Jul 2013 14:56:49 +0400 Maxim Dounin Upstream: replaced u->pipe->temp_file with p->temp_file.
Thu, 25 Jul 2013 14:56:41 +0400 Maxim Dounin Upstream: NGX_ERROR after pipe errors.
Thu, 25 Jul 2013 14:56:20 +0400 Maxim Dounin Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
Thu, 25 Jul 2013 14:56:13 +0400 Maxim Dounin Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
Thu, 25 Jul 2013 14:56:00 +0400 Maxim Dounin Upstream: consistent error handling after u->input_filter_init().
Thu, 25 Jul 2013 14:55:59 +0400 Maxim Dounin Upstream: busy lock remnants removed.
Thu, 13 Jun 2013 19:52:31 +0400 Maxim Dounin Upstream: stale comments removed.
Thu, 25 Jul 2013 14:55:32 +0400 Maxim Dounin Gzip: clearing of c->buffered if all data are flushed.
Thu, 25 Jul 2013 14:55:09 +0400 Maxim Dounin Event pipe: fixed writing cache header to a temp file.
Fri, 14 Jun 2013 20:56:07 +0400 Maxim Dounin Fixed ngx_http_test_reading() to finalize request properly.
Thu, 25 Jul 2013 14:54:53 +0400 Maxim Dounin Sub filter: fixed matching after a partial match.
Thu, 25 Jul 2013 14:54:48 +0400 Maxim Dounin Sub filter: fixed incomplete last buffer on partial match.
Thu, 25 Jul 2013 14:54:47 +0400 Maxim Dounin Sub filter: flush buffers handling.
Thu, 25 Jul 2013 14:54:45 +0400 Maxim Dounin Sub filter: switched to ngx_chain_get_free_buf().
Thu, 25 Jul 2013 14:54:43 +0400 Maxim Dounin Sub filter: stale comments removed.
Thu, 25 Jul 2013 12:46:03 +0400 Ruslan Ermilov On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.
Thu, 25 Jul 2013 12:46:02 +0400 Ruslan Ermilov Style: reuse one int variable in ngx_configure_listening_sockets().
Wed, 24 Jul 2013 22:24:25 +0400 Valentin Bartenev SPDY: fixed segfault with "client_body_in_file_only" enabled.
Fri, 19 Jul 2013 15:59:50 +0400 Maxim Dounin Xslt: exsltRegisterAll() moved to preconfiguration.
Wed, 17 Jul 2013 16:51:21 +0400 Maxim Dounin release-1.4.2 tag stable-1.4
Wed, 17 Jul 2013 16:51:21 +0400 Maxim Dounin nginx-1.4.2-RELEASE stable-1.4 release-1.4.2
Mon, 10 Jun 2013 14:35:00 +0400 Maxim Dounin Perl: fixed r->header_in("Cookie") (ticket #351). stable-1.4
Tue, 04 Jun 2013 16:16:51 +0400 Maxim Dounin Updated zlib used for win32 builds. stable-1.4
Fri, 31 May 2013 14:59:26 +0400 Maxim Dounin Win32: accept_mutex now always disabled (ticket #362). stable-1.4
Tue, 21 May 2013 21:47:50 +0400 Maxim Dounin Upstream: fixed fail_timeout and max_fails > 1. stable-1.4
Thu, 16 May 2013 15:37:13 -0700 Piotr Sikora OCSP stapling: fix error logging of successful OCSP responses. stable-1.4
Thu, 25 Apr 2013 17:41:45 +0400 Ruslan Ermilov Removed vestiges of SVN. stable-1.4
Sat, 11 May 2013 21:12:24 +0400 Maxim Dounin Proxy: $proxy_internal_body_length fixed. stable-1.4
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module. stable-1.4
Sat, 11 May 2013 18:48:56 +0400 Maxim Dounin Perl: extra "return" removed. stable-1.4
Fri, 12 Jul 2013 14:24:07 +0400 Maxim Dounin Version bump. stable-1.4
Sat, 13 Jul 2013 03:24:30 +0400 Valentin Bartenev Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.
Thu, 11 Jul 2013 20:38:27 +0400 Maxim Dounin Style.
Thu, 11 Jul 2013 20:34:02 +0400 Maxim Dounin Configure: perl Makefile rebuild after configure.
Thu, 11 Jul 2013 19:50:19 +0400 Vladimir Homutov Core: fixed possible use of an uninitialized variable.
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Fri, 05 Jul 2013 11:42:25 +0400 Gleb Smirnoff Make macros safe.
Wed, 03 Jul 2013 12:04:13 +0400 Ruslan Ermilov Upstream: updated list of ngx_event_connect_peer() return values.
Fri, 28 Jun 2013 17:24:54 +0400 Vladimir Homutov Core: consolidated log-related code.
Tue, 02 Jul 2013 20:05:49 +0400 Maxim Dounin Version bump.
Tue, 02 Jul 2013 16:28:51 +0400 Maxim Dounin release-1.5.2 tag
Tue, 02 Jul 2013 16:28:50 +0400 Maxim Dounin nginx-1.5.2-RELEASE release-1.5.2
Fri, 28 Jun 2013 13:55:05 +0400 Maxim Dounin Fixed ngx_http_parse_chunked() minimal length calculation.
Wed, 26 Jun 2013 15:47:27 +0400 Maxim Dounin Fixed build on Linux with x32 ABI.
Thu, 20 Jun 2013 20:47:39 +0400 Vladimir Homutov Core: support several "error_log" directives.
Wed, 19 Jun 2013 08:55:08 +0400 Ruslan Ermilov Simplified ngx_list_create().
Wed, 12 Jun 2013 00:41:24 +0900 Tatsuhiko Kubo Valgrind: another complaint about uninitialized bytes.
Thu, 13 Jun 2013 16:28:42 +0400 Valentin Bartenev SPDY: fixed code style, no functional changes.
Thu, 13 Jun 2013 14:50:10 +0400 Vladimir Homutov Core: moved initialization of log level.
Fri, 07 Jun 2013 13:16:00 -0700 Jim Radford SPDY: pass through the full status when available.
Mon, 10 Jun 2013 14:35:00 +0400 Maxim Dounin Perl: fixed r->header_in("Cookie") (ticket #351).
Wed, 05 Jun 2013 19:45:08 +0400 Maxim Dounin Fixed debug logging in ngx_http_parse_complex_uri().
Wed, 05 Jun 2013 19:44:23 +0400 Maxim Dounin Mail: fixed possible uninitialized memory access.
Wed, 05 Jun 2013 19:44:22 +0400 Maxim Dounin Valgrind: supressed complaints about uninitialized bytes.
Wed, 05 Jun 2013 19:44:20 +0400 Maxim Dounin Valgrind: sigaction() failure now ignored.
Wed, 05 Jun 2013 16:22:40 +0400 Valentin Bartenev Status: the "last_in_chain" flag must be set.