log src/core/ngx_inet.c @ 6547:e222a97d46c1

age author description
Wed, 11 May 2016 17:55:30 +0300 Ruslan Ermilov Removed a surplus condition from ngx_parse_inet6_url().
Wed, 11 May 2016 17:55:20 +0300 Valentin Bartenev Core: fixed port handling in ngx_parse_inet6_url().
Fri, 08 Apr 2016 15:03:38 +0300 Ruslan Ermilov Removed redundant "u" format specifier.
Thu, 31 Mar 2016 02:34:00 +0300 Sergey Kandaurov Fixed format specifiers in ngx_sprintf().
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Fri, 26 Feb 2016 17:30:27 -0800 Piotr Sikora Core: allow strings without null-termination in ngx_parse_url().
Tue, 28 Apr 2015 18:55:03 +0300 Valentin Bartenev Fixed overflow detection in ngx_inet_addr().
Tue, 17 Mar 2015 00:26:22 +0300 Ruslan Ermilov Overflow detection in ngx_inet_addr().
Fri, 06 Dec 2013 14:30:27 +0400 Ruslan Ermilov Core: externalized ngx_cmp_sockaddr().
Mon, 05 Aug 2013 13:44:56 +0400 Ruslan Ermilov Core: guard use of AI_ADDRCONFIG.
Mon, 05 Aug 2013 11:40:33 +0400 Maxim Dounin Fixed build with signed socklen_t and unix sockets.
Mon, 05 Aug 2013 10:55:59 +0400 Ruslan Ermilov Core: only resolve address families configured on the local system.
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Sun, 10 Feb 2013 02:56:03 +0000 Maxim Dounin Merge of r4945, r4984: ngx_inet.[ch] minor fixes. stable-1.2
Thu, 10 Jan 2013 12:58:55 +0000 Ruslan Ermilov Fixed "proxy_pass" with IP address and no port (ticket #276).