<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/auto, branch release-1.6.3</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Core: expose maximum values of time_t and ngx_int_t.</title>
<updated>2015-03-16T21:24:34+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-03-16T21:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=44a2b97bd2773dc679ebce32eaf3c6f4f665f36c'/>
<id>44a2b97bd2773dc679ebce32eaf3c6f4f665f36c</id>
<content type='text'>
These are needed to detect overflows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are needed to detect overflows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: fixed link flags with MSVC, broken by bfe536716dbf.</title>
<updated>2014-04-07T14:29:05+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-07T14:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=876a3c9b97ce01b7b2576842b8bade7942017861'/>
<id>876a3c9b97ce01b7b2576842b8bade7942017861</id>
<content type='text'>
Notably, "-debug" was omitted, resulting in an executable without debug
symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notably, "-debug" was omitted, resulting in an executable without debug
symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added server-side support for PROXY protocol v1 (ticket #355).</title>
<updated>2014-03-17T13:41:24+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-03-17T13:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0b5f3297849c6061cf07b359e8b42768889e28cd'/>
<id>0b5f3297849c6061cf07b359e8b42768889e28cd</id>
<content type='text'>
Client address specified in the PROXY protocol header is now
saved in the $proxy_protocol_addr variable and can be used in
the realip module.

This is currently not implemented for mail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client address specified in the PROXY protocol header is now
saved in the $proxy_protocol_addr variable and can be used in
the realip module.

This is currently not implemented for mail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: MSVC 2013 compatibility.</title>
<updated>2014-02-13T12:54:00+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-02-13T12:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8f8bf842bcd1fee7162804a9b1c99d0a9d2c1cb7'/>
<id>8f8bf842bcd1fee7162804a9b1c99d0a9d2c1cb7</id>
<content type='text'>
Warnings about GetVersionEx() deprecation silenced.  Precompiled object
linked in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warnings about GetVersionEx() deprecation silenced.  Precompiled object
linked in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure: enabled -Werror for clang.</title>
<updated>2014-01-27T20:31:31+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2014-01-27T20:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d700bbefdb97f5d8f158265665b1808108eb50de'/>
<id>d700bbefdb97f5d8f158265665b1808108eb50de</id>
<content type='text'>
Modern clang versions seem to no longer produce warnings for
system headers on Linux (at least clang 3.3 works), hence the
change.  For older versions --with-cc-opt="-Wno-error" can be
used as a workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modern clang versions seem to no longer produce warnings for
system headers on Linux (at least clang 3.3 works), hence the
change.  For older versions --with-cc-opt="-Wno-error" can be
used as a workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure: enable -Wconditional-uninitialized with clang.</title>
<updated>2013-12-06T09:16:56+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2013-12-06T09:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=618e12f679766ae8d47a9fc2882cc55a8af440dd'/>
<id>618e12f679766ae8d47a9fc2882cc55a8af440dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for TCP_FASTOPEN supported in Linux &gt;= 3.7.1.</title>
<updated>2013-12-03T18:07:03+00:00</updated>
<author>
<name>Mathew Rodley</name>
<email>mathew@rodley.com.au</email>
</author>
<published>2013-12-03T18:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=84f5c2136ecb351ff873dcd1d70df49e25570320'/>
<id>84f5c2136ecb351ff873dcd1d70df49e25570320</id>
<content type='text'>
---
 auto/unix                       | 12 ++++++++++++
 src/core/ngx_connection.c       | 32 ++++++++++++++++++++++++++++++++
 src/core/ngx_connection.h       |  4 ++++
 src/http/ngx_http.c             |  4 ++++
 src/http/ngx_http_core_module.c | 21 +++++++++++++++++++++
 src/http/ngx_http_core_module.h |  3 +++
 6 files changed, 76 insertions(+)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---
 auto/unix                       | 12 ++++++++++++
 src/core/ngx_connection.c       | 32 ++++++++++++++++++++++++++++++++
 src/core/ngx_connection.h       |  4 ++++
 src/http/ngx_http.c             |  4 ++++
 src/http/ngx_http_core_module.c | 21 +++++++++++++++++++++
 src/http/ngx_http_core_module.h |  3 +++
 6 files changed, 76 insertions(+)
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure: call "make distclean" for libatomic.</title>
<updated>2013-11-11T09:59:47+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2013-11-11T09:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fa407776111259b1138545e92ff8b428963369c5'/>
<id>fa407776111259b1138545e92ff8b428963369c5</id>
<content type='text'>
Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure: call "make clean" for OpenSSL only if Makefile exists.</title>
<updated>2013-11-05T01:00:25+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2013-11-05T01:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=49282c8e9d34d7773add4d6996b36974f26ce3ef'/>
<id>49282c8e9d34d7773add4d6996b36974f26ce3ef</id>
<content type='text'>
This change allows to build nginx against git checkout of OpenSSL.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change allows to build nginx against git checkout of OpenSSL.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Mail: mail dependencies are now honored while building addons.</title>
<updated>2013-09-30T18:09:54+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-09-30T18:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f86169ae7bbb30d0955be03a0adad1d1cd73a046'/>
<id>f86169ae7bbb30d0955be03a0adad1d1cd73a046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
