<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/mail, branch release-0.7.16</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>*) listen ssl</title>
<updated>2008-09-01T14:19:01+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-09-01T14:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f100c7816dd910907597f716bf561f3361f88e1a'/>
<id>f100c7816dd910907597f716bf561f3361f88e1a</id>
<content type='text'>
*) no default ssl_cetificate and ssl_cetificate_key
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) no default ssl_cetificate and ssl_cetificate_key
</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>*) 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>backout both r2162 and r2128 and implement a new fix</title>
<updated>2008-08-12T12:04:49+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-08-12T12:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a408b2ba2d2b4d4edae8db788269b62c41bc2cc9'/>
<id>a408b2ba2d2b4d4edae8db788269b62c41bc2cc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2008-07-29T14:31:03+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-07-29T14:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4c756c46cdf5879673d364bb07157c9c622c3fac'/>
<id>4c756c46cdf5879673d364bb07157c9c622c3fac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change useless ngx_pcalloc() to ngx_pnalloc()</title>
<updated>2008-06-23T12:27:03+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-06-23T12:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f2a1484347ce9bf6b8e71d4c91bcab4187e57556'/>
<id>f2a1484347ce9bf6b8e71d4c91bcab4187e57556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*) back out r2040</title>
<updated>2008-06-17T15:00:30+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-06-17T15:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7f6b2ffc60135a8340213fe8d5d0b70e479e3ac1'/>
<id>7f6b2ffc60135a8340213fe8d5d0b70e479e3ac1</id>
<content type='text'>
*) refactor ngx_palloc()
*) introduce ngx_pnalloc()
*) additional pool blocks have smaller header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) refactor ngx_palloc()
*) introduce ngx_pnalloc()
*) additional pool blocks have smaller header
</pre>
</div>
</content>
</entry>
<entry>
<title>DH parameters, ssl_dhparam</title>
<updated>2008-06-16T05:51:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-06-16T05:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=df83e6f81a53f5d61fe06100f9150cd1dc61e4a2'/>
<id>df83e6f81a53f5d61fe06100f9150cd1dc61e4a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl_session_cache none</title>
<updated>2008-05-26T07:14:13+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-05-26T07:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d6548faf64a1ff1f06f642558967bf2b337d178d'/>
<id>d6548faf64a1ff1f06f642558967bf2b337d178d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$hostname variable</title>
<updated>2008-05-16T14:39:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-05-16T14:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3be5257a4f8e6e0fd5d058a314adbe5b7f5b9dd7'/>
<id>3be5257a4f8e6e0fd5d058a314adbe5b7f5b9dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
