index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_realip_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-4
/
+3
2019-10-21
Core: moved PROXY protocol fields out of ngx_connection_t.
Roman Arutyunyan
1
-4
/
+3
2017-08-01
Variables: macros for null variables.
Ruslan Ermilov
1
-1
/
+1
2017-05-15
Realip: allow hostnames in set_real_ip_from (ticket #1180).
Ruslan Ermilov
1
-15
/
+68
2016-10-06
Realip: fixed duplicate processing on redirects (ticket #1098).
Maxim Dounin
1
-4
/
+4
2016-09-01
Realip: fixed uninitialized memory access.
Roman Arutyunyan
1
-1
/
+1
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
1
-37
/
+2
2016-05-23
Realip: detect duplicate real_ip_header directive.
Ruslan Ermilov
1
-0
/
+4
2016-05-23
Realip: take client port from PROXY protocol header.
Dmitry Volyntsev
1
-0
/
+22
2016-05-23
Added the $realip_remote_port variable.
Dmitry Volyntsev
1
-4
/
+71
2016-03-30
Style.
Ruslan Ermilov
1
-2
/
+2
2015-11-16
Realip: the $realip_remote_addr variable.
Ruslan Ermilov
1
-1
/
+71
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
1
-0
/
+18
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
1
-1
/
+2
2013-02-27
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
1
-12
/
+13
2012-05-14
realip: chains of trusted proxies and IPv6 support.
Ruslan Ermilov
1
-93
/
+45
2012-03-28
Replaced ngx_http_realip_from_t with ngx_in_cidr_t.
Ruslan Ermilov
1
-10
/
+4
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2009-11-11
fix "set_real_ip_from unix:" inheritance
Igor Sysoev
1
-4
/
+9
2009-11-04
allow to work single "set_real_ip_from unix:"
Igor Sysoev
1
-1
/
+6
2009-11-03
fix directive name in error message: "set_realip_from" to "set_real_ip_from"
Igor Sysoev
1
-1
/
+1
2009-11-03
fix directive name in error message: "realip_from" to "set_realip_from"
Igor Sysoev
1
-1
/
+1
2009-11-02
set_real_ip_from unix:
Igor Sysoev
1
-51
/
+86
2009-11-02
support IPv6 addresses in Real IP headers
Igor Sysoev
1
-14
/
+20
2009-11-02
replace inet_addr() with ngx_inet_addr()
Igor Sysoev
1
-1
/
+1
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
1
-1
/
+1
2009-02-24
prepare ngx_ptocidr() for IPv6
Igor Sysoev
1
-4
/
+10
2009-02-21
a prelimiary IPv6 support, HTTP listen
Igor Sysoev
1
-2
/
+4
2008-09-25
real_ip_header supports any header
Igor Sysoev
1
-20
/
+101
2008-08-26
*) refactor ngx_ptocidr()
Igor Sysoev
1
-8
/
+0
2008-08-13
restore connection address on request closure,
Igor Sysoev
1
-14
/
+57
2008-06-17
*) back out r2040
Igor Sysoev
1
-1
/
+1
2007-08-10
ignore meaningless bits in CIDR and warn about them
Igor Sysoev
1
-1
/
+9
2007-02-17
a client address must be allocated from a connection pool
Igor Sysoev
1
-1
/
+8
2007-02-15
fix broken values, debug logging, and style fix
Igor Sysoev
1
-9
/
+19
2007-01-07
ngx_http_realip_module must return NGX_DECLINED
Igor Sysoev
1
-6
/
+6
2006-08-30
nginx-0.4.0-RELEASE import
release-0.4.0
Igor Sysoev
1
-5
/
+5
2006-07-28
nginx-0.3.55-RELEASE import
release-0.3.55
Igor Sysoev
1
-1
/
+1
2006-07-07
nginx-0.3.53-RELEASE import
release-0.3.53
Igor Sysoev
1
-1
/
+1
2005-11-26
nginx-0.3.12-RELEASE import
release-0.3.12
Igor Sysoev
1
-1
/
+1
2005-11-09
nginx-0.3.8-RELEASE import
release-0.3.8
Igor Sysoev
1
-0
/
+275