| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-09-30 | Merging r3933, r4154: | Igor Sysoev | 1 | -0/+2 | |
| A new fix for the case when ssl_session_cache defined, but ssl is not enabled in any server. The previous r1033 does not help when unused zone becomes used after reconfiguration, so it is backed out. The initial thought was to make SSL modules independed from SSL implementation and to keep OpenSSL code dependance as much as in separate files. | |||||
| 2011-08-29 | Merge of r3960, r3961, r3962, r3963, r3965: | Igor Sysoev | 2 | -4/+15 | |
| SSL related fixes: *) MSIE export versions are rare now, so RSA 512 key is generated on demand and is shared among all hosts instead of pregenerating for every HTTPS host on configuraiton phase. This decreases start time for configuration with large number of HTTPS hosts. *) ECDHE support; patch by Adrian Kotelba *) fix build by gcc46 with -Wunused-value option *) fix SSL connection issues on platforms with 32-bit off_t *) do not try to reuse and save a SSL session for a peer created on the fly by ngx_http_upstream_create_round_robin_peer(), since the peer lives only during request so the saved SSL session will never be used again and just causes memory leak | |||||
| 2011-06-27 | use !aNULL to disable all anonymous cipher suites | Igor Sysoev | 1 | -1/+1 | |
| patch by Rob Stradling | |||||
| 2010-06-23 | style fix | Igor Sysoev | 1 | -4/+4 | |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 6 | -96/+46 | |
| 2010-04-23 | Zimbra IMAP server may return only 4 bytes: "+ \r\n" | Igor Sysoev | 1 | -1/+1 | |
| 2010-02-12 | delete surplus code | Igor Sysoev | 1 | -2/+0 | |
| 2009-12-25 | use "localhost" in "Host" header line, if unix socket is used in "auth_http" | Igor Sysoev | 1 | -1/+8 | |
| 2009-11-09 | *) fix resolving an empty name ("."), | Igor Sysoev | 1 | -14/+1 | |
| *) add quotes in an error message, *) backout r3299 in ngx_mail_smtp_handler.c | |||||
| 2009-11-09 | fix "PTR ." case in address resolver | Igor Sysoev | 1 | -0/+13 | |
| 2009-11-02 | rename ngx_peer_addr_t to ngx_addr_t | Igor Sysoev | 3 | -5/+5 | |
| 2009-11-02 | replace inet_addr() with ngx_inet_addr() | Igor Sysoev | 1 | -2/+1 | |
| 2009-10-07 | use only strong ciphers by default | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | disable SSLv2 and low ciphers by default | Igor Sysoev | 1 | -3/+2 | |
| 2009-07-23 | delete OpenSSL pre-0.9.7 compatibility: the sources were not actually | Igor Sysoev | 1 | -32/+0 | |
| compatible with OpenSSL 0.9.6 since ssl_session_cache introduction | |||||
| 2009-06-18 | ignore ngx_atomic_fetch_add() result | Igor Sysoev | 1 | -1/+1 | |
| this fixes building at least by gcc 4.2.1 on Mac OS X 10.6 | |||||
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 4 | -6/+6 | |
| 2009-05-18 | mail proxy listen IPv6 support | Igor Sysoev | 6 | -178/+435 | |
| 2009-05-05 | ngx_create_listening() | Igor Sysoev | 1 | -49/+7 | |
| 2009-05-04 | delete ngx_listening_inet_stream_socket() | Igor Sysoev | 1 | -3/+47 | |
| 2009-05-04 | axe imap module artifacts | Igor Sysoev | 3 | -48/+48 | |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 1 | -3/+2 | |
| error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | |||||
| 2009-04-27 | fix building by MSVC8 | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-24 | fix Auth-Method, the bug has been introduced in r2496 | Igor Sysoev | 1 | -0/+1 | |
| 2009-02-21 | a prelimiary IPv6 support, HTTP listen | Igor Sysoev | 1 | -0/+5 | |
| 2009-02-10 | send HELO/EHLO after XCLIENT | Igor Sysoev | 2 | -6/+36 | |
| patch by Maxim Dounin | |||||
| 2009-02-09 | compatibility with Microsoft's | Igor Sysoev | 6 | -13/+43 | |
| AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin | |||||
| 2009-01-31 | avoid deep nested calls, flatten call tree | Igor Sysoev | 1 | -3/+20 | |
| 2009-01-13 | update r2439: make clear name | Igor Sysoev | 1 | -3/+3 | |
| 2009-01-12 | fix r2312 | Igor Sysoev | 1 | -1/+1 | |
| 2008-12-09 | use "!= NGX_OK" instead of "== NGX_ERROR" | Igor Sysoev | 6 | -18/+18 | |
| 2008-11-13 | do not close session if SMTP backend returned an error on RCPT TO | Igor Sysoev | 1 | -15/+13 | |
| patch by Maxim Dounin | |||||
| 2008-11-13 | remove unused field | Igor Sysoev | 1 | -10/+0 | |
| 2008-11-13 | smtp_auth none | Igor Sysoev | 7 | -56/+330 | |
| patch by Maxim Dounin | |||||
| 2008-09-01 | *) listen ssl | Igor Sysoev | 6 | -26/+169 | |
| *) no default ssl_cetificate and ssl_cetificate_key | |||||
| 2008-08-26 | *) refactor ngx_parse_inet_url() | Igor Sysoev | 1 | -1/+1 | |
| *) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields | |||||
| 2008-08-21 | *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() | Igor Sysoev | 1 | -2/+2 | |
| *) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN | |||||
| 2008-08-12 | backout both r2162 and r2128 and implement a new fix | Igor Sysoev | 1 | -0/+2 | |
| 2008-07-29 | fix typo | Igor Sysoev | 1 | -6/+6 | |
| 2008-06-23 | change useless ngx_pcalloc() to ngx_pnalloc() | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 10 | -46/+48 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-06-16 | DH parameters, ssl_dhparam | Igor Sysoev | 2 | -4/+17 | |
| 2008-05-26 | ssl_session_cache none | Igor Sysoev | 1 | -1/+6 | |
| 2008-05-16 | $hostname variable | Igor Sysoev | 1 | -14/+1 | |
| 2008-04-29 | reset message | Igor Sysoev | 1 | -0/+2 | |
| 2008-03-24 | use ngx_int_t in ngx_sort() callback | Igor Sysoev | 1 | -2/+2 | |
| 2008-03-06 | check duplicate resolver | Igor Sysoev | 1 | -0/+4 | |
| 2008-03-04 | use cf->cycle->new_log because at merge stage cf->pool->log is old log | Igor Sysoev | 1 | -1/+1 | |
| 2008-02-28 | cleanup resolver | Igor Sysoev | 1 | -1/+1 | |
| 2008-02-16 | do not resolve SMTP clients by default | Igor Sysoev | 3 | -16/+17 | |
