<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-0.7.13</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>bump version</title>
<updated>2008-08-26T16:23:14+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T16:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e56cc8e5030bb74639c2b53a9c6c765dea6859f4'/>
<id>e56cc8e5030bb74639c2b53a9c6c765dea6859f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gzip_disable msie6</title>
<updated>2008-08-26T15:09:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T15:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=54477e417a9b571b970dd43b62672fac28a267ee'/>
<id>54477e417a9b571b970dd43b62672fac28a267ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix divide by zero if max_fails=0</title>
<updated>2008-08-26T14:34:16+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-26T14:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=333723e0012e33fda92dfff420e2f917f8988318'/>
<id>333723e0012e33fda92dfff420e2f917f8988318</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_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>call ngx_http_xslt_filter_exit()</title>
<updated>2008-08-21T18:21:40+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-21T18:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bbe42c41e8f883185745706f92426aa9e73b3eab'/>
<id>bbe42c41e8f883185745706f92426aa9e73b3eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>fix $r-&gt;header_in() for "User-Agent", "Connection", and "Host"</title>
<updated>2008-08-19T19:40:45+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-19T19:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cbc7c6177c58fbb371fae29353d9195de21e238a'/>
<id>cbc7c6177c58fbb371fae29353d9195de21e238a</id>
<content type='text'>
broken in r2005, r2006, and r2008.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
broken in r2005, r2006, and r2008.
</pre>
</div>
</content>
</entry>
</feed>
