haproxy/include/types
Christopher Faulet 5ff0c64921 MINOR: http-rules: Use http_reply structure for http return rules
No real change here. Instead of using an internal structure to the action rule,
the http return rules are now stored as an http reply. The main change is about
the action type. It is now always set to ACT_CUSTOM. The http reply type is used
to know how to evaluate the rule.
2020-05-20 18:27:13 +02:00
..
acl.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
action.h MINOR: http-rules: Use http_reply structure for http return rules 2020-05-20 18:27:13 +02:00
activity.h MAJOR: fd: Get rid of the fd cache. 2019-07-31 14:12:55 +02:00
applet.h MINOR: applet: adopt the wait list entry from the CLI 2020-05-19 19:37:12 +02:00
arg.h MEDIUM: stream: support use-server rules with dynamic names 2020-03-29 09:55:10 +02:00
auth.h
backend.h MEDIUM: backend: move all LB algo parameters into an union 2019-01-14 19:33:17 +01:00
capture.h CLEANUP: pools: rename all pool functions and pointers to remove this "2" 2017-11-24 17:49:53 +01:00
channel.h CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT 2019-07-19 09:24:12 +02:00
checks.h CLEANUP: checks: sort and rename tcpcheck_expect_type types 2020-05-06 12:38:44 +02:00
cli.h MINOR: cli: add an expert mode to hide dangerous commands 2019-10-24 18:38:00 +02:00
compression.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
connection.h CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
counters.h MINOR: counters: Remove failed_secu counter and use denied_resp instead 2020-01-20 15:18:45 +01:00
dict.h MINOR: dict: Store the length of the dictionary entries. 2019-06-07 15:47:54 +02:00
dns.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
fcgi-app.h MEDIUM: fcgi-app: Add FCGI application and filter 2019-09-17 10:18:54 +02:00
fd.h CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
filters.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
freq_ctr.h
global.h MINOR: init: report the haproxy version and executable path once on errors 2020-04-16 10:52:41 +02:00
hlua.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
http_ana.h CLEANUP: http_ana: Remove unused TXN flags 2020-05-20 18:27:13 +02:00
http_htx.h CLEANUP: http-htx: Rename http_error structure into http_error_msg 2020-05-20 18:27:13 +02:00
lb_chash.h MINOR: backend: move hash_balance_factor out of chash 2019-01-14 19:33:17 +01:00
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver 2020-05-20 16:49:02 +02:00
log.h MEDIUM: logs: buffer targets now rely on new sink_write 2020-05-19 11:04:11 +02:00
mailers.h
map.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
obj_type.h MINOR: checks/obj_type: Add a new object type for checks 2020-04-27 09:39:38 +02:00
pattern.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
peers.h MINOR: peers: Add debugging information to "show peers". 2019-11-19 14:48:28 +01:00
pipe.h
port_range.h BUG/MEDIUM: port_range: Make the ring buffer lock-free. 2019-04-30 15:10:17 +02:00
proto_udp.h
protocol_buffers.h MINOR: sample: Rework gRPC converter code. 2019-03-05 11:04:23 +01:00
protocol.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
proxy.h MAJOR: checks: Implement HTTP check using tcp-check rules 2020-04-27 09:39:38 +02:00
queue.h MINOR: queue: replace the linked list with a tree 2018-08-10 15:06:27 +02:00
ring.h BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h 2020-03-07 06:07:18 +01:00
sample.h MEDIUM: checks: Parse custom action rules in tcp-checks 2020-04-27 09:39:37 +02:00
server.h BUG/MINOR: checks/server: use_ssl member must be signed 2020-04-27 12:13:06 +02:00
session.h MEDIUM: sessions: Introduce session flags. 2019-05-29 15:41:47 +02:00
shctx.h MINOR: shctx: Change max. object size type to unsigned int. 2018-10-26 04:54:40 +02:00
signal.h MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. 2020-03-18 13:07:19 +01:00
sink.h Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" 2020-05-20 12:06:16 +02:00
spoe.h CLEANUP: assorted typo fixes in the code and comments 2020-04-16 10:04:36 +02:00
ssl_ckch.h REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c 2020-05-15 14:11:54 +02:00
ssl_crtlist.h CLEANUP: ssl: avoid circular dependencies in ssl_crtlist.h 2020-05-15 14:11:54 +02:00
ssl_sock.h BUILD: ssl: include buffer common headers for ssl_sock_ctx 2020-05-18 08:29:32 +02:00
stats.h MINOR: stats: Report internal errors in the proxies/listeners/servers stats 2020-01-20 15:18:45 +01:00
stick_table.h MINOR: stick-table: Add "server_name" new data type. 2019-06-05 08:33:35 +02:00
stream_interface.h MEDIUM: stream-int: introduce a new state SI_ST_RDY 2019-06-06 16:36:19 +02:00
stream.h CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
task.h MINOR: task: permanently flag tasklets waking themselves up 2020-01-31 17:45:10 +01:00
template.h
trace.h MINOR: trace: change the detail_level to per-source verbosity 2019-08-29 17:11:25 +02:00
vars.h MINOR: checks/vars: Add a check scope for variables 2020-04-27 09:39:37 +02:00