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
2021-05-19
Mail: max_errors directive.
Maxim Dounin
3
-1
/
+27
2021-05-19
Mail: IMAP pipelining support.
Maxim Dounin
4
-18
/
+65
2021-05-19
Mail: stricter checking of IMAP tags.
Maxim Dounin
1
-0
/
+11
2021-05-19
Mail: fixed backslash handling in IMAP literals.
Maxim Dounin
2
-25
/
+19
2021-05-19
Mail: removed dead s->arg_start handling.
Maxim Dounin
2
-48
/
+0
2021-05-19
Mail: fixed s->arg_start clearing on invalid IMAP commands.
Maxim Dounin
1
-0
/
+2
2021-05-19
Mail: POP3 pipelining support.
Maxim Dounin
3
-6
/
+45
2021-05-19
Mail: optimized discarding invalid SMTP commands.
Maxim Dounin
1
-1
/
+1
2021-05-19
Mail: fixed handling of invalid SMTP commands split between reads.
Maxim Dounin
1
-3
/
+3
2021-05-19
Mail: fixed SMTP pipelining to send the response immediately.
Maxim Dounin
1
-5
/
+4
2021-04-21
Mail: fixed reading with fully filled buffer (ticket #2159).
Maxim Dounin
1
-11
/
+14
2021-03-11
Mail: fixed build without SSL.
Maxim Dounin
2
-5
/
+7
2021-03-05
Mail: sending of the PROXY protocol to backends.
Maxim Dounin
2
-7
/
+133
2021-03-05
Mail: realip module.
Maxim Dounin
3
-0
/
+275
2021-03-05
Mail: parsing of the PROXY protocol from clients.
Maxim Dounin
5
-4
/
+132
2021-03-05
Mail: made auth http creating request easier to extend.
Maxim Dounin
1
-13
/
+29
2021-03-05
Mail: fixed log action after SSL handshake.
Maxim Dounin
1
-0
/
+2
2021-03-05
Mail: postponed session initialization under accept mutex.
Maxim Dounin
2
-1
/
+29
2021-03-05
Mail: added missing event handling after reading data.
Maxim Dounin
5
-8
/
+75
2021-03-05
Mail: added missing event handling after blocking events.
Maxim Dounin
3
-0
/
+18
2021-03-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
1
-2
/
+2
2020-10-22
SSL: ssl_conf_command directive.
Maxim Dounin
2
-0
/
+33
2020-10-03
Mail: proxy_smtp_auth directive.
Maxim Dounin
2
-4
/
+87
2019-09-16
SSL: fixed ssl_verify_client error message.
Sergey Kandaurov
1
-1
/
+1
2019-08-01
Mail: fixed duplicate resolving.
Maxim Dounin
1
-0
/
+43
2019-03-15
Multiple addresses in "listen".
Roman Arutyunyan
3
-83
/
+45
2019-03-03
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
1
-0
/
+1
2019-02-25
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
1
-1
/
+1
2018-04-25
SSL: deprecated the "ssl" directive.
Ruslan Ermilov
1
-1
/
+6
2018-04-24
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
4
-66
/
+48
2018-04-24
Mail: fixed error message about missing ssl_certificate_key.
Maxim Dounin
1
-2
/
+2
2018-01-30
SSL: using default server context in session remove (closes #1464).
Sergey Kandaurov
1
-2
/
+2
2017-11-20
Fixed worker_shutdown_timeout in various cases.
Maxim Dounin
1
-2
/
+5
2017-05-29
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Maxim Dounin
1
-1
/
+1
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
1
-0
/
+1
2017-04-03
Mail: configurable socket buffer sizes.
Vladimir Homutov
3
-1
/
+39
2017-03-06
Mail: don't emit separator in capability lists for APOP.
Sergey Kandaurov
1
-0
/
+16
2017-01-12
Mail: make it possible to disable SASL EXTERNAL.
Sergey Kandaurov
3
-4
/
+16
2016-12-24
Win32: fixed some warnings reported by Borland C.
Maxim Dounin
1
-1
/
+1
2016-10-08
Mail: support SASL EXTERNAL (RFC 4422).
Rob N ★
10
-15
/
+110
2016-10-18
Mail: extensible auth methods in pop3 module.
Maxim Dounin
1
-28
/
+66
2016-10-10
Modules compatibility: removed dependencies on NGX_MAIL_SSL.
Maxim Dounin
1
-4
/
+0
2016-10-03
Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Maxim Dounin
3
-3
/
+3
2016-09-20
Fixed log levels of configuration parsing errors.
Valentin Bartenev
1
-2
/
+2
2016-08-17
Ensure "listen" exists in a mail or stream server (ticket #1049).
Roman Arutyunyan
2
-0
/
+11
2016-08-18
Fixed wrong type of the "line" field.
Roman Arutyunyan
1
-1
/
+1
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
[next]