<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/os, branch release-0.8.41</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>do not free() stack allocated buffer</title>
<updated>2010-06-14T18:09:52+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-14T18:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d50e53e6754089fc2cd599761f9390d4aa712673'/>
<id>d50e53e6754089fc2cd599761f9390d4aa712673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks</title>
<updated>2010-04-22T17:15:42+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-04-22T17:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3ec15dd090e45c6a767407f758e1765c146b2bb4'/>
<id>3ec15dd090e45c6a767407f758e1765c146b2bb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use non-blocking open() not to hang on FIFO files, etc.</title>
<updated>2010-04-21T15:59:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-04-21T15:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bfc8b78f5736eafe48432bb0d2f819b6a968b17a'/>
<id>bfc8b78f5736eafe48432bb0d2f819b6a968b17a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use "rep; nop" instead of "pause" on Solaris/amd64</title>
<updated>2010-03-26T13:38:41+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-26T13:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f59ae65fa4be49154462ee3b7c16bc801c663f9c'/>
<id>f59ae65fa4be49154462ee3b7c16bc801c663f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*) introduce ngx_time_sigsafe_update() to update the error log time only</title>
<updated>2010-03-25T09:10:10+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-25T09:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6d45d8a50da07591ed0de584bba1e526cc9b9406'/>
<id>6d45d8a50da07591ed0de584bba1e526cc9b9406</id>
<content type='text'>
*) change ngx_time_update() interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) change ngx_time_update() interface
</pre>
</div>
</content>
</entry>
<entry>
<title>*) use previously cached GMT offset value to update time from a signal handler</title>
<updated>2010-03-13T18:08:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-13T18:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2f916a972139be74d437e40bdc7d236401123170'/>
<id>2f916a972139be74d437e40bdc7d236401123170</id>
<content type='text'>
*) change ngx_time_update() interface since there are no notification methods
   those return time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) change ngx_time_update() interface since there are no notification methods
   those return time
</pre>
</div>
</content>
</entry>
<entry>
<title>use sys_errlist[] in signal handler instead</title>
<updated>2010-03-12T11:15:26+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-12T11:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9eaabc69ca4401b0a1fbfd27c2265213ab656ff4'/>
<id>9eaabc69ca4401b0a1fbfd27c2265213ab656ff4</id>
<content type='text'>
of non Async-Signal-Safe strerror_r()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of non Async-Signal-Safe strerror_r()
</pre>
</div>
</content>
</entry>
<entry>
<title>compare long file names in case-insensitive mode,</title>
<updated>2010-03-03T10:05:54+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-03-03T10:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f953436886ad8def8eda55d0693f609d8a8b5a89'/>
<id>f953436886ad8def8eda55d0693f609d8a8b5a89</id>
<content type='text'>
the bug had been introduced in r3418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug had been introduced in r3418
</pre>
</div>
</content>
</entry>
<entry>
<title>disable Win32 short file names</title>
<updated>2010-01-28T14:17:51+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-28T14:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=10fa102e32ca91a4416ee5e4e2f2564da0456a54'/>
<id>10fa102e32ca91a4416ee5e4e2f2564da0456a54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building by gcc 4.x with -O2/3/s in some Linux distributions:</title>
<updated>2009-12-22T15:29:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-12-22T15:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fb0c73b08d869dfc396fd04b925512d3bda71a21'/>
<id>fb0c73b08d869dfc396fd04b925512d3bda71a21</id>
<content type='text'>
   dereferencing type-punned pointer will break strict-aliasing rules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   dereferencing type-punned pointer will break strict-aliasing rules
</pre>
</div>
</content>
</entry>
</feed>
