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.
Wed, 05 Jun 2013 02:13:52 +0400 Valentin Bartenev SPDY: use proper macros for value length and headers counter.
Tue, 04 Jun 2013 19:38:20 +0400 Maxim Dounin Version bump.
Tue, 04 Jun 2013 11:27:36 +0400 Vladimir Homutov Core: fixed handling of "stderr" in error_log.
Mon, 03 Jun 2013 16:54:28 +0400 Vladimir Homutov Core: fixed stderr redirection on win32 in ngx_reopen_files().
Tue, 04 Jun 2013 17:21:52 +0400 Maxim Dounin release-1.5.1 tag
Tue, 04 Jun 2013 17:21:52 +0400 Maxim Dounin nginx-1.5.1-RELEASE release-1.5.1
Tue, 04 Jun 2013 16:16:51 +0400 Maxim Dounin Updated zlib used for win32 builds.
Fri, 31 May 2013 14:59:26 +0400 Maxim Dounin Win32: accept_mutex now always disabled (ticket #362).
Fri, 31 May 2013 13:30:37 +0400 Ruslan Ermilov OCSP stapling: fixed incorrect debug level.
Thu, 30 May 2013 18:23:05 +0400 Ruslan Ermilov Access: support for UNIX-domain client addresses (ticket #359).
Wed, 29 May 2013 19:18:22 +0400 Maxim Dounin Win32: added missing reset of wev->ready on WSAEWOULDBLOCK.
Mon, 27 May 2013 16:54:09 +0400 Maxim Dounin Upstream: http_403 support in proxy_next_upstream (and friends).
Fri, 24 May 2013 22:28:09 +0400 Maxim Dounin Xslt: xslt_last_modified directive.
Fri, 24 May 2013 22:27:30 +0400 Maxim Dounin Sub filter: sub_filter_last_modified directive.
Fri, 24 May 2013 22:27:23 +0400 Maxim Dounin SSI: ssi_last_modified directive.
Thu, 23 May 2013 20:30:27 +0400 Valentin Bartenev Core: strengthen configuration syntax checker.
Thu, 23 May 2013 16:26:10 +0400 Ruslan Ermilov Memcached: stricten header validation.
Thu, 23 May 2013 15:47:58 +0400 Sergey Kandaurov Use "void" for functions with empty parameter list.
Thu, 23 May 2013 10:23:21 +0400 Ruslan Ermilov Configure: fixed test of OS X atomic(3).
Tue, 21 May 2013 18:45:07 -0700 Piotr Sikora Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.
Tue, 21 May 2013 18:43:43 -0700 Piotr Sikora Style: remove unnecessary references to HTTP from non-HTTP modules.
Wed, 22 May 2013 22:31:53 +0400 Maxim Dounin Referer module: added $invalid_referer to variables hash.
Tue, 21 May 2013 21:47:50 +0400 Maxim Dounin Upstream: fixed fail_timeout and max_fails > 1.
Fri, 10 May 2013 16:53:45 +0200 F. da Silva Mail: missing ngx_ssl_ecdh_curve() call.
Tue, 21 May 2013 17:30:19 +0400 Sergey Kandaurov Fixed error logging.
Tue, 21 May 2013 12:54:27 +0400 Ruslan Ermilov Upstream: slightly optimized ngx_http_upstream_process_header().
Tue, 21 May 2013 12:54:26 +0400 Ruslan Ermilov Upstream: made the assignment more obvious.
Thu, 16 May 2013 15:37:13 -0700 Piotr Sikora OCSP stapling: fix error logging of successful OCSP responses.
Thu, 09 May 2013 10:54:28 +0200 Filipe Da Silva Mail: removed surplus ngx_close_connection() call.
Wed, 15 May 2013 15:04:49 +0400 Ruslan Ermilov Upstream keepalive: slightly simplified code.
Thu, 25 Apr 2013 17:41:45 +0400 Ruslan Ermilov Removed vestiges of SVN.
Wed, 15 May 2013 12:23:44 +0400 Maxim Dounin Proxy: clear script engine used to calculate lengths.
Mon, 13 May 2013 17:39:45 +0400 Maxim Dounin Fixed lingering_time check.
Mon, 13 May 2013 14:10:22 +0400 Ruslan Ermilov Upstream: allow to intercept responses with status 300.
Mon, 13 May 2013 14:43:06 +0400 Maxim Dounin release-1.2.9 tag stable-1.2
Mon, 13 May 2013 14:41:51 +0400 Maxim Dounin nginx-1.2.9-RELEASE stable-1.2 release-1.2.9
Mon, 13 May 2013 13:19:28 +0400 Maxim Dounin Fixed chunk size parsing. stable-1.2
Mon, 13 May 2013 13:18:31 +0400 Maxim Dounin Version bump. stable-1.2
Thu, 02 May 2013 03:26:36 -0700 Piotr Sikora PCRE: retain input pattern for all regular expressions.
Sat, 11 May 2013 21:12:24 +0400 Maxim Dounin Proxy: $proxy_internal_body_length fixed.
Sat, 11 May 2013 18:49:49 +0400 Maxim Dounin Mp4: indentation and style, no functional changes.
Sat, 11 May 2013 18:49:42 +0400 Maxim Dounin Added r->limit_rate_after.
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module.
Sat, 11 May 2013 18:49:19 +0400 Maxim Dounin Request body: fixed r->count increment on allocation failure.
Sat, 11 May 2013 18:48:56 +0400 Maxim Dounin Perl: extra "return" removed.
Sat, 11 May 2013 18:43:28 +0400 Maxim Dounin Version bump.
Mon, 06 May 2013 14:21:38 +0400 Maxim Dounin release-1.4.1 tag stable-1.4
Mon, 06 May 2013 14:20:27 +0400 Maxim Dounin nginx-1.4.1-RELEASE stable-1.4 release-1.4.1
Mon, 06 May 2013 14:03:24 +0400 Maxim Dounin Fixed chunk size parsing. stable-1.4
Mon, 06 May 2013 14:18:46 +0400 Maxim Dounin Version bump. stable-1.4
Mon, 06 May 2013 02:12:30 +0400 Maxim Dounin stable-1.4 branch stable-1.4
Mon, 06 May 2013 14:05:17 +0400 Maxim Dounin release-1.5.0 tag
Mon, 06 May 2013 13:52:36 +0400 Maxim Dounin release-1.5.0-RELEASE release-1.5.0
Mon, 06 May 2013 14:03:24 +0400 Maxim Dounin Fixed chunk size parsing.
Mon, 29 Apr 2013 18:58:58 +0400 Ruslan Ermilov Proxy: allocate $proxy_internal_body_length from request pool.
Mon, 29 Apr 2013 18:07:22 +0400 Ruslan Ermilov Configure: fixed detection of newer Apple clang compilers.
Mon, 29 Apr 2013 18:06:58 +0400 Ruslan Ermilov Version bump.
Wed, 24 Apr 2013 13:59:45 +0000 Maxim Dounin release-1.4.0 tag
Wed, 24 Apr 2013 13:59:34 +0000 Maxim Dounin nginx-1.4.0-RELEASE release-1.4.0
Wed, 24 Apr 2013 13:03:43 +0000 Maxim Dounin Version bump.
Tue, 23 Apr 2013 10:15:49 +0000 Valentin Bartenev SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.
Tue, 23 Apr 2013 10:04:12 +0000 Maxim Dounin Perl: request body handling fixed.
Fri, 19 Apr 2013 12:19:57 +0000 Maxim Dounin Configure: fixed perl Makefile generation (ticket #334).
Thu, 18 Apr 2013 14:26:08 +0000 Ruslan Ermilov Configure: uniformly refer to libs when searching for md5 and sha1.
Thu, 18 Apr 2013 14:16:44 +0000 Ruslan Ermilov Version bump.
Tue, 16 Apr 2013 14:05:22 +0000 Maxim Dounin release-1.3.16 tag
Tue, 16 Apr 2013 14:05:11 +0000 Maxim Dounin nginx-1.3.16-RELEASE release-1.3.16
Tue, 16 Apr 2013 12:58:03 +0000 Maxim Dounin Events: backout eventport changes (r5172) for now.
Tue, 16 Apr 2013 10:14:59 +0000 Maxim Dounin Request body: only read body in main request (ticket #330).
Fri, 12 Apr 2013 19:12:13 +0000 Ruslan Ermilov Upstream: warn if multiple non-stackable balancers are installed.
Fri, 12 Apr 2013 17:31:08 +0000 Valentin Bartenev Events: fixed typos in two previous commits.
Fri, 12 Apr 2013 15:04:23 +0000 Valentin Bartenev Events: handle only active events in eventport.
Fri, 12 Apr 2013 15:02:33 +0000 Valentin Bartenev Events: protection from stale events in eventport and devpoll.
Thu, 11 Apr 2013 13:49:13 +0000 Sergey Kandaurov Upstream: fixed $upstream_response_length without buffering.
Wed, 10 Apr 2013 17:07:44 +0000 Maxim Dounin Configure: fixed nginx.so rebuild (broken by r5145).
Thu, 04 Apr 2013 14:19:06 +0000 Valentin Bartenev Upstream: removed surplus ngx_resolve_name_done() call.
Wed, 03 Apr 2013 14:13:35 +0000 Valentin Bartenev Limit req: rate should be non-zero.
Tue, 02 Apr 2013 12:34:39 +0000 Maxim Dounin release-1.2.8 tag stable-1.2
Tue, 02 Apr 2013 12:34:21 +0000 Maxim Dounin nginx-1.2.8-RELEASE stable-1.2 release-1.2.8
Fri, 29 Mar 2013 18:18:42 +0000 Maxim Dounin Merge of r5138: use of NGX_FILE_ERROR. stable-1.2
Fri, 29 Mar 2013 18:16:27 +0000 Maxim Dounin Merge of r5133, r5134: peer.free() and peer.get() balance. stable-1.2
Fri, 29 Mar 2013 18:09:06 +0000 Maxim Dounin Merge of r5130, r5131, r5132: support for Mercurial repositories. stable-1.2
Fri, 29 Mar 2013 17:59:41 +0000 Maxim Dounin Merge of r5129: split clients configuration parsing. stable-1.2
Fri, 29 Mar 2013 17:53:47 +0000 Maxim Dounin Merge of r5127: language in a comment. stable-1.2
Fri, 29 Mar 2013 17:51:00 +0000 Maxim Dounin Merge of r5117, r5123: allocation errors handing during upgrade. stable-1.2
Fri, 29 Mar 2013 17:34:45 +0000 Maxim Dounin Merge of r5113, r5114: upstream: resolve errors handling. stable-1.2
Fri, 29 Mar 2013 17:23:36 +0000 Maxim Dounin Merge of r5109, r5128: removed unused prototype and macro. stable-1.2
Fri, 29 Mar 2013 17:20:59 +0000 Maxim Dounin Merge of r5098: mp4: fixed handling of too small mdat atoms. stable-1.2
Fri, 29 Mar 2013 17:19:11 +0000 Maxim Dounin Merge of r5083: fixed potential segfault in keepalive handler. stable-1.2
Fri, 29 Mar 2013 17:17:45 +0000 Maxim Dounin Merge of r5082: SSL: retry "sess_id" and "id" allocations. stable-1.2
Fri, 29 Mar 2013 17:15:34 +0000 Maxim Dounin Merge of r5078: removed zero termination of shm zone names. stable-1.2
Fri, 29 Mar 2013 17:13:45 +0000 Maxim Dounin Merge of r5071: rebuild perl module on headers change. stable-1.2
Fri, 29 Mar 2013 17:11:09 +0000 Maxim Dounin Merge of r5070: fixed false memset warning on Linux. stable-1.2
Fri, 29 Mar 2013 15:29:29 +0000 Maxim Dounin Version bump. stable-1.2
Fri, 29 Mar 2013 08:47:37 +0000 Ruslan Ermilov Pass PCRE_CASELESS to pcre_compile() for caseless matching.
Thu, 28 Mar 2013 08:47:25 +0000 Ruslan Ermilov Configure: unified nginx version computation constructs.
Thu, 28 Mar 2013 08:47:06 +0000 Ruslan Ermilov Simplified nginx version maintenance.
Thu, 28 Mar 2013 08:46:42 +0000 Ruslan Ermilov Configure: fixed perl module make rules.
Thu, 28 Mar 2013 08:46:12 +0000 Ruslan Ermilov Configure: improved make dependencies for perl module.
Thu, 28 Mar 2013 08:45:45 +0000 Ruslan Ermilov Configure: improved layout of the generated makefile.
Wed, 27 Mar 2013 15:18:34 +0000 Maxim Dounin Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
Wed, 27 Mar 2013 15:16:45 +0000 Maxim Dounin Event connect: don't penalize AF_INET6 connections.
Wed, 27 Mar 2013 15:15:34 +0000 Maxim Dounin Version bump.
Tue, 26 Mar 2013 13:03:14 +0000 Maxim Dounin release-1.3.15 tag
Tue, 26 Mar 2013 13:03:02 +0000 Maxim Dounin nginx-1.3.15-RELEASE release-1.3.15
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Mon, 25 Mar 2013 14:51:44 +0000 Ruslan Ermilov Upstream: removed rudiments of upstream connection caching.
Mon, 25 Mar 2013 13:41:30 +0000 Ruslan Ermilov Upstream: removed sorting of upstream servers.
Mon, 25 Mar 2013 13:38:59 +0000 Ruslan Ermilov Mail: IPv6 backends (ticket #323).
Mon, 25 Mar 2013 13:16:55 +0000 Ruslan Ermilov Upstream: removed double-free workarounds in peer.free() methods.
Mon, 25 Mar 2013 13:14:49 +0000 Ruslan Ermilov Upstream: only call peer.free() if peer.get() selected a peer.
Fri, 22 Mar 2013 15:47:18 +0000 Maxim Dounin Misc: support for Mercurial repositories.
Fri, 22 Mar 2013 15:14:43 +0000 Maxim Dounin Misc: removed unused "snapshot" target.
Fri, 22 Mar 2013 15:14:07 +0000 Maxim Dounin Misc: switch to single export operation in "zip" target.
Thu, 21 Mar 2013 16:06:53 +0000 Ruslan Ermilov Split clients: check length when parsing configuration.
Thu, 21 Mar 2013 16:06:13 +0000 Ruslan Ermilov Removed unused ngx_http_clear_variable() macro.
Thu, 21 Mar 2013 16:05:35 +0000 Ruslan Ermilov Fixed language in a comment preceding ngx_http_index_handler().
Thu, 21 Mar 2013 16:04:09 +0000 Ruslan Ermilov Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
Thu, 21 Mar 2013 16:03:24 +0000 Ruslan Ermilov Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
Thu, 21 Mar 2013 15:52:52 +0000 Ruslan Ermilov Simplified ngx_array_create().