log

age author description
Wed, 10 Jun 2015 19:18:19 -0700 Piotr Sikora Configure: create missing intermediates for build directory.
Wed, 17 Jun 2015 14:15:27 +0300 Ruslan Ermilov Configure: fix tests with multi-level relative build directory.
Tue, 16 Jun 2015 23:28:38 +0300 Vladimir Homutov Disabled duplicate http, mail, and stream blocks.
Tue, 16 Jun 2015 23:31:31 +0300 Vladimir Homutov Version bump.
Tue, 16 Jun 2015 17:49:40 +0300 Maxim Dounin release-1.9.2 tag
Tue, 16 Jun 2015 17:49:39 +0300 Maxim Dounin nginx-1.9.2-RELEASE release-1.9.2
Tue, 16 Jun 2015 16:52:13 +0300 Ruslan Ermilov Polished the recent change to the manpage.
Tue, 16 Jun 2015 16:28:56 +0300 Vladimir Homutov Documentation: added -T option description to the man page.
Thu, 14 May 2015 18:54:27 +0300 Vladimir Homutov Core: store and dump processed configuration.
Tue, 16 Jun 2015 15:47:40 +0300 Vladimir Homutov Core: added support for writing to stdout.
Tue, 16 Jun 2015 13:45:19 +0300 Roman Arutyunyan Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Tue, 16 Jun 2015 13:45:16 +0300 Roman Arutyunyan Stream: client-side PROXY protocol.
Tue, 16 Jun 2015 09:02:45 +0300 Vladimir Homutov Stream: the "proxy_bind" directive.
Mon, 15 Jun 2015 20:20:12 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Thu, 11 Jun 2015 20:42:39 +0300 Maxim Dounin OCSP stapling: avoid sending expired responses (ticket #425).
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Thu, 11 Jun 2015 20:42:24 +0300 Maxim Dounin Removed unused ngx_http_get_time() declaration.
Wed, 10 Jun 2015 19:18:20 +0300 Valentin Bartenev Configure: added gcc5 to the list of known GCC versions.
Wed, 10 Jun 2015 12:25:45 +0300 Ruslan Ermilov Configure: search OpenSSL in a bunch of standard places.
Wed, 10 Jun 2015 12:25:31 +0300 Ruslan Ermilov Configure: moved NGX_SBIN_PATH variable initialization.
Thu, 04 Jun 2015 13:04:12 +0300 Vladimir Homutov Stream: access module.
Tue, 09 Jun 2015 13:00:45 +0300 Vladimir Homutov Stream: added postconfiguration method to stream modules.
Mon, 08 Jun 2015 23:13:56 +0300 Ruslan Ermilov Mail: listen backlog=.
Mon, 08 Jun 2015 23:13:33 +0300 Ruslan Ermilov Stream: listen backlog=.
Mon, 08 Jun 2015 23:11:58 +0300 Ruslan Ermilov Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t.
Mon, 08 Jun 2015 23:11:42 +0300 Ruslan Ermilov Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.
Fri, 05 Jun 2015 23:03:13 +0300 Ruslan Ermilov Stream: fixed "reuseport" to actually work.
Fri, 05 Jun 2015 22:23:26 +0300 Maxim Dounin Added the REQUEST_SCHEME parameter.
Thu, 04 Jun 2015 23:46:44 +0300 Roman Arutyunyan Upstream keepalive: reduced diffs to the plus version of nginx.
Fri, 05 Jun 2015 17:10:34 +0300 Maxim Dounin Style.
Wed, 03 Jun 2015 19:12:26 +0300 Sergey Kandaurov Event pipe: call ngx_handle_read_event() with a proper flags type.
Wed, 03 Jun 2015 08:23:35 +0300 Ruslan Ermilov Fixed misspellings of the word "dependencies".
Mon, 01 Jun 2015 21:08:56 +0300 Valentin Bartenev Fixed excessive memory usage while parsing configuration.
Mon, 01 Jun 2015 16:58:07 +0300 Valentin Bartenev Fixed spelling in change logs.
Fri, 29 May 2015 09:26:33 +0300 Ruslan Ermilov Fixed bullying style of comments.
Fri, 29 May 2015 09:26:27 +0300 Ruslan Ermilov Version bump.
Tue, 26 May 2015 16:49:51 +0300 Maxim Dounin release-1.9.1 tag
Tue, 26 May 2015 16:49:50 +0300 Maxim Dounin nginx-1.9.1-RELEASE release-1.9.1
Mon, 25 May 2015 17:58:20 +0300 Maxim Dounin Disabled SSLv3 by default (ticket #653).
Mon, 25 May 2015 17:58:13 +0300 Maxim Dounin Configure: GNU Hurd properly recognized.
Thu, 21 May 2015 19:39:11 +0300 Maxim Dounin Fixed reuseport with accept_mutex.
Wed, 20 May 2015 22:44:00 +0300 Ruslan Ermilov Upstream: report to error_log when max_fails is reached.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Wed, 20 May 2015 15:51:28 +0300 Maxim Dounin Simplified ngx_http_init_listening().
Wed, 20 May 2015 15:51:21 +0300 Maxim Dounin Introduced worker number, ngx_worker.
Wed, 20 May 2015 15:51:13 +0300 Maxim Dounin Configure: style.
Tue, 19 May 2015 19:27:07 +0300 Valentin Bartenev Core: properly initialized written bytes counter in memory log.
Mon, 18 May 2015 16:05:44 +0300 Sergey Kandaurov Upstream hash: consistency across little/big endianness.
Sat, 16 May 2015 01:32:27 +0300 Ruslan Ermilov Upstream: $upstream_connect_time.
Sat, 16 May 2015 01:31:04 +0300 Ruslan Ermilov Upstream: times to obtain header/response are stored as ngx_msec_t.
Fri, 15 May 2015 17:15:33 +0300 Igor Sysoev Events: ngx_event_t size reduction by grouping bit fields.
Wed, 06 May 2015 17:04:00 +0300 Ruslan Ermilov Events: made a failure to create a notification channel non-fatal.
Wed, 29 Apr 2015 14:59:02 +0300 Ruslan Ermilov Configure: handle deprecated options.
Wed, 29 Apr 2015 13:53:24 +0300 Ruslan Ermilov Removed the deprecated "imap" directive.
Wed, 29 Apr 2015 13:53:08 +0300 Ruslan Ermilov Removed the deprecated "so_keepalive" directive.
Wed, 29 Apr 2015 13:52:49 +0300 Ruslan Ermilov Removed deprecated HTTP directives.
Wed, 29 Apr 2015 13:52:37 +0300 Ruslan Ermilov Removed the deprecated "connections" directive.
Tue, 28 Apr 2015 18:55:03 +0300 Valentin Bartenev Fixed overflow detection in ngx_inet_addr().
Tue, 28 Apr 2015 18:54:48 +0300 Valentin Bartenev Version bump.
Tue, 28 Apr 2015 18:31:18 +0300 Maxim Dounin release-1.9.0 tag
Tue, 28 Apr 2015 18:31:17 +0300 Maxim Dounin nginx-1.9.0-RELEASE release-1.9.0
Mon, 27 Apr 2015 18:51:18 +0300 Maxim Dounin Added stream module to win32 builds.
Mon, 27 Apr 2015 18:25:42 +0300 Maxim Dounin Win32: shared memory base addresses and remapping.
Mon, 27 Apr 2015 03:44:30 +0300 Maxim Dounin Win32: fixed shm.handle loss on reload.
Mon, 27 Apr 2015 03:44:03 +0300 Maxim Dounin Core: fixed nginx_shared_zone name.
Fri, 20 Feb 2015 15:31:37 +0300 Vladimir Homutov Mail: error_log support.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Fri, 24 Apr 2015 10:54:06 +0300 Roman Arutyunyan Merge proxy_protocol setting of listen directives.
Thu, 23 Apr 2015 14:26:11 +0300 Ruslan Ermilov Removed the "worker_rlimit_sigpending" directive.
Thu, 23 Apr 2015 14:17:40 +0300 Ruslan Ermilov Removed the obsolete rtsig module.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Wed, 22 Apr 2015 19:55:04 +0300 Roman Arutyunyan Stream: prevent repeated event notifications after eof.
Wed, 22 Apr 2015 18:37:34 +0300 Ruslan Ermilov Upstream: allow multiple upstreams to use the same shared zone.
Tue, 21 Apr 2015 21:04:36 +0200 Martin Mlynář Memcached: enabled ranges.
Tue, 21 Apr 2015 19:09:04 +0300 Ruslan Ermilov Upstream: simplified ip_hash and hash peer selection code.
Tue, 21 Apr 2015 17:11:58 +0300 Maxim Dounin release-1.8.0 tag stable-1.8
Tue, 21 Apr 2015 17:11:58 +0300 Maxim Dounin nginx-1.8.0-RELEASE stable-1.8 release-1.8.0
Mon, 20 Apr 2015 17:36:51 +0300 Sergey Kandaurov Fixed building --with-stream when precompiled headers are used.
Mon, 20 Apr 2015 16:54:41 +0300 Sergey Kandaurov Limit req: removed check for unknown limit_req_zone.
Mon, 20 Apr 2015 16:53:04 +0300 Sergey Kandaurov Core: allow shared memory size to be declared after a reference.
Mon, 20 Apr 2015 13:05:11 +0300 Ruslan Ermilov Stream: port from NGINX+.
Sun, 19 Apr 2015 22:41:09 +0300 Ruslan Ermilov Upstream: fixed unlocked access to peer->conns.
Thu, 26 Mar 2015 14:20:51 +0300 Ruslan Ermilov Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Thu, 26 Mar 2015 14:20:07 +0300 Ruslan Ermilov Removed NGX_OLD_THREADS from select and poll modules.
Thu, 26 Mar 2015 14:15:17 +0300 Ruslan Ermilov Removed "worker_threads" and "thread_stack_size" directives.
Thu, 26 Mar 2015 14:15:15 +0300 Ruslan Ermilov Removed unused thread-local-storage code.
Thu, 26 Mar 2015 14:15:13 +0300 Ruslan Ermilov Removed ngx_threaded and related code.
Thu, 16 Apr 2015 20:09:11 +0300 Ruslan Ermilov Upstream: get rid of questionable micro-optimization in ip_hash.
Thu, 16 Apr 2015 18:18:37 +0300 Sergey Kandaurov Core: ensure that ngx_config.h is always included first. stable-1.8
Thu, 16 Apr 2015 18:18:37 +0300 Sergey Kandaurov Core: ensure that ngx_config.h is always included first.
Thu, 16 Apr 2015 17:26:19 +0300 Maxim Dounin Version bump.
Thu, 16 Apr 2015 17:00:52 +0300 Maxim Dounin Stable branch. stable-1.8
Tue, 14 Apr 2015 19:01:25 +0300 Ruslan Ermilov Upstream: the "zone" directive.
Tue, 14 Apr 2015 19:01:23 +0300 Ruslan Ermilov Upstreams: locking.
Sat, 21 Mar 2015 14:05:08 +0300 Ruslan Ermilov Core: read/write locks.
Fri, 10 Apr 2015 14:48:36 +0300 Ruslan Ermilov Upstream: store peers as a linked list.
Fri, 10 Apr 2015 13:16:23 +0300 Ruslan Ermilov Upstream: track the number of active connections to upstreams.
Thu, 16 Apr 2015 15:05:40 +0300 Ruslan Ermilov Fixed build, broken by 8b7f062a3fe6.
Thu, 16 Apr 2015 12:17:41 +0300 Vladimir Homutov Core: added OpenSSL version information to "nginx -V" output.
Thu, 16 Apr 2015 12:13:51 +0300 Vladimir Homutov Version bump.
Tue, 07 Apr 2015 18:57:56 +0300 Maxim Dounin release-1.6.3 tag stable-1.6
Tue, 07 Apr 2015 18:51:37 +0300 Maxim Dounin nginx-1.6.3 changes fix stable-1.6 release-1.6.3
Tue, 07 Apr 2015 18:35:33 +0300 Maxim Dounin release-1.7.12 tag
Tue, 07 Apr 2015 18:35:33 +0300 Maxim Dounin nginx-1.7.12-RELEASE release-1.7.12
Tue, 07 Apr 2015 17:58:54 +0300 Maxim Dounin release-1.6.3 tag stable-1.6
Tue, 07 Apr 2015 17:58:54 +0300 Maxim Dounin nginx-1.6.3-RELEASE stable-1.6
Mon, 23 Mar 2015 02:44:41 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.6
Tue, 17 Mar 2015 00:26:27 +0300 Ruslan Ermilov Overflow detection in ngx_http_parse_chunked(). stable-1.6
Tue, 17 Mar 2015 00:26:24 +0300 Ruslan Ermilov Overflow detection in ngx_http_range_parse(). stable-1.6
Tue, 17 Mar 2015 00:26:22 +0300 Ruslan Ermilov Overflow detection in ngx_inet_addr(). stable-1.6
Tue, 17 Mar 2015 00:26:20 +0300 Ruslan Ermilov Core: overflow detection in ngx_parse_time() (ticket #732). stable-1.6
Tue, 17 Mar 2015 00:26:18 +0300 Ruslan Ermilov Refactored ngx_parse_time(). stable-1.6
Tue, 17 Mar 2015 00:26:15 +0300 Ruslan Ermilov Core: overflow detection in number parsing functions. stable-1.6
Tue, 17 Mar 2015 00:24:34 +0300 Ruslan Ermilov Core: expose maximum values of time_t and ngx_int_t. stable-1.6
Tue, 24 Feb 2015 18:37:14 +0300 Maxim Dounin Core: fixed potential buffer overrun when initializing hash. stable-1.6
Wed, 04 Feb 2015 16:22:43 +0300 Roman Arutyunyan Core: fixed a race resulting in extra sem_post()'s. stable-1.6
Fri, 28 Nov 2014 16:57:50 +0300 Maxim Dounin Fixed post_action to not trigger "header already sent" alert. stable-1.6
Fri, 21 Nov 2014 22:51:49 +0300 Valentin Bartenev SPDY: push pending data while closing a stream as with keepalive. stable-1.6
Thu, 20 Nov 2014 15:24:40 +0300 Ruslan Ermilov Resolver: fixed use-after-free memory access. stable-1.6
Mon, 17 Nov 2014 16:38:48 +0300 Maxim Dounin SSL: logging level of "inappropriate fallback" (ticket #662). stable-1.6