log

age author description
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
Wed, 08 Oct 2014 17:16:04 +0400 Maxim Dounin Fixed possible buffer overrun in "too long header line" logging. stable-1.6
Thu, 02 Oct 2014 12:00:17 -0700 Yichun Zhang Core: fixed buffer overrun when hash max_size reached. stable-1.6
Mon, 06 Apr 2015 18:54:19 +0300 Maxim Dounin Version bump. stable-1.6
Thu, 26 Mar 2015 14:15:06 +0300 Ruslan Ermilov Core: guard against spinlock usage without atomic ops.
Tue, 07 Apr 2015 01:32:08 +0300 Sergey Kandaurov Core: limited levels of subdirectory hierarchy used for temp files.
Tue, 07 Apr 2015 01:32:07 +0300 Sergey Kandaurov Core: removed excessive initialization in ngx_conf_set_path_slot().
Tue, 07 Apr 2015 01:32:05 +0300 Sergey Kandaurov Core: fixed error handling on ngx_conf_full_name() failure.
Tue, 07 Apr 2015 00:07:04 +0300 Ruslan Ermilov Upstream: abbreviated SSL handshake may interact badly with Nagle.
Mon, 06 Apr 2015 19:20:36 +0300 Valentin Bartenev Request body: always flush buffers if request buffering is off.
Mon, 06 Apr 2015 11:22:24 +0300 Valentin Bartenev Used the correct type for the AIO preload handler return value.
Fri, 03 Apr 2015 18:20:57 +0300 Maxim Dounin Configure: style.
Wed, 01 Apr 2015 15:05:08 +0200 Filipe da Silva OCSP stapling: missing free calls.
Wed, 01 Apr 2015 03:49:17 +0300 Valentin Bartenev Cache: added support for reading of the header in thread pools.
Tue, 31 Mar 2015 17:45:50 +0300 Sergey Kandaurov Fixed invalid access to complex value defined as an empty string.
Fri, 27 Mar 2015 21:19:20 +0300 Valentin Bartenev Events: fixed possible crash on start or reload.
Fri, 27 Mar 2015 19:57:15 +0300 Valentin Bartenev Events: made posted events macros safe.