Tree @release-1.7.0 (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.7.0
- Mail: fixed ngx_mail_send() (ticket #519). Maxim Dounin 8 years ago
- Fixed format specifier in logging of "c->number". Sergey Kandaurov 8 years ago
- Mail: fixed passing of IPv6 client address in XCLIENT. Ruslan Ermilov 8 years ago
- SSL: ssl_session_tickets directive. Dirkjan Bussink 8 years ago
- Resolver: implemented IPv6 name to address resolving. Ruslan Ermilov 8 years ago
- Changed resolver API to use ngx_addr_t. Ruslan Ermilov 8 years ago
- SSL: added ability to set keys used for Session Tickets (RFC5077). Piotr Sikora 8 years ago
- Mail: fixed segfault with ssl/starttls at mail{} level and no cert. Maxim Dounin 8 years ago
- Mail: fixed overrun of allocated memory (ticket #411). Maxim Dounin 8 years ago
- Mail: handle smtp multiline replies. Maxim Dounin 8 years ago
- Mail: smtp pipelining support. Maxim Dounin 8 years ago
- Mail: added session close on smtp_greeting_delay violation. Maxim Dounin 8 years ago
- SSL: stop loading configs with invalid "ssl_ciphers" values. Piotr Sikora 8 years ago
- Style. Maxim Dounin 8 years ago
- Core: extended ngx_sock_ntop() with socklen parameter. Vladimir Homutov 8 years ago
- Mail: fixed possible uninitialized memory access. Maxim Dounin 9 years ago
- Style: remove unnecessary references to HTTP from non-HTTP modules. Piotr Sikora 9 years ago
- Mail: missing ngx_ssl_ecdh_curve() call. F. da Silva 9 years ago
- Mail: removed surplus ngx_close_connection() call. Filipe Da Silva 9 years ago
- Mail: IPv6 backends (ticket #323). Ruslan Ermilov 9 years ago
- Implemented IPv6 support for URLs specified using domain names. Ruslan Ermilov 9 years ago
- Whitespace fix. Maxim Dounin 9 years ago
- Mail: fixed handling of AF_UNIX addresses in "listen". Ruslan Ermilov 9 years ago
- Removed a stale "AF_INET only" comment. Ruslan Ermilov 9 years ago
- Mail: fixed sorting of listen addresses (ticket #187). Ruslan Ermilov 9 years ago
- mail_core: don't let the well-known port in the "listen" directive to Ruslan Ermilov 9 years ago
- Corrected the directive name in the ngx_mail_auth_http_module error message. Ruslan Ermilov 9 years ago
- Core: ipv6only is now on by default. Ruslan Ermilov 9 years ago
- Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 9 years ago
- Whitespace fixes. Maxim Dounin 10 years ago