| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-19 | haproxy: T8931: Add timeout.tunnel in default and backend sections | Indrajit Raychaudhuri | |
| 2025-08-19 | haproxy: T7715: Move duplicate domain nodes into include | sarthurdev | |
| 2025-08-13 | haproxy: T7715: Add rule matching on subdomains | sarthurdev | |
| 2025-07-13 | T7595: Support PROXY protocol for haproxy | Nobi | |
| 2025-05-20 | Merge pull request #4511 from sever-sever/T7335 | Daniil Baturin | |
| T7335: Fix typo for HAproxy help redirect-location path | |||
| 2025-05-20 | xml: T7467: remove ^/$ wrapping from validation regexes | Daniil Baturin | |
| since the validation utility adds them implicitly | |||
| 2025-05-16 | T7335: Fix typo for HAproxy help redirect-location path | Viacheslav Hletenko | |
| 2025-05-08 | haproxy: T7429: remove unsupported logging facility and log level | Christian Breunig | |
| VyOS 1.4.1 implemented support for logging facilities for HAProxy. The facilities got included from the syslog XML definition, which also added "virtual" or non existing facilities in HAProxy, namely: all, authpriv and mark. If any of the above facilities is set, HAProxy will not start. The XML definition for syslog also came with an arbitrary log-level "all" that is also unsupported in HAProxy. This commit adds a migration script removing the illegal CLI nodes. | |||
| 2025-02-24 | T7190: Add haproxy default timeout options configurable | Viacheslav Hletenko | |
| Add the ability to configurate default timeout and frontend client timeout ``` set load-balancing haproxy service web timeout client '600' set load-balancing haproxy timeout check '4' set load-balancing haproxy timeout client '600' set load-balancing haproxy timeout connect '12' set load-balancing haproxy timeout server '120' ``` | |||
| 2025-01-09 | Merge pull request #4293 from indrajitr/haproxy-backend-completion | Christian Breunig | |
| haproxy: T5222: Enable backend completion in service ruleset | |||
| 2025-01-09 | xml: T5738: Reuse predefined regex constraint | Indrajit Raychaudhuri | |
| 2025-01-09 | haproxy: T5222: Enable backend completion in service ruleset | Indrajit Raychaudhuri | |
| Enable completion for backend in haproxy service ruleset like so: ``` set load-balancing haproxy service NAME rule 10 set backend ``` | |||
| 2024-07-03 | T6539: add logging options to load-balancer reverse-proxy | Jonathan Voss | |
| 2024-06-07 | reverse-proxy: T6454: Set default value of http for haproxy mode | Alex W | |
| 2024-05-24 | load-balancing haproxy: T6391: fix typo in timeout help (#3513) | Gregor Michels | |
| Co-authored-by: Gregor Michels <hirnpfirsich@brainpeach.de> | |||
| 2024-05-21 | reverse-proxy: T6370: Set custom HTTP headers in reverse-proxy responses | Alex W | |
| 2024-04-23 | T6226: add HAPROXY tcp-request related block to load-balancing reverse proxy ↵ | Windom WU | |
| config | |||
| 2024-01-30 | reverse-proxy: T5999: Allow root for exact match in backend rule URL | cleopold73 | |
| 2023-05-19 | T5222: Refactoring load-balancing reverse-proxy | Viacheslav Hletenko | |
| Improve and refactoring "load-balancing reverse-proxy" - replace 'reverse-proxy server <tag>' => 'reverse-proxy service <tag>' - replace 'reverse-proxy global-parameters tls <xxx>' => 'reverse-proxy global-parameters tls-version-min xxx' => 'reverse-proxy global-parameters ssl-bind-ciphers xxx' - replace 'reverse-proxy service https rule <tag> set server 'xxx' => 'reverse-proxy service https rule <tag> set backend 'xxx' 'service https rule <tag> domain-name xxx' set as multinode | |||
| 2023-05-17 | T5222: Add load-balancing for web traffic | Viacheslav Hletenko | |
