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