<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/core, branch release-1.9.3</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Resolver: canceled resend timer on empty resend queues.</title>
<updated>2015-06-17T14:57:34+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2015-06-17T14:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f470cd2b893379312c89f3265d3f1cca499929e8'/>
<id>f470cd2b893379312c89f3265d3f1cca499929e8</id>
<content type='text'>
This is specifically useful on graceful shutdown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is specifically useful on graceful shutdown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump.</title>
<updated>2015-06-16T20:31:31+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-06-16T20:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9efe6c224368bc46c402b2f70c45d550cb13c515'/>
<id>9efe6c224368bc46c402b2f70c45d550cb13c515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: store and dump processed configuration.</title>
<updated>2015-05-14T15:54:27+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-05-14T15:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4e83d3f7b5355b36c2d28cd77f4cfefe4521f3ee'/>
<id>4e83d3f7b5355b36c2d28cd77f4cfefe4521f3ee</id>
<content type='text'>
If the -T option is passed, additionally to configuration test, configuration
files are output to stdout.

In the debug mode, configuration files are kept in memory and can be accessed
using a debugger.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the -T option is passed, additionally to configuration test, configuration
files are output to stdout.

In the debug mode, configuration files are kept in memory and can be accessed
using a debugger.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: added support for writing to stdout.</title>
<updated>2015-06-16T12:47:40+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-06-16T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=42c32b733b95e5e9ce9a627cdc19096c1c6f8e63'/>
<id>42c32b733b95e5e9ce9a627cdc19096c1c6f8e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.</title>
<updated>2015-06-16T10:45:19+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-06-16T10:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4404c3fd6d10ce6e393113aabb32cfe7818ff8ac'/>
<id>4404c3fd6d10ce6e393113aabb32cfe7818ff8ac</id>
<content type='text'>
The new name is consistent with the ngx_proxy_protocol_write function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new name is consistent with the ngx_proxy_protocol_write function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: client-side PROXY protocol.</title>
<updated>2015-06-16T10:45:16+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-06-16T10:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3ed1b3b5b0ab92666d1e24f9161561d580421f17'/>
<id>3ed1b3b5b0ab92666d1e24f9161561d580421f17</id>
<content type='text'>
The new directive "proxy_protocol" toggles sending out PROXY protocol header
to upstream once connection is established.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new directive "proxy_protocol" toggles sending out PROXY protocol header
to upstream once connection is established.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved ngx_http_parse_time() to core, renamed accordingly.</title>
<updated>2015-06-11T17:42:31+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-06-11T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9984f3053f7c7f027aae9188111c4571962ff90c'/>
<id>9984f3053f7c7f027aae9188111c4571962ff90c</id>
<content type='text'>
The function is now called ngx_parse_http_time(), and can be used by
any code to parse HTTP-style date and time.  In particular, it will be
used for OCSP stapling.

For compatibility, a macro to map ngx_http_parse_time() to the new name
provided for a while.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function is now called ngx_parse_http_time(), and can be used by
any code to parse HTTP-style date and time.  In particular, it will be
used for OCSP stapling.

For compatibility, a macro to map ngx_http_parse_time() to the new name
provided for a while.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed excessive memory usage while parsing configuration.</title>
<updated>2015-06-01T18:08:56+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2015-06-01T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=66f6ba5c954af4e4bef314fad32e9de9f4329c52'/>
<id>66f6ba5c954af4e4bef314fad32e9de9f4329c52</id>
<content type='text'>
The b-&gt;pos points to the next symbol here.

Reported by ilexshen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The b-&gt;pos points to the next symbol here.

Reported by ilexshen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bullying style of comments.</title>
<updated>2015-05-29T06:26:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-05-29T06:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=087c31e8b255754f1f25d3ca3381bb46b2ccac66'/>
<id>087c31e8b255754f1f25d3ca3381bb46b2ccac66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump.</title>
<updated>2015-05-29T06:26:27+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-05-29T06:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3de18022d862b120311696e2c58861a4ac6a928d'/>
<id>3de18022d862b120311696e2c58861a4ac6a928d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
