summaryrefslogtreecommitdiff
path: root/include/haproxy/proxy-t.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: proxy: remove stop_time related dead codeAurelien DARRAGON2023-03-281-1/+0
* MINOR: listener: pause_listener() becomes suspend_listener()Aurelien DARRAGON2023-02-231-0/+1
* MEDIUM: proxy/http_ext: implement dynamic http_extAurelien DARRAGON2023-01-271-14/+4
* MINOR: proxy: move 'originalto' option to http_extAurelien DARRAGON2023-01-271-3/+3
* MINOR: proxy: move 'forwardfor' option to http_extAurelien DARRAGON2023-01-271-4/+4
* MINOR: proxy/http_ext: introduce proxy forwarded optionAurelien DARRAGON2023-01-271-1/+4
* MINOR: proxy: introduce http only optionsAurelien DARRAGON2023-01-271-0/+5
* MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclientWilliam Lallemand2022-09-131-7/+8
* MINOR: proxy/listener: support for additional PAUSED stateAurelien DARRAGON2022-09-091-0/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2022-08-061-2/+2
* MEDIUM: http-ana: Add a proxy option to restrict chars in request header namesChristopher Faulet2022-05-161-1/+6
* MEDIUM: proxy: Store server_id_hdr_name as a `struct ist`Tim Duesterhus2022-03-091-2/+1
* MINOR: proxy: Store orgto_hdr_name as a `struct ist`Tim Duesterhus2022-03-091-2/+1
* MINOR: proxy: Store fwdfor_hdr_name as a `struct ist`Tim Duesterhus2022-03-091-2/+1
* MINOR: proxy: Store monitor_uri as a `struct ist`Tim Duesterhus2022-03-091-2/+1
* MINOR: proxy: add option idle-close-on-responseWilliam Dauchy2022-01-061-1/+1
* MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxiesChristopher Faulet2021-10-151-0/+1
* MINOR: proxy: Be able to reference the defaults section used by a proxyChristopher Faulet2021-10-151-0/+2
* MEDIUM: proxy: Warn about ambiguous use of named defaults sectionsChristopher Faulet2021-10-151-0/+2
* MINOR: proxy: Introduce proxy flags to replace disabled bitfieldChristopher Faulet2021-10-151-4/+4
* CLEANUP: tree-wide: only include ebtree-t from type filesWilly Tarreau2021-10-071-2/+1
* MINOR: log: Add new "error-log-format" option2021-07-31-patches-error-log-formatRemi Tricot-Le Breton2021-08-311-0/+4
* MINOR: proxy: disabled takes a stopping and a disabled stateWilliam Lallemand2021-08-031-1/+6
* MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat'William Lallemand2021-08-021-2/+1
* MEDIUM: connection: Add option to disable legacy error logRemi Tricot-Le Breton2021-07-291-1/+2
* MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INTWilliam Lallemand2021-07-281-1/+1
* MEDIUM: proxy: remove long-broken 'option http_proxy'Willy Tarreau2021-07-181-1/+1
* MINOR: proxy: replace the pendconns-related stuff with a struct queueWilly Tarreau2021-06-221-3/+2
* MEDIUM: global: remove dead code from nbproc/bind_proc removalWilly Tarreau2021-06-151-1/+0
* MEDIUM: proxy: remove the deprecated "grace" keywordWilly Tarreau2021-06-111-1/+0
* MINOR: proxy: define PR_CAP_LBAmaury Denoyelle2021-05-071-0/+1
* MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' setChristopher Faulet2021-04-011-1/+1
* MINOR: proxy: define cap PR_CAP_LUAAmaury Denoyelle2021-03-261-0/+1
* MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto optionsChristopher Faulet2021-02-261-3/+3
* MINOR: proxy: add a new capability PR_CAP_DEFWilly Tarreau2021-02-121-0/+1
* BUILD: proxy: add missing compression-t.h to proxy-t.hWilly Tarreau2021-02-121-0/+1
* CLEANUP: Fix spelling errors in commentsThayne McCombs2021-01-081-1/+1
* MEDIUM: stick-tables: Add srvkey option to stick-tableThayne McCombs2020-12-311-0/+1
* MINOR: stream: Add level 7 retries on http error 401, 403Julien Pivotto2020-11-231-11/+14
* MINOR: proxy; replace the spinlock with an rwlockWilly Tarreau2020-10-221-1/+1
* CLEANUP: tree-wide: reorder a few structures to plug some holes around locksWilly Tarreau2020-10-191-6/+7
* MEDIUM: proxy: remove obsolete "monitor-net"Willy Tarreau2020-10-151-1/+0
* MEDIUM: proxy: remove obsolete "mode health"Willy Tarreau2020-10-151-2/+1
* MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontendsWilly Tarreau2020-10-091-0/+1
* MEDIUM: proxy: replace proxy->state with proxy->disabledWilly Tarreau2020-10-091-8/+1
* MEDIUM: proxy: remove state PR_STPAUSEDWilly Tarreau2020-10-091-1/+0
* MEDIUM: proxy: remove the PR_STERROR stateWilly Tarreau2020-10-091-1/+0
* MEDIUM: proxy: remove the unused PR_STFULL stateWilly Tarreau2020-10-091-1/+0
* MINOR: proxy: maintain per-state counters of listenersWilly Tarreau2020-10-091-0/+4
* MEDIUM: stats: integrate static proxies stats in new statsAmaury Denoyelle2020-10-051-0/+4