aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the haproxy module losing initial data in some circumstances.Gravatar Peter Powell2019-08-261-10/+17
|
* Fix a compiler warning introduced in d107093. (#1653)Gravatar Matt Schatz2019-06-051-1/+1
|
* m_haproxy: Initialize address length to 0Gravatar linuxdaemon2019-05-191-0/+1
| | | | | If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress()
* 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.Gravatar Peter Powell2019-01-101-1/+1
| | | | | This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary.
* 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