log src/http/modules/ngx_http_realip_module.c @ 6729:cecf415643d7

age author description
Thu, 06 Oct 2016 23:16:05 +0300 Maxim Dounin Realip: fixed duplicate processing on redirects (ticket #1098).
Thu, 01 Sep 2016 14:33:51 +0300 Roman Arutyunyan Realip: fixed uninitialized memory access.
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 19:17:24 +0300 Ruslan Ermilov Realip: detect duplicate real_ip_header directive.
Mon, 23 May 2016 18:44:22 +0300 Dmitry Volyntsev Realip: take client port from PROXY protocol header.
Mon, 23 May 2016 18:44:22 +0300 Dmitry Volyntsev Added the $realip_remote_port variable.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 16 Nov 2015 16:02:02 +0300 Ruslan Ermilov Realip: the $realip_remote_addr variable.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Mon, 14 May 2012 12:41:03 +0000 Ruslan Ermilov realip: chains of trusted proxies and IPv6 support.
Wed, 28 Mar 2012 09:29:09 +0000 Ruslan Ermilov Replaced ngx_http_realip_from_t with ngx_in_cidr_t.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 11 Nov 2009 13:41:16 +0000 Igor Sysoev fix "set_real_ip_from unix:" inheritance