1. 3ca3f60 Mail: initialize the "signature" field of ngx_mail_session_t. by Valentin Bartenev · 11 years ago
  2. c7efcf6 Mail: fixed number of arguments allowed in the listen directive. by Valentin Bartenev · 11 years ago
  3. 8575dc3 Mail: fixed a comment. by Valentin Bartenev · 11 years ago
  4. 44f45a5 Mail: discard pipelined commands after SMTP STARTTLS. by Maxim Dounin · 11 years ago
  5. 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
  6. 7808ac0 Mail: output client port number on client connects (ticket #531). by Ruslan Ermilov · 11 years ago
  7. ca02a10 Mail: added a check for the number of arguments in MAIL/RCPT. by Maxim Dounin · 11 years ago
  8. 5a3d441 Style: use %N instead of '\n' where appropriate. by Ruslan Ermilov · 11 years ago
  9. e042fc9 Mail: fixed ngx_mail_send() (ticket #519). by Maxim Dounin · 11 years ago
  10. bd3516e Fixed format specifier in logging of "c->number". by Sergey Kandaurov · 11 years ago
  11. 8b7fe56 Mail: fixed passing of IPv6 client address in XCLIENT. by Ruslan Ermilov · 11 years ago
  12. 58a240d SSL: ssl_session_tickets directive. by Dirkjan Bussink · 11 years ago
  13. 769eded Resolver: implemented IPv6 name to address resolving. by Ruslan Ermilov · 11 years ago
  14. 3aeefbc Changed resolver API to use ngx_addr_t. by Ruslan Ermilov · 11 years ago
  15. 79be6a5 SSL: added ability to set keys used for Session Tickets (RFC5077). by Piotr Sikora · 11 years ago
  16. ef8c64a Mail: fixed segfault with ssl/starttls at mail{} level and no cert. by Maxim Dounin · 12 years ago
  17. aa36cc3 Mail: fixed overrun of allocated memory (ticket #411). by Maxim Dounin · 12 years ago
  18. f2b5192 Mail: handle smtp multiline replies. by Maxim Dounin · 12 years ago
  19. 4f6f653 Mail: smtp pipelining support. by Maxim Dounin · 12 years ago
  20. 32d6035 Mail: added session close on smtp_greeting_delay violation. by Maxim Dounin · 12 years ago
  21. f52a2c7 SSL: stop loading configs with invalid "ssl_ciphers" values. by Piotr Sikora · 12 years ago
  22. d102510 Style. by Maxim Dounin · 12 years ago
  23. af18946 Core: extended ngx_sock_ntop() with socklen parameter. by Vladimir Homutov · 12 years ago
  24. 2b356db Mail: fixed possible uninitialized memory access. by Maxim Dounin · 12 years ago
  25. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  26. 2b1779b Mail: missing ngx_ssl_ecdh_curve() call. by F. da Silva · 12 years ago
  27. 8597218 Mail: removed surplus ngx_close_connection() call. by Filipe Da Silva · 12 years ago
  28. 4f2d651 Mail: IPv6 backends (ticket #323). by Ruslan Ermilov · 12 years ago
  29. b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
  30. 83e35f6 Whitespace fix. by Maxim Dounin · 13 years ago
  31. 53b8514 Mail: fixed handling of AF_UNIX addresses in "listen". by Ruslan Ermilov · 13 years ago
  32. ff3236e Removed a stale "AF_INET only" comment. by Ruslan Ermilov · 13 years ago
  33. f12c756 Mail: fixed sorting of listen addresses (ticket #187). by Ruslan Ermilov · 13 years ago
  34. 9aac01a mail_core: don't let the well-known port in the "listen" directive to by Ruslan Ermilov · 13 years ago
  35. 89ad2e9 Corrected the directive name in the ngx_mail_auth_http_module error message. by Ruslan Ermilov · 13 years ago
  36. deaf22d Core: ipv6only is now on by default. by Ruslan Ermilov · 13 years ago
  37. 1efcca3 Fixed compilation with -Wmissing-prototypes. by Ruslan Ermilov · 13 years ago
  38. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  39. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  40. 9f38b20 Time parsing cleanup. by Maxim Dounin · 13 years ago
  41. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  42. 4efcbce Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. by Maxim Dounin · 13 years ago
  43. 92edf47 Added the "so_keepalive=" parameter to the "listen" directive. by Valentin Bartenev · 13 years ago
  44. 66a60a6 Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. by Sergey Budnevitch · 13 years ago
  45. f12d6ce Fixed port range checking. by Ruslan Ermilov · 13 years ago
  46. 6207181 Support of several servers in the "resolver" directive. by Igor Sysoev · 13 years ago
  47. 554768d Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993). by Maxim Dounin · 14 years ago
  48. dfd81a2 A new fix for the case when ssl_session_cache defined, but ssl is not by Igor Sysoev · 14 years ago
  49. f39642a ECDHE support patch by Adrian Kotelba by Igor Sysoev · 14 years ago
  50. e61ba26 MSIE export versions are rare now, so RSA 512 key is generated on demand by Igor Sysoev · 14 years ago
  51. 8d7b1d2 use !aNULL to disable all anonymous cipher suites patch by Rob Stradling by Igor Sysoev · 14 years ago
  52. aa6936e style fix by Igor Sysoev · 15 years ago
  53. 05b1a8f ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
  54. ab4c0d3 Zimbra IMAP server may return only 4 bytes: "+ \r\n" by Igor Sysoev · 15 years ago
  55. 070f0a8 delete surplus code by Igor Sysoev · 15 years ago
  56. 280e5e7 use "localhost" in "Host" header line, if unix socket is used in "auth_http" by Igor Sysoev · 15 years ago
  57. a59ba33 *) fix resolving an empty name ("."), by Igor Sysoev · 15 years ago
  58. 70966c1 fix "PTR ." case in address resolver by Igor Sysoev · 15 years ago
  59. 0c189c5 rename ngx_peer_addr_t to ngx_addr_t by Igor Sysoev · 15 years ago
  60. 0f25ed3 replace inet_addr() with ngx_inet_addr() by Igor Sysoev · 15 years ago
  61. 3bed0da use only strong ciphers by default by Igor Sysoev · 16 years ago
  62. cf9dd76 disable SSLv2 and low ciphers by default by Igor Sysoev · 16 years ago
  63. 80c3e8e delete OpenSSL pre-0.9.7 compatibility: the sources were not actually by Igor Sysoev · 16 years ago
  64. a5fe588 ignore ngx_atomic_fetch_add() result by Igor Sysoev · 16 years ago
  65. 260c432 return NULL instead of NGX_CONF_ERROR on a create conf failure by Igor Sysoev · 16 years ago
  66. 610cbd4 mail proxy listen IPv6 support by Igor Sysoev · 16 years ago
  67. ee4be03 ngx_create_listening() by Igor Sysoev · 16 years ago
  68. 6efa56f delete ngx_listening_inet_stream_socket() by Igor Sysoev · 16 years ago
  69. 4c9d367 axe imap module artifacts by Igor Sysoev · 16 years ago
  70. 0cd76ea *) refactor error_log processing: listen socket log might inherit built-in by Igor Sysoev · 16 years ago
  71. 2ac565f fix building by MSVC8 by Igor Sysoev · 16 years ago
  72. 7b9feda fix Auth-Method, the bug has been introduced in r2496 by Igor Sysoev · 16 years ago
  73. a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
  74. c43beec send HELO/EHLO after XCLIENT patch by Maxim Dounin by Igor Sysoev · 16 years ago
  75. 09f6cd5 compatibility with Microsoft's by Igor Sysoev · 16 years ago
  76. bd5c23e avoid deep nested calls, flatten call tree by Igor Sysoev · 16 years ago
  77. 77a7974 update r2439: make clear name by Igor Sysoev · 16 years ago
  78. 103fe34 fix r2312 by Igor Sysoev · 16 years ago
  79. c9aae14 use "!= NGX_OK" instead of "== NGX_ERROR" by Igor Sysoev · 16 years ago
  80. 2ab6448 do not close session if SMTP backend returned an error on RCPT TO by Igor Sysoev · 16 years ago
  81. d67d847 remove unused field by Igor Sysoev · 16 years ago
  82. d0e8e54 smtp_auth none patch by Maxim Dounin by Igor Sysoev · 16 years ago
  83. f100c78 *) listen ssl *) no default ssl_cetificate and ssl_cetificate_key by Igor Sysoev · 17 years ago
  84. c9491d1 *) refactor ngx_parse_inet_url() by Igor Sysoev · 17 years ago
  85. 6a75019 *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() by Igor Sysoev · 17 years ago
  86. a408b2b backout both r2162 and r2128 and implement a new fix by Igor Sysoev · 17 years ago
  87. 4c756c4 fix typo by Igor Sysoev · 17 years ago
  88. f2a1484 change useless ngx_pcalloc() to ngx_pnalloc() by Igor Sysoev · 17 years ago
  89. 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
  90. df83e6f DH parameters, ssl_dhparam by Igor Sysoev · 17 years ago
  91. d6548fa ssl_session_cache none by Igor Sysoev · 17 years ago
  92. 3be5257 $hostname variable by Igor Sysoev · 17 years ago
  93. 49db9d4 reset message by Igor Sysoev · 17 years ago
  94. de8ec1e use ngx_int_t in ngx_sort() callback by Igor Sysoev · 17 years ago
  95. 73eb97f check duplicate resolver by Igor Sysoev · 17 years ago
  96. dfd5511 use cf->cycle->new_log because at merge stage cf->pool->log is old log by Igor Sysoev · 17 years ago
  97. 4491dae cleanup resolver by Igor Sysoev · 17 years ago
  98. 5fa1146 do not resolve SMTP clients by default by Igor Sysoev · 17 years ago
  99. 4545046 resolver in smtp proxy module by Igor Sysoev · 17 years ago
  100. 6ff850b ssl_session_cache off by Igor Sysoev · 17 years ago