<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/mail, branch release-0.7.30</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>use "!= NGX_OK" instead of "== NGX_ERROR"</title>
<updated>2008-12-09T17:27:48+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-12-09T17:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c9aae14a7ebf75918bb383e7ee51eb9696e5a45c'/>
<id>c9aae14a7ebf75918bb383e7ee51eb9696e5a45c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not close session if SMTP backend returned an error on RCPT TO</title>
<updated>2008-11-13T14:20:54+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-11-13T14:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2ab644895e691c5937e17f99e9a53ca5acc410fa'/>
<id>2ab644895e691c5937e17f99e9a53ca5acc410fa</id>
<content type='text'>
patch by Maxim Dounin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Maxim Dounin
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused field</title>
<updated>2008-11-13T13:30:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-11-13T13:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d67d8478a675ca812810826eff4708616a33008f'/>
<id>d67d8478a675ca812810826eff4708616a33008f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smtp_auth none</title>
<updated>2008-11-13T13:25:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-11-13T13:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d0e8e5456c0443a2b06c8ee639e09080d85c4396'/>
<id>d0e8e5456c0443a2b06c8ee639e09080d85c4396</id>
<content type='text'>
patch by Maxim Dounin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Maxim Dounin
</pre>
</div>
</content>
</entry>
<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>
</feed>
