1. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  2. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  3. 9f38b20 Time parsing cleanup. by Maxim Dounin · 13 years ago
  4. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  5. 4efcbce Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. by Maxim Dounin · 13 years ago
  6. 92edf47 Added the "so_keepalive=" parameter to the "listen" directive. by Valentin Bartenev · 13 years ago
  7. 66a60a6 Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. by Sergey Budnevitch · 13 years ago
  8. f12d6ce Fixed port range checking. by Ruslan Ermilov · 13 years ago
  9. 6207181 Support of several servers in the "resolver" directive. by Igor Sysoev · 13 years ago
  10. 554768d Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993). by Maxim Dounin · 14 years ago
  11. dfd81a2 A new fix for the case when ssl_session_cache defined, but ssl is not by Igor Sysoev · 14 years ago
  12. f39642a ECDHE support patch by Adrian Kotelba by Igor Sysoev · 14 years ago
  13. e61ba26 MSIE export versions are rare now, so RSA 512 key is generated on demand by Igor Sysoev · 14 years ago
  14. 8d7b1d2 use !aNULL to disable all anonymous cipher suites patch by Rob Stradling by Igor Sysoev · 14 years ago
  15. aa6936e style fix by Igor Sysoev · 15 years ago
  16. 05b1a8f ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
  17. ab4c0d3 Zimbra IMAP server may return only 4 bytes: "+ \r\n" by Igor Sysoev · 15 years ago
  18. 070f0a8 delete surplus code by Igor Sysoev · 15 years ago
  19. 280e5e7 use "localhost" in "Host" header line, if unix socket is used in "auth_http" by Igor Sysoev · 15 years ago
  20. a59ba33 *) fix resolving an empty name ("."), by Igor Sysoev · 15 years ago
  21. 70966c1 fix "PTR ." case in address resolver by Igor Sysoev · 15 years ago
  22. 0c189c5 rename ngx_peer_addr_t to ngx_addr_t by Igor Sysoev · 15 years ago
  23. 0f25ed3 replace inet_addr() with ngx_inet_addr() by Igor Sysoev · 15 years ago
  24. 3bed0da use only strong ciphers by default by Igor Sysoev · 16 years ago
  25. cf9dd76 disable SSLv2 and low ciphers by default by Igor Sysoev · 16 years ago
  26. 80c3e8e delete OpenSSL pre-0.9.7 compatibility: the sources were not actually by Igor Sysoev · 16 years ago
  27. a5fe588 ignore ngx_atomic_fetch_add() result by Igor Sysoev · 16 years ago
  28. 260c432 return NULL instead of NGX_CONF_ERROR on a create conf failure by Igor Sysoev · 16 years ago
  29. 610cbd4 mail proxy listen IPv6 support by Igor Sysoev · 16 years ago
  30. ee4be03 ngx_create_listening() by Igor Sysoev · 16 years ago
  31. 6efa56f delete ngx_listening_inet_stream_socket() by Igor Sysoev · 16 years ago
  32. 4c9d367 axe imap module artifacts by Igor Sysoev · 16 years ago
  33. 0cd76ea *) refactor error_log processing: listen socket log might inherit built-in by Igor Sysoev · 16 years ago
  34. 2ac565f fix building by MSVC8 by Igor Sysoev · 16 years ago
  35. 7b9feda fix Auth-Method, the bug has been introduced in r2496 by Igor Sysoev · 16 years ago
  36. a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
  37. c43beec send HELO/EHLO after XCLIENT patch by Maxim Dounin by Igor Sysoev · 16 years ago
  38. 09f6cd5 compatibility with Microsoft's by Igor Sysoev · 16 years ago
  39. bd5c23e avoid deep nested calls, flatten call tree by Igor Sysoev · 16 years ago
  40. 77a7974 update r2439: make clear name by Igor Sysoev · 16 years ago
  41. 103fe34 fix r2312 by Igor Sysoev · 16 years ago
  42. c9aae14 use "!= NGX_OK" instead of "== NGX_ERROR" by Igor Sysoev · 16 years ago
  43. 2ab6448 do not close session if SMTP backend returned an error on RCPT TO by Igor Sysoev · 16 years ago
  44. d67d847 remove unused field by Igor Sysoev · 16 years ago
  45. d0e8e54 smtp_auth none patch by Maxim Dounin by Igor Sysoev · 16 years ago
  46. f100c78 *) listen ssl *) no default ssl_cetificate and ssl_cetificate_key by Igor Sysoev · 17 years ago
  47. c9491d1 *) refactor ngx_parse_inet_url() by Igor Sysoev · 17 years ago
  48. 6a75019 *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() by Igor Sysoev · 17 years ago
  49. a408b2b backout both r2162 and r2128 and implement a new fix by Igor Sysoev · 17 years ago
  50. 4c756c4 fix typo by Igor Sysoev · 17 years ago
  51. f2a1484 change useless ngx_pcalloc() to ngx_pnalloc() by Igor Sysoev · 17 years ago
  52. 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
  53. df83e6f DH parameters, ssl_dhparam by Igor Sysoev · 17 years ago
  54. d6548fa ssl_session_cache none by Igor Sysoev · 17 years ago
  55. 3be5257 $hostname variable by Igor Sysoev · 17 years ago
  56. 49db9d4 reset message by Igor Sysoev · 17 years ago
  57. de8ec1e use ngx_int_t in ngx_sort() callback by Igor Sysoev · 17 years ago
  58. 73eb97f check duplicate resolver by Igor Sysoev · 17 years ago
  59. dfd5511 use cf->cycle->new_log because at merge stage cf->pool->log is old log by Igor Sysoev · 17 years ago
  60. 4491dae cleanup resolver by Igor Sysoev · 17 years ago
  61. 5fa1146 do not resolve SMTP clients by default by Igor Sysoev · 17 years ago
  62. 4545046 resolver in smtp proxy module by Igor Sysoev · 17 years ago
  63. 6ff850b ssl_session_cache off by Igor Sysoev · 17 years ago
  64. 09085e3 fix STARTTLS prompt in SMTP by Igor Sysoev · 17 years ago
  65. 86ef6aa move condition declarations inside blocks where they are used by Igor Sysoev · 17 years ago
  66. 7e92442 fix typo by Igor Sysoev · 17 years ago
  67. 1d04b14 64-bit time_t compatibility by Igor Sysoev · 17 years ago
  68. 7ed63ee use pool instead of ngx_conf_t by Igor Sysoev · 18 years ago
  69. e3f6cb8 fix "AUTH PLAIN [initial-response]" bug introduced in r1477 by Igor Sysoev · 18 years ago
  70. 964c4a8 use "_" instead of " " as new line substitute, do not delete trailing new line by Igor Sysoev · 18 years ago
  71. c4b3b5a log starttls by Igor Sysoev · 18 years ago
  72. 4871408 ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module by Igor Sysoev · 18 years ago
  73. 05a75d0 style fix: remove trailing spaces by Igor Sysoev · 18 years ago
  74. 945af2a create salt just before it will be used by Igor Sysoev · 18 years ago
  75. c95d44b fix r1482 by Igor Sysoev · 18 years ago
  76. dac63a2 ngx_mail_smtp_create_buffer() by Igor Sysoev · 18 years ago
  77. 2422950 optimizations by Igor Sysoev · 18 years ago
  78. 711c36b smtp_client_buffer and smtp_greeting_delay by Igor Sysoev · 18 years ago
  79. 706ab65 move event handling to protocol specific code, by Igor Sysoev · 18 years ago
  80. 5fbe121 optimizations by Igor Sysoev · 18 years ago
  81. 05d1de7 small optimizations by Igor Sysoev · 18 years ago
  82. c4cb0c7 style fix and optimizations by Igor Sysoev · 18 years ago
  83. 6cc54cc split pop3, imap, and smtp handlers by Igor Sysoev · 18 years ago
  84. b0fef0e decrement active connection counter in mail proxy by Igor Sysoev · 18 years ago
  85. d4ff561 escape " ", "%", and %00-%1F in login and password by Igor Sysoev · 18 years ago
  86. ed2c623 test http_auth absence by Igor Sysoev · 18 years ago
  87. 0349656 allow "http://" in auth_http URL by Igor Sysoev · 18 years ago
  88. 824bcf3 stop configuration on error by Igor Sysoev · 18 years ago
  89. 031a6e2 set default listen() backlog to 511 on all platforms except FreeBSD by Igor Sysoev · 18 years ago
  90. 1931d87 fix case when client has closed connection but upstream buffer is not empty by Igor Sysoev · 18 years ago
  91. f4283a9 IMAP AUTHENTICATE patch by Maxim Dounin by Igor Sysoev · 18 years ago
  92. 810dc16 SMTP STARTTLS patch by Maxim Dounin by Igor Sysoev · 18 years ago
  93. a9af7bf fix segfault when CRAM-MD5 is not enabled but client tries it by Igor Sysoev · 18 years ago
  94. fa808bb fix memory allocation for auth_http_header by Igor Sysoev · 18 years ago
  95. c02ed54 use stable search where it is required by Igor Sysoev · 18 years ago
  96. 6d93976 style fix: remove trailing spaces by Igor Sysoev · 18 years ago
  97. fb95894 style fix: remove tabs by Igor Sysoev · 18 years ago
  98. 02c8d18 Many changes: by Igor Sysoev · 18 years ago