| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2008-02-13 | resolver in smtp proxy module | Igor Sysoev | 5 | -11/+244 | |
| 2007-12-26 | ssl_session_cache off | Igor Sysoev | 1 | -4/+8 | |
| 2007-12-21 | fix STARTTLS prompt in SMTP | Igor Sysoev | 1 | -0/+3 | |
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 4 | -16/+11 | |
| 2007-11-30 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2007-11-15 | 64-bit time_t compatibility | Igor Sysoev | 1 | -2/+2 | |
| 2007-10-08 | use pool instead of ngx_conf_t | Igor Sysoev | 2 | -2/+2 | |
| 2007-09-21 | fix "AUTH PLAIN [initial-response]" bug introduced in r1477 | Igor Sysoev | 1 | -1/+1 | |
| 2007-09-21 | use "_" instead of " " as new line substitute, do not delete trailing new line | Igor Sysoev | 1 | -9/+1 | |
| 2007-09-20 | log starttls | Igor Sysoev | 1 | -1/+3 | |
| 2007-09-15 | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 16 | -715/+1144 | |
| 2007-09-14 | style fix: remove trailing spaces | Igor Sysoev | 3 | -6/+6 | |
