<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src, branch release-1.1.18</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Fixed win32 build after realpath changes in r4559.</title>
<updated>2012-03-28T13:04:39+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-28T13:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=889ad51f17c7f24329da4523b2c82237a9ef27ad'/>
<id>889ad51f17c7f24329da4523b2c82237a9ef27ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced ngx_http_realip_from_t with ngx_in_cidr_t.</title>
<updated>2012-03-28T09:29:09+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-03-28T09:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=feda353cb39a2a648104dc0116398f93c8b9b5d8'/>
<id>feda353cb39a2a648104dc0116398f93c8b9b5d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed calculation of range boundaries.</title>
<updated>2012-03-28T06:50:23+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-03-28T06:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=52fcfd042e6c15fc33d05b554245b8cf31a59e14'/>
<id>52fcfd042e6c15fc33d05b554245b8cf31a59e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Xslt: parser options now set with xmlCtxtUseOptions().</title>
<updated>2012-03-28T01:56:49+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-28T01:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5d5c866beecb70fcb5a746f59bd0a4c810b09663'/>
<id>5d5c866beecb70fcb5a746f59bd0a4c810b09663</id>
<content type='text'>
Note that "ctxt-&gt;loadsubset = 1" previously used isn't really correct as
ctxt-&gt;loadsubset is a bitfield now.  The use of xmlCtxtUseOptions() with
XML_PARSE_DTDLOAD is believed to be a better way to do the same thing.

Patch by Laurence Rowe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that "ctxt-&gt;loadsubset = 1" previously used isn't really correct as
ctxt-&gt;loadsubset is a bitfield now.  The use of xmlCtxtUseOptions() with
XML_PARSE_DTDLOAD is believed to be a better way to do the same thing.

Patch by Laurence Rowe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unconditional MAX_PATH usage (ticket #22).</title>
<updated>2012-03-27T16:42:34+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-27T16:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=36aef0c383bfe285a12b4b826563a768efe181d6'/>
<id>36aef0c383bfe285a12b4b826563a768efe181d6</id>
<content type='text'>
POSIX doesn't require it to be defined, and Debian GNU/Hurd doesn't define
it.  Note that if there is no MAX_PATH defined we have to use realpath()
with NULL argument and free() the result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSIX doesn't require it to be defined, and Debian GNU/Hurd doesn't define
it.  Note that if there is no MAX_PATH defined we have to use realpath()
with NULL argument and free() the result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added explicit include of time.h.</title>
<updated>2012-03-27T16:37:43+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-27T16:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7b2b17a6b3473e2d23e1ed55794fbaa416498738'/>
<id>7b2b17a6b3473e2d23e1ed55794fbaa416498738</id>
<content type='text'>
Most of the systems have it included due to namespace pollution, but
relying on this is a bad idea.  Explicit include is required for at least
Debian GNU/Hurd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the systems have it included due to namespace pollution, but
relying on this is a bad idea.  Explicit include is required for at least
Debian GNU/Hurd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolver: added missing sanity checking when creating name queries.</title>
<updated>2012-03-22T11:57:18+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-22T11:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e34ff16f67cd2a243726bc37441ba48ba3643e22'/>
<id>e34ff16f67cd2a243726bc37441ba48ba3643e22</id>
<content type='text'>
Found by Veracode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by Veracode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: added missing call to srand().</title>
<updated>2012-03-22T10:45:08+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-22T10:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8e6728ef13f3bc3ae9d674dcd59067869d2d7c24'/>
<id>8e6728ef13f3bc3ae9d674dcd59067869d2d7c24</id>
<content type='text'>
Found by Veracode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by Veracode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added xslt_param and xslt_string_param directives.</title>
<updated>2012-03-22T10:44:00+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-22T10:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1aa5fbb1a86bc2c08818526a98693871ee318404'/>
<id>1aa5fbb1a86bc2c08818526a98693871ee318404</id>
<content type='text'>
Based on patch by Samuel Behan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Samuel Behan.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed off-by-one in xslt parameter parsing.</title>
<updated>2012-03-22T10:43:33+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-03-22T10:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3333c6c7c868d01cd940a5044cd31eadaea434d5'/>
<id>3333c6c7c868d01cd940a5044cd31eadaea434d5</id>
<content type='text'>
The problem was introduced in 0.7.44 (r2589) during conversion to complex
values.  Previously string.len included space for terminating NUL, but
with complex values it doesn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem was introduced in 0.7.44 (r2589) during conversion to complex
values.  Previously string.len included space for terminating NUL, but
with complex values it doesn't.
</pre>
</div>
</content>
</entry>
</feed>
