<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/os, branch release-1.7.7</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Win32: made build-able with MinGW-w64 gcc.</title>
<updated>2014-10-15T12:15:01+00:00</updated>
<author>
<name>Kouhei Sutou</name>
<email>kou@cozmixng.org</email>
</author>
<published>2014-10-15T12:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b3f9a94e6ade9f91995505398becb6d36e5d3ac0'/>
<id>b3f9a94e6ade9f91995505398becb6d36e5d3ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: added limit to recv_chain().</title>
<updated>2014-10-28T09:29:58+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-10-28T09:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0989d63f06376ab9434a6449cd316a3c555167d6'/>
<id>0989d63f06376ab9434a6449cd316a3c555167d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style.</title>
<updated>2014-10-14T16:19:36+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-10-14T16:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9369cf8df3d38b3a5782a60d58afff33b87aae79'/>
<id>9369cf8df3d38b3a5782a60d58afff33b87aae79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: suppressed warnings by "-Werror=sign-compare".</title>
<updated>2014-10-11T12:09:29+00:00</updated>
<author>
<name>Kouhei Sutou</name>
<email>kou@cozmixng.org</email>
</author>
<published>2014-10-11T12:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8ae7751878b60f2822e530cd8b5d26b59ea9236a'/>
<id>8ae7751878b60f2822e530cd8b5d26b59ea9236a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed counting of sent bytes in the send chain functions on EINTR.</title>
<updated>2014-08-27T16:51:01+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-08-27T16:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=840b347bb24bea09f9824891239929cdce84e47b'/>
<id>840b347bb24bea09f9824891239929cdce84e47b</id>
<content type='text'>
Previously, a value of the "send" variable wasn't properly adjusted
in a rare case when syscall was interrupted by a signal.  As a result,
these functions could send less data than the limit allows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, a value of the "send" variable wasn't properly adjusted
in a rare case when syscall was interrupted by a signal.  As a result,
these functions could send less data than the limit allows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicate initialization of the "rev" variable.</title>
<updated>2014-09-22T15:48:23+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-22T15:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=840d205bac9a65ad0a9e78353bd773fcbc13da04'/>
<id>840d205bac9a65ad0a9e78353bd773fcbc13da04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalized definitions of the number of preallocated iovec's.</title>
<updated>2014-08-13T11:11:45+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-08-13T11:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=651be6067ec12cee11fb70bd9be23c4858604a92'/>
<id>651be6067ec12cee11fb70bd9be23c4858604a92</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced difference between the send chain functions.</title>
<updated>2014-08-13T11:11:45+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-08-13T11:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1cbeabfd4cda90e600756380b137b9065f645e83'/>
<id>1cbeabfd4cda90e600756380b137b9065f645e83</id>
<content type='text'>
No functional changes.  This follows the change from ad137a80919f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.  This follows the change from ad137a80919f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged implementations of ngx_readv_chain().</title>
<updated>2014-08-13T11:11:45+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-08-13T11:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0a02bdb24932d0b026f078b21d69b9efc0e04599'/>
<id>0a02bdb24932d0b026f078b21d69b9efc0e04599</id>
<content type='text'>
There's no real need in two separate implementations,
with and without kqueue support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no real need in two separate implementations,
with and without kqueue support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the "complete" variable from various send chain functions.</title>
<updated>2014-08-13T11:11:45+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-08-13T11:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=77d61350a4ac83166555b140e0995c57dcffd696'/>
<id>77d61350a4ac83166555b140e0995c57dcffd696</id>
<content type='text'>
It was made redundant by the previous change, since the "sent" variable
is no longer modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was made redundant by the previous change, since the "sent" variable
is no longer modified.
</pre>
</div>
</content>
</entry>
</feed>
