<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.7.0</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.7.0-RELEASE</title>
<updated>2014-04-24T12:54:22+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-24T12:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=215497a467a34003c5259b832da4678f33d163b4'/>
<id>215497a467a34003c5259b832da4678f33d163b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: explicit handling of empty names.</title>
<updated>2014-04-23T16:31:31+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-23T16:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6898a634d3cdd7df70bb8b112a74bfd98253c1f4'/>
<id>6898a634d3cdd7df70bb8b112a74bfd98253c1f4</id>
<content type='text'>
X509_check_host() can't handle non null-terminated names with zero length,
so make sure to fail before calling it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X509_check_host() can't handle non null-terminated names with zero length,
so make sure to fail before calling it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Missed comma fixed.  A couple of Latin symbols plugged into</title>
<updated>2014-04-23T16:00:59+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@nginx.com</email>
</author>
<published>2014-04-23T16:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c728709316d34735eb27875af0d8df889b145f45'/>
<id>c728709316d34735eb27875af0d8df889b145f45</id>
<content type='text'>
Russian text changed to Russian counterparts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Russian text changed to Russian counterparts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: for ssl name, non-aligned memory allocation is enough.</title>
<updated>2014-04-22T14:56:49+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2014-04-22T14:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e0e811d60191b5ea79b6fdf0aec3c220ec879f92'/>
<id>e0e811d60191b5ea79b6fdf0aec3c220ec879f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: added explicit check for ngx_strlchr() result.</title>
<updated>2014-04-22T10:02:45+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-22T10:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0fd4f76e68a28cac43574c232b3e3a52418bd446'/>
<id>0fd4f76e68a28cac43574c232b3e3a52418bd446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.</title>
<updated>2014-04-21T15:21:17+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-04-21T15:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f79908af6e6e579ec8d1dd10bf54da65cb7bd769'/>
<id>f79908af6e6e579ec8d1dd10bf54da65cb7bd769</id>
<content type='text'>
There's a race condition between closing a stream by one endpoint
and sending a WINDOW_UPDATE frame by another.  So it would be better
to just skip such frames for unknown streams, like is already done
for the DATA frames.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a race condition between closing a stream by one endpoint
and sending a WINDOW_UPDATE frame by another.  So it would be better
to just skip such frames for unknown streams, like is already done
for the DATA frames.
</pre>
</div>
</content>
</entry>
<entry>
<title>SPDY: Stream-ID restrictions according to specification.</title>
<updated>2014-04-21T14:59:53+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-04-21T14:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a57959b6cdc3729bc8e5bc380c6f47399720da6f'/>
<id>a57959b6cdc3729bc8e5bc380c6f47399720da6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented the switch from java XSLScript to xslscript.pl.</title>
<updated>2014-04-21T09:48:41+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2014-04-21T09:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7d53ec166a4f99cdc05ac32d5d20c82388f9ee86'/>
<id>7d53ec166a4f99cdc05ac32d5d20c82388f9ee86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.</title>
<updated>2014-04-18T16:13:32+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-18T16:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cae1bd3831bab6b14bc7639024fe2cf67624c815'/>
<id>cae1bd3831bab6b14bc7639024fe2cf67624c815</id>
<content type='text'>
Just a merge of proxy_ssl_name, proxy_ssl_verify commits into uwsgi module,
code is identical.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just a merge of proxy_ssl_name, proxy_ssl_verify commits into uwsgi module,
code is identical.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: proxy_ssl_verify and friends.</title>
<updated>2014-04-18T16:13:30+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-04-18T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=27475dd7ee7eb4ad8474054d44cf468347c3d8b5'/>
<id>27475dd7ee7eb4ad8474054d44cf468347c3d8b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
