aboutsummaryrefslogtreecommitdiff
path: root/proxy-proto.c
AgeCommit message (Expand)Author
2024-08-03proxy-protocol: accept cross-family proxyingOmar Polo
2024-08-03remove unused argument from check_port_v1Omar Polo
2024-06-17proxy-proto: ensure there's a space after "TCP4/6"Omar Polo
2024-06-17replace asserts with error returnsOmar Polo
2024-06-17inline PROXY_PROTO_PARSE_* and EXPECT_SUCCESS macrosOmar Polo
2024-06-17invert the arguments in some comparisonsOmar Polo
2024-06-17whitespace and minor style nitsOmar Polo
2024-06-17fix proxy_proto_v1_stringOmar Polo
2024-06-17add support for the proxy protocol v1Christoph Liebender