<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/core, branch release-0.7.12</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>fix bugs introduced in r2204</title>
<updated>2008-08-26T16:11:30+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T16:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d3bf7c1cd511a7defc463a2ff153c2540ca33200'/>
<id>d3bf7c1cd511a7defc463a2ff153c2540ca33200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*) refactor ngx_parse_inet_url()</title>
<updated>2008-08-26T14:24:14+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T14:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c9491d113c47b36fec61c37b9c66905f097d92cb'/>
<id>c9491d113c47b36fec61c37b9c66905f097d92cb</id>
<content type='text'>
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields
</pre>
</div>
</content>
</entry>
<entry>
<title>*) refactor ngx_ptocidr()</title>
<updated>2008-08-26T14:19:37+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T14:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9c388c0a7fc86beeb584744b5bd5884884111732'/>
<id>9c388c0a7fc86beeb584744b5bd5884884111732</id>
<content type='text'>
*) allow address without bitmask
*) thus now ngx_http_geo_module accepts addresses without bitmask
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) allow address without bitmask
*) thus now ngx_http_geo_module accepts addresses without bitmask
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_strlchr()</title>
<updated>2008-08-26T14:16:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=caa4a45c0f7e885460fdca075b32b44c8cf0eae2'/>
<id>caa4a45c0f7e885460fdca075b32b44c8cf0eae2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split ngx_parse_url()</title>
<updated>2008-08-22T13:36:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-22T13:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=154013c5f3c4b1ca3b6ac0e2f1797bc1694fe92e'/>
<id>154013c5f3c4b1ca3b6ac0e2f1797bc1694fe92e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_sock_ntop() takes family from sockaddr, remove duplicate field</title>
<updated>2008-08-21T19:24:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-21T19:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c5849a6381a918a5606db2bdba8c670e34c46dbb'/>
<id>c5849a6381a918a5606db2bdba8c670e34c46dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()</title>
<updated>2008-08-21T18:47:23+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-21T18:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6a75019ad6847a5bf8c0dcd1f0ad87ed715add7e'/>
<id>6a75019ad6847a5bf8c0dcd1f0ad87ed715add7e</id>
<content type='text'>
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
   as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
   as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
</pre>
</div>
</content>
</entry>
<entry>
<title>server_name "" support</title>
<updated>2008-08-21T12:56:10+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-21T12:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b29426deb80b1338b3851e748468659edb1e3dd1'/>
<id>b29426deb80b1338b3851e748468659edb1e3dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2008-08-18T14:29:57+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-18T14:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1de8bb5bd6575f652ba721474b37f189f988e31c'/>
<id>1de8bb5bd6575f652ba721474b37f189f988e31c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix log message</title>
<updated>2008-08-15T20:14:49+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-15T20:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b17e33293affc50d5b011684877ca5674d9c6fc5'/>
<id>b17e33293affc50d5b011684877ca5674d9c6fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
