haproxy/src
Frédéric Lécaille 0bad840b4d MINOR: log: Extract some code to send syslog messages.
This patch extracts the code of __send_log() responsible of sending a syslog
message to a syslog destination represented as a logsrv struct to define
__do_send_log() function. __send_log() calls __do_send_log() for each syslog
destination of a proxy after having prepared some of its parameters.
2019-04-23 14:16:51 +02:00
..
51d.c BUG/MINOR: 51d: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() 2019-04-19 15:53:23 +02:00
acl.c BUG/MINOR: acl: properly detect pattern type SMP_T_ADDR 2019-04-19 11:45:20 +02:00
action.c MINOR: action: new '(http-request|tcp-request content) do-resolve' action 2019-04-23 11:41:52 +02:00
activity.c MEDIUM: activity: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:37 +01:00
applet.c
…
arg.c MINOR: sample: Rework gRPC converter code. 2019-03-05 11:04:23 +01:00
auth.c
…
backend.c MINOR: gcc: Fix a silly gcc warning in connect_server() 2019-04-19 15:53:23 +02:00
base64.c BUG/MINOR: base64: dec func ignores padding for output size checking 2019-01-14 19:32:15 +01:00
buffer.c
…
cache.c BUILD: cache: avoid a build warning with some compilers/linkers 2019-03-29 21:03:24 +01:00
cfgparse-global.c MINOR: init: add a "set-dumpable" global directive to enable core dumps 2019-04-16 14:31:23 +02:00
cfgparse-listen.c MINOR: config: make MAX_PROCS configurable at build time 2019-02-07 15:10:19 +01:00
cfgparse.c MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX 2019-04-12 22:06:53 +02:00
channel.c
…
checks.c MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). 2019-04-18 10:10:04 +02:00
chunk.c
…
cli.c MINOR: ssl/cli: async fd io-handlers printable on show fd 2019-04-19 17:27:01 +02:00
compression.c MEDIUM: compression: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
connection.c MEDIUM: connections: Provide a xprt_ctx for each xprt method. 2019-04-18 14:56:24 +02:00
da.c BUG/MINOR: da: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() 2019-04-19 15:53:23 +02:00
dns.c MINOR: action: new '(http-request|tcp-request content) do-resolve' action 2019-04-23 11:41:52 +02:00
ev_epoll.c MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
ev_kqueue.c MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
ev_poll.c MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
ev_select.c MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
fd.c MINOR: fd: Add a counter of used fds. 2019-04-18 19:19:59 +02:00
filters.c MINOR: filters/htx: Use stream flags instead of px mode to instanciate a filter 2019-04-12 22:06:53 +02:00
flt_http_comp.c MEDIUM: compression: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
flt_spoe.c MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). 2019-04-18 10:10:04 +02:00
flt_trace.c
…
freq_ctr.c
…
frontend.c
…
h1.c MEDIUM: h1: Add an option to sanitize connection headers during parsing 2019-04-12 22:06:53 +02:00
h2.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
haproxy.c MEDIUM: connections: Add a way to control the number of idling connections. 2019-04-18 19:52:03 +02:00
hash.c
…
hathreads.c MINOR: threads: Implement thread_cpus_enabled() for FreeBSD. 2019-04-11 00:09:22 +02:00
hdr_idx.c
…
hlua.c MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). 2019-04-18 10:10:04 +02:00
hlua_fcn.c
…
hpack-dec.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
hpack-enc.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
hpack-huff.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
hpack-tbl.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
http.c BUILD: do not specify "const" on functions returning structs or scalars 2019-04-15 21:55:48 +02:00
http_acl.c
…
http_act.c MEDIUM: http: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
http_conv.c
…
http_fetch.c BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode 2019-04-17 15:12:27 +02:00
http_htx.c BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap 2019-04-12 21:34:30 +02:00
http_msg.c
…
http_rules.c
…
htx.c BUG/MEDIUM: htx: Don't crush blocks payload when append is done on a data block 2019-04-12 22:06:45 +02:00
i386-linux-vsys.c
…
lb_chash.c MINOR: backend: move hash_balance_factor out of chash 2019-01-14 19:33:17 +01:00
lb_fas.c
…
lb_fwlc.c
…
lb_fwrr.c BUG/MAJOR: lb/threads: fix insufficient locking on round-robin LB 2019-04-16 11:21:14 +02:00
lb_map.c MEDIUM: lb/threads: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
listener.c BUG/MINOR: listener/mq: correctly scan all bound threads under low load 2019-04-16 18:09:13 +02:00
log.c MINOR: log: Extract some code to send syslog messages. 2019-04-23 14:16:51 +02:00
lru.c
…
mailers.c
…
map.c BUG/MEDIUM: maps: only try to parse the default value when it's present 2019-04-19 11:35:22 +02:00
memory.c MEDIUM: memory: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
mux_h1.c MEDIUM: connections: Provide a xprt_ctx for each xprt method. 2019-04-18 14:56:24 +02:00
mux_h2.c MEDIUM: connections: Provide a xprt_ctx for each xprt method. 2019-04-18 14:56:24 +02:00
mux_pt.c MEDIUM: connections: Provide a xprt_ctx for each xprt method. 2019-04-18 14:56:24 +02:00
mworker-prog.c CLEANUP: mworker: remove the type field in mworker_proc 2019-04-16 13:26:43 +02:00
mworker.c MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). 2019-04-18 10:10:04 +02:00
namespace.c
…
pattern.c
…
payload.c
…
peers.c MINOR: peers: adds counters on show peers about tasks calls. 2019-04-18 18:24:25 +02:00
pipe.c BUILD: address a few cases of "static <type> inline foo()" 2019-04-15 21:55:48 +02:00
proto_http.c MINOR: action: new '(http-request|tcp-request content) do-resolve' action 2019-04-23 11:41:52 +02:00
proto_htx.c BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules 2019-04-19 15:53:23 +02:00
proto_sockpair.c MEDIUM: listener: keep a single thread-mask and warn on "process" misuse 2019-02-27 14:27:07 +01:00
proto_tcp.c MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var 2019-04-19 15:50:06 +02:00
proto_udp.c
…
proto_uxst.c MINOR: listener: introduce listener_backlog() to report the backlog value 2019-02-28 17:05:29 +01:00
protocol.c
…
proxy.c MAJOR: htx: Enable the HTX mode by default for all proxies 2019-04-12 22:06:53 +02:00
queue.c MEDIUM: queues: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
raw_sock.c MEDIUM: connections: Provide a xprt_ctx for each xprt method. 2019-04-18 14:56:24 +02:00
regex.c
…
sample.c MINOR: sample: Add a protocol buffers specific converter. 2019-03-06 15:36:02 +01:00
server.c MEDIUM: connections: Add a way to control the number of idling connections. 2019-04-18 19:52:03 +02:00
session.c MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). 2019-04-18 10:10:04 +02:00
sha1.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
shctx.c
…
signal.c
…
ssl_sock.c MINOR: ssl/cli: async fd io-handlers printable on show fd 2019-04-19 17:27:01 +02:00
standard.c MINOR: tools: add an unsetenv() implementation 2019-03-29 21:05:37 +01:00
stats.c MINOR: action: new '(http-request|tcp-request content) do-resolve' action 2019-04-23 11:41:52 +02:00
stick_table.c
…
stream.c MINOR: action: new '(http-request|tcp-request content) do-resolve' action 2019-04-23 11:41:52 +02:00
stream_interface.c BUG/MEDIUM: applets: Don't use task_in_rq(). 2019-04-17 19:30:23 +02:00
task.c MEDIUM: tasks: Use __ha_barrier_store after modifying global_tasks_mask. 2019-04-18 14:14:10 +02:00
tcp_rules.c MEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
time.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00
trace.c
…
uri_auth.c
…
vars.c MEDIUM: vars: Use the new _HA_ATOMIC_* macros. 2019-03-11 17:02:38 +01:00
version.c
…
wurfl.c MINOR: wurfl: enabled multithreading mode 2019-04-23 11:00:23 +02:00
xxhash.c BUILD: use inttypes.h instead of stdint.h 2019-04-01 07:44:56 +02:00