log

age author description
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().
Wed, 20 Mar 2013 18:07:25 +0000 Ruslan Ermilov Core: fixed resource leak if binary upgrade fails due to no memory.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 20 Mar 2013 10:18:26 +0000 Valentin Bartenev Win32: disabled MSVC warning about '\0' not fitting into array.
Wed, 20 Mar 2013 09:36:27 +0000 Valentin Bartenev URI processing code moved to a separate function.
Tue, 19 Mar 2013 08:13:48 +0000 Ruslan Ermilov Image filter: the "image_filter_interlace" directive.
Mon, 18 Mar 2013 14:50:29 +0000 Maxim Dounin The limit_req_status and limit_conn_status directives.
Mon, 18 Mar 2013 07:13:57 +0000 Ruslan Ermilov Core: guard against failed allocation during binary upgrade.
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Fri, 15 Mar 2013 19:49:54 +0000 Valentin Bartenev Allow to reuse connections that wait their first request.
Thu, 14 Mar 2013 16:22:43 +0000 Maxim Dounin Upstream: fixed previous commit.
Thu, 14 Mar 2013 12:37:54 +0000 Maxim Dounin Upstream: call ngx_http_run_posted_requests() on resolve errors.
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.
Thu, 14 Mar 2013 12:28:53 +0000 Maxim Dounin Request body: next upstream fix.