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
/
core
/
ngx_proxy_protocol.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Maxim Dounin
1
-5
/
+5
2022-11-08
Added logging to PROXY protocol write buffer check.
Maxim Dounin
1
-0
/
+2
2022-11-02
Increased maximum read PROXY protocol header size.
Roman Arutyunyan
1
-1
/
+1
2022-09-27
Added type cast to ngx_proxy_protocol_parse_uint16().
Roman Arutyunyan
1
-1
/
+3
2022-10-12
PROXY protocol v2 TLV variables.
Roman Arutyunyan
1
-2
/
+184
2022-10-10
Log only the first line of user input on PROXY protocol v1 error.
Roman Arutyunyan
1
-1
/
+7
2019-10-21
Parsing server PROXY protocol address and port (ticket #1206).
Roman Arutyunyan
1
-62
/
+126
2019-10-21
Core: moved PROXY protocol fields out of ngx_connection_t.
Roman Arutyunyan
1
-19
/
+34
2018-04-02
Core: fixed build, broken by 63e91f263a49.
Vladimir Homutov
1
-16
/
+16
2018-04-02
Core: revised the PROXY protocol v2 code.
Ruslan Ermilov
1
-85
/
+69
2018-03-27
Core: style.
Vladimir Homutov
1
-15
/
+14
2018-03-22
Core: added processing of version 2 of the PROXY protocol.
Vladimir Homutov
1
-0
/
+192
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
1
-8
/
+3
2016-05-23
Added the $proxy_protocol_port variable.
Dmitry Volyntsev
1
-4
/
+37
2015-06-16
Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Roman Arutyunyan
1
-1
/
+1
2015-06-16
Stream: client-side PROXY protocol.
Roman Arutyunyan
1
-0
/
+49
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
1
-0
/
+91