]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: rename proxies list to all_proxies
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Jul 2026 13:14:52 +0000 (15:14 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jul 2026 14:03:20 +0000 (16:03 +0200)
commit223efec070ef5a64904dccb0361c00c68fde80e6
treec5b931b95f20ee54038682ec5eba8987d0100df7
parenta68d0758c128007e74a668bf850635c26e5d9e90
MINOR: proxy: rename proxies list to all_proxies

Rename global list <proxies> to <all_proxies>. This better highlights
the difference with the other list <main_proxies>. The first one contain
every proxy instances, whereas the second list is only a subset of user
visible proxies.

In the future, it should be sufficient to only keep <all_proxies> list.
However, this requires careful code analysis, in particular to ensure
proxies iteration are always executed with the proper capabilities
filter.
include/haproxy/proxy.h
src/haproxy.c
src/proxy.c