Tree @release-1.11.3 (Download .tar.gz)
- ..
- ngx_mail.c
- ngx_mail.h
- ngx_mail_auth_http_module.c
- ngx_mail_core_module.c
- ngx_mail_handler.c
- ngx_mail_imap_handler.c
- ngx_mail_imap_module.c
- ngx_mail_imap_module.h
- ngx_mail_parse.c
- ngx_mail_pop3_handler.c
- ngx_mail_pop3_module.c
- ngx_mail_pop3_module.h
- ngx_mail_proxy_module.c
- ngx_mail_smtp_handler.c
- ngx_mail_smtp_module.c
- ngx_mail_smtp_module.h
- ngx_mail_ssl_module.c
- ngx_mail_ssl_module.h
History of src / mail @release-1.11.3
- Fixed build on MSVC. Roman Arutyunyan 6 years ago
- Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. Roman Arutyunyan 6 years ago
- SSL: ngx_ssl_ciphers() to set list of ciphers. Tim Taubert 6 years ago
- Renamed "u" to "sockaddr" in listen options types. Maxim Dounin 6 years ago
- Introduced the ngx_sockaddr_t type. Ruslan Ermilov 6 years ago
- Use ngx_cmp_sockaddr() where appropriate. Ruslan Ermilov 6 years ago
- SSL: support for multiple curves (ticket #885). Maxim Dounin 6 years ago
- SSL: support for multiple certificates (ticket #814). Maxim Dounin 6 years ago
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- Fixed logging. Sergey Kandaurov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- Dynamic modules: moved module-related stuff to separate files. Maxim Dounin 6 years ago
- Win32: MSVC 2015 compatibility. Maxim Dounin 6 years ago
- Disabled duplicate http, mail, and stream blocks. Vladimir Homutov 7 years ago
- Mail: listen backlog=. Ruslan Ermilov 7 years ago
- Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t. Ruslan Ermilov 7 years ago
- Disabled SSLv3 by default (ticket #653). Maxim Dounin 7 years ago
- Simplified ngx_http_init_listening(). Maxim Dounin 7 years ago
- Removed the deprecated "imap" directive. Ruslan Ermilov 7 years ago
- Removed the deprecated "so_keepalive" directive. Ruslan Ermilov 7 years ago
- Mail: error_log support. Vladimir Homutov 7 years ago
- SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. Maxim Dounin 7 years ago
- Style: use %*s format, as in 68d21fd1dc64. Ruslan Ermilov 7 years ago
- Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client. Sergey Kandaurov 7 years ago
- Mail: client SSL certificates support. Maxim Dounin 7 years ago
- Mail: added Auth-SSL header to indicate SSL. Maxim Dounin 7 years ago
- Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers. Maxim Dounin 7 years ago
- Mail: fixed the duplicate listen address detection. Ruslan Ermilov 7 years ago
- Mail: fixed a comment. Ruslan Ermilov 7 years ago