summaryrefslogtreecommitdiff
path: root/include/haproxy/proxy.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: proxy: factorize send rate measurementAmaury Denoyelle2023-04-281-0/+17
* MINOR: proxy: make proxy_type_str() recognize peers sectionsWilly Tarreau2023-04-231-0/+2
* MINOR: proxy: add findserver_unique_id() and findserver_unique_name()Aurelien DARRAGON2023-04-051-0/+2
* MINOR: stats: add by HTTP version cumulated number of sessions and requestsFrédéric Lécaille2023-02-031-4/+26
* MINOR: proxy/listener: support for additional PAUSED stateAurelien DARRAGON2022-09-091-0/+2
* MINOR: proxy: Be able to reference the defaults section used by a proxyChristopher Faulet2021-10-151-1/+3
* CLEANUP: tree-wide: remove unneeded include time.h in ~20 filesWilly Tarreau2021-10-071-1/+0
* CLEANUP: tree-wide: fix prototypes for functions taking no arguments.Tim Duesterhus2021-09-151-2/+2
* CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/decWilly Tarreau2021-04-071-7/+7
* MINOR: proxy: implement a free_proxy functionAmaury Denoyelle2021-03-261-0/+2
* REORG: split proxy allocation functionsAmaury Denoyelle2021-03-261-2/+5
* MINOR: cfgparse/proxy: also support spelling fixes on optionsWilly Tarreau2021-03-151-0/+1
* BUG/MINOR: proxy/session: Be sure to have a listener to increment its countersChristopher Faulet2021-03-121-3/+3
* MEDIUM: task: extend the state field to 32 bitsWilly Tarreau2021-03-051-1/+1
* MEDIUM: proxy: store the default proxies in a tree by nameWilly Tarreau2021-02-121-0/+1
* MINOR: proxy: support storing defaults sections into their own treeWilly Tarreau2021-02-121-0/+1
* MINOR: proxy: move the defproxy freeing code to proxy.cWilly Tarreau2021-02-121-0/+1
* REORG: proxy: centralize the proxy allocation code into alloc_new_proxy()Willy Tarreau2021-02-121-0/+2
* REORG: move init_default_instance() to proxy.c and pass it the defproxy pointerWilly Tarreau2021-02-121-0/+1
* MINOR: stream: Add level 7 retries on http error 401, 403Julien Pivotto2020-11-231-0/+4
* MEDIUM: proxy: centralize proxy status update and reportingWilly Tarreau2020-10-091-0/+1
* CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies()Willy Tarreau2020-10-091-2/+0
* MEDIUM: proxy: merge zombify_proxy() with stop_proxy()Willy Tarreau2020-10-091-1/+0
* MEDIUM: proxy: remove start_proxies()Willy Tarreau2020-10-091-1/+0
* MINOR: stats: inc req counter on listeners.Emeric Brun2020-10-071-1/+3
* MAJOR: init: start all listeners via protocols and not via proxies anymoreWilly Tarreau2020-09-021-1/+1
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-0/+201