aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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