summaryrefslogtreecommitdiffhomepage
path: root/src/mail (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Whitespace fix.Maxim Dounin1-3/+3
2012-08-17Mail: fixed handling of AF_UNIX addresses in "listen".Ruslan Ermilov2-0/+14
2012-08-17Removed a stale "AF_INET only" comment.Ruslan Ermilov1-2/+0
2012-08-17Mail: fixed sorting of listen addresses (ticket #187).Ruslan Ermilov1-0/+5
2012-08-15mail_core: don't let the well-known port in the "listen" directive toRuslan Ermilov1-15/+17
2012-08-15Corrected the directive name in the ngx_mail_auth_http_module error message.Ruslan Ermilov1-1/+1
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov2-3/+7
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-0/+3
2012-03-05Whitespace fixes.Maxim Dounin1-1/+1
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-02-13Time parsing cleanup.Maxim Dounin1-2/+2
2012-01-18Copyright updated.Maxim Konovalov18-0/+18
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin1-1/+4
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev3-1/+122
2011-11-14Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.Sergey Budnevitch1-1/+1
2011-10-25Fixed port range checking.Ruslan Ermilov1-1/+1
2011-10-24Support of several servers in the "resolver" directive.Igor Sysoev1-14/+3
2011-09-27Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).Maxim Dounin1-2/+2
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev1-0/+2
2011-07-20ECDHE supportIgor Sysoev2-1/+14
2011-07-20MSIE export versions are rare now, so RSA 512 key is generated on demandIgor Sysoev1-3/+1
2011-06-27use !aNULL to disable all anonymous cipher suitesIgor Sysoev1-1/+1
2010-06-23style fixIgor Sysoev1-4/+4
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev6-96/+46
2010-04-23Zimbra IMAP server may return only 4 bytes: "+ \r\n"Igor Sysoev1-1/+1
2010-02-12delete surplus codeIgor Sysoev1-2/+0
2009-12-25use "localhost" in "Host" header line, if unix socket is used in "auth_http"Igor Sysoev1-1/+8
2009-11-09*) fix resolving an empty name ("."),Igor Sysoev1-14/+1
2009-11-09fix "PTR ." case in address resolverIgor Sysoev1-0/+13
2009-11-02rename ngx_peer_addr_t to ngx_addr_tIgor Sysoev3-5/+5
2009-11-02replace inet_addr() with ngx_inet_addr()Igor Sysoev1-2/+1
2009-10-07use only strong ciphers by defaultIgor Sysoev1-1/+1
2009-10-06disable SSLv2 and low ciphers by defaultIgor Sysoev1-3/+2
2009-07-23delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev1-32/+0
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev1-1/+1
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev4-6/+6
2009-05-18mail proxy listen IPv6 supportIgor Sysoev6-178/+435
2009-05-05ngx_create_listening()Igor Sysoev1-49/+7
2009-05-04delete ngx_listening_inet_stream_socket()Igor Sysoev1-3/+47
2009-05-04axe imap module artifactsIgor Sysoev3-48/+48
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-3/+2
2009-04-27fix building by MSVC8Igor Sysoev1-1/+1
2009-04-24fix Auth-Method, the bug has been introduced in r2496Igor Sysoev1-0/+1
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-0/+5
2009-02-10send HELO/EHLO after XCLIENTIgor Sysoev2-6/+36
2009-02-09compatibility with Microsoft'sIgor Sysoev6-13/+43
2009-01-31avoid deep nested calls, flatten call treeIgor Sysoev1-3/+20
2009-01-13update r2439: make clear nameIgor Sysoev1-3/+3
2009-01-12fix r2312Igor Sysoev1-1/+1
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev6-18/+18