index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
mail
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
Fixed build on MSVC.
Roman Arutyunyan
1
-1
/
+1
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
2
-48
/
+7
2016-06-15
SSL: ngx_ssl_ciphers() to set list of ciphers.
Tim Taubert
1
-14
/
+3
2016-05-23
Renamed "u" to "sockaddr" in listen options types.
Maxim Dounin
3
-15
/
+15
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
2
-12
/
+2
2016-05-20
Use ngx_cmp_sockaddr() where appropriate.
Ruslan Ermilov
2
-51
/
+6
2016-05-19
SSL: support for multiple curves (ticket #885).
Maxim Dounin
1
-1
/
+1
2016-05-19
SSL: support for multiple certificates (ticket #814).
Maxim Dounin
2
-17
/
+33
2016-03-31
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
1
-1
/
+1
2016-03-31
Fixed logging.
Sergey Kandaurov
2
-2
/
+2
2016-03-30
Style.
Ruslan Ermilov
3
-5
/
+5
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
2
-18
/
+18
2016-02-04
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
1
-8
/
+1
2015-08-17
Win32: MSVC 2015 compatibility.
Maxim Dounin
1
-2
/
+1
2015-06-16
Disabled duplicate http, mail, and stream blocks.
Vladimir Homutov
1
-0
/
+4
2015-06-08
Mail: listen backlog=.
Ruslan Ermilov
3
-0
/
+17
2015-06-08
Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t.
Ruslan Ermilov
3
-68
/
+48
2015-05-25
Disabled SSLv3 by default (ticket #653).
Maxim Dounin
1
-1
/
+1
2015-05-20
Simplified ngx_http_init_listening().
Maxim Dounin
1
-7
/
+1
2015-04-29
Removed the deprecated "imap" directive.
Ruslan Ermilov
1
-13
/
+0
2015-04-29
Removed the deprecated "so_keepalive" directive.
Ruslan Ermilov
3
-31
/
+0
2015-02-20
Mail: error_log support.
Vladimir Homutov
4
-19
/
+54
2015-03-23
SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Maxim Dounin
1
-0
/
+2
2015-03-04
Style: use %*s format, as in 68d21fd1dc64.
Ruslan Ermilov
1
-8
/
+3
2015-02-27
Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.
Sergey Kandaurov
1
-5
/
+9
2015-02-25
Mail: client SSL certificates support.
Maxim Dounin
8
-4
/
+294
2015-02-25
Mail: added Auth-SSL header to indicate SSL.
Maxim Dounin
1
-0
/
+12
2015-02-25
Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers.
Maxim Dounin
1
-3
/
+3
2015-01-23
Mail: fixed the duplicate listen address detection.
Ruslan Ermilov
1
-2
/
+2
2015-01-23
Mail: fixed a comment.
Ruslan Ermilov
1
-1
/
+1
2014-09-01
Mail: initialize the "signature" field of ngx_mail_session_t.
Valentin Bartenev
1
-0
/
+2
2014-08-20
Mail: fixed number of arguments allowed in the listen directive.
Valentin Bartenev
1
-1
/
+1
2014-08-20
Mail: fixed a comment.
Valentin Bartenev
1
-2
/
+1
2014-08-05
Mail: discard pipelined commands after SMTP STARTTLS.
Maxim Dounin
1
-0
/
+3
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2
-1
/
+38
2014-05-22
Mail: output client port number on client connects (ticket #531).
Ruslan Ermilov
1
-2
/
+6
2014-05-21
Mail: added a check for the number of arguments in MAIL/RCPT.
Maxim Dounin
1
-0
/
+10
2014-05-14
Style: use %N instead of '\n' where appropriate.
Ruslan Ermilov
1
-1
/
+1
2014-03-31
Mail: fixed ngx_mail_send() (ticket #519).
Maxim Dounin
1
-0
/
+7
2014-03-06
Fixed format specifier in logging of "c->number".
Sergey Kandaurov
1
-1
/
+1
2014-01-17
Mail: fixed passing of IPv6 client address in XCLIENT.
Ruslan Ermilov
1
-5
/
+28
2014-01-10
SSL: ssl_session_tickets directive.
Dirkjan Bussink
2
-0
/
+18
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
1
-1
/
+0
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
1
-20
/
+23
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
2
-0
/
+19
2013-09-30
Mail: fixed segfault with ssl/starttls at mail{} level and no cert.
Maxim Dounin
1
-0
/
+5
2013-09-30
Mail: fixed overrun of allocated memory (ticket #411).
Maxim Dounin
1
-1
/
+0
2013-09-30
Mail: handle smtp multiline replies.
Maxim Dounin
1
-1
/
+20
2013-09-30
Mail: smtp pipelining support.
Maxim Dounin
5
-63
/
+71
2013-09-30
Mail: added session close on smtp_greeting_delay violation.
Maxim Dounin
1
-0
/
+1
[next]