log src/core/ngx_resolver.c @ 7013:539f7893ecb9 release-1.13.1

age author description
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed some warnings reported by Borland C.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed handling of partially resolved SRV.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed a race between parallel name and addr resolves.
Fri, 16 Dec 2016 18:21:42 +0300 Dmitry Volyntsev Resolver: fixed possible premature stop of the resend timer.
Fri, 16 Dec 2016 14:53:28 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 15 Dec 2016 21:44:34 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 29 Sep 2016 19:40:47 +0300 Dmitry Volyntsev Resolver: introduced state field in ngx_resolver_srv_name_t.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
Fri, 08 Apr 2016 15:03:38 +0300 Ruslan Ermilov Removed redundant "u" format specifier.
Thu, 31 Mar 2016 02:33:53 +0300 Sergey Kandaurov Fixed logging with variable field width.
Wed, 23 Mar 2016 18:34:05 +0300 Dmitry Volyntsev Win32: fixed build after 384154fc634f.
Wed, 23 Mar 2016 17:44:36 +0300 Dmitry Volyntsev Resolver: added support for SRV records.
Wed, 23 Mar 2016 17:44:36 +0300 Dmitry Volyntsev Resolver: do not enable resolve timer if provided timeout is zero.