Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | Added the "so_keepalive=" parameter to the "listen" directive. | Valentin Bartenev | 2011-12-05 |
| | | | | | | The "so_keepalive" directive in mail module was deprecated. Thanks to Vsevolod Stakhov for initial work. | ||
* | mail proxy listen IPv6 support | Igor Sysoev | 2009-05-18 |
| | |||
* | ngx_create_listening() | Igor Sysoev | 2009-05-05 |
| | |||
* | delete ngx_listening_inet_stream_socket() | Igor Sysoev | 2009-05-04 |
| | |||
* | axe imap module artifacts | Igor Sysoev | 2009-05-04 |
| | |||
* | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 2009-04-30 |
| | | | | | | error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | ||
* | *) listen ssl | Igor Sysoev | 2008-09-01 |
| | | | | *) no default ssl_cetificate and ssl_cetificate_key | ||
* | *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() | Igor Sysoev | 2008-08-21 |
| | | | | | | *) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN | ||
* | *) back out r2040 | Igor Sysoev | 2008-06-17 |
| | | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | ||
* | use ngx_int_t in ngx_sort() callback | Igor Sysoev | 2008-03-24 |
| | |||
* | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 2007-09-15 |
| | |||
* | set default listen() backlog to 511 on all platforms except FreeBSD | Igor Sysoev | 2007-08-09 |
| | |||
* | use stable search where it is required | Igor Sysoev | 2007-05-21 |
| | |||
* | Many changes: | Igor Sysoev | 2007-03-19 |
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop |