aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a compiler warning introduced in d107093. (#1653)Gravatar Matt Schatz2019-06-051-1/+1
* m_haproxy: Initialize address length to 0•••If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress() Gravatar linuxdaemon2019-05-191-0/+1
* Redo OnSetEndPoint logic to fix duplicate clones (#1549).Gravatar linuxdaemon2019-01-141-1/+2
* Fix reading the server path for UNIX sockets.Gravatar Peter Powell2019-01-101-1/+1
* Fix copying too much data into the remote endpoint field.•••This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary. Gravatar Peter Powell2019-01-101-1/+1
* Allow HAProxy to specify that a client is connecting with SSL.Gravatar Peter Powell2018-10-251-5/+108
* Add a module which implements the HAProxy PROXY v2 protocol.Gravatar Peter Powell2018-07-261-0/+326