haproxy/src
Willy Tarreau d45b9f8991 REORG: stream-int: create si_applet_ops dedicated to applets
These functions are dedicated to applets so that we don't use the default
ones anymore in this case.
2015-04-23 17:56:16 +02:00
..
acl.c MAJOR: sample: pass a pointer to the session to each sample fetch function 2015-04-06 11:37:25 +02:00
appsession.c MINOR: includes: fix a lot of missing or useless includes 2015-02-28 23:12:32 +01:00
arg.c MINOR: global: export many symbols. 2015-02-28 23:12:32 +01:00
auth.c
backend.c MINOR: stream: provide a few helpers to retrieve frontend, listener and origin 2015-04-06 11:37:29 +02:00
base64.c
buffer.c BUG/MEDIUM: buffer: one byte miss in buffer free space check 2015-03-10 10:17:54 +01:00
cfgparse.c REORG: session: move the session parts out of stream.c 2015-04-06 11:37:32 +02:00
channel.c MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* 2015-03-13 14:00:47 +01:00
checks.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
chunk.c
compression.c MINOR: stream: provide a few helpers to retrieve frontend, listener and origin 2015-04-06 11:37:29 +02:00
connection.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
cttproxy.c
dumpstats.c CLEANUP: applet: rename struct si_applet to applet 2015-04-23 17:56:16 +02:00
ev_epoll.c CLEANUP: poll: move the conditions for waiting out of the poll functions 2015-04-13 20:47:51 +02:00
ev_kqueue.c CLEANUP: poll: move the conditions for waiting out of the poll functions 2015-04-13 20:47:51 +02:00
ev_poll.c CLEANUP: poll: move the conditions for waiting out of the poll functions 2015-04-13 20:47:51 +02:00
ev_select.c CLEANUP: poll: move the conditions for waiting out of the poll functions 2015-04-13 20:47:51 +02:00
fd.c MAJOR: polling: centralize calls to I/O callbacks 2014-11-21 20:37:32 +01:00
freq_ctr.c
frontend.c MEDIUM: frontend: move some remaining stream settings to stream_new() 2015-04-06 11:37:35 +02:00
haproxy-systemd-wrapper.c BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration 2015-03-04 10:11:57 +01:00
haproxy.c BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only 2015-04-20 11:36:57 +02:00
hash.c MINOR: hash: add new function hash_crc32 2015-01-20 19:48:05 +01:00
hdr_idx.c
hlua.c CLEANUP: applet: rename struct si_applet to applet 2015-04-23 17:56:16 +02:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c BUG/MEDIUM: listener: don't report an error when resuming unbound listeners 2015-04-14 12:10:06 +02:00
log.c MAJOR: sample: pass a pointer to the session to each sample fetch function 2015-04-06 11:37:25 +02:00
mailers.c MEDIUM: Add parsing of mailers section 2015-02-03 00:24:16 +01:00
map.c MINOR: lua: map system integration in Lua 2015-04-07 15:56:21 +02:00
memory.c MEDIUM: memory: improve pool_refill_alloc() to pass a refill count 2014-12-24 23:47:31 +01:00
namespace.c MAJOR: namespace: add Linux network namespace support 2014-11-21 07:51:57 +01:00
pattern.c BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match 2015-02-06 18:04:36 +01:00
payload.c MAJOR: sample: pass a pointer to the session to each sample fetch function 2015-04-06 11:37:25 +02:00
peers.c CLEANUP: applet: rename struct si_applet to applet 2015-04-23 17:56:16 +02:00
pipe.c
proto_http.c BUG/MEDIUM: http: properly retrieve the front connection 2015-04-21 18:15:13 +02:00
proto_tcp.c BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset 2015-04-20 13:46:20 +02:00
proto_uxst.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
protocol.c MEDIUM: protocol: use a family array to index the protocol handlers 2015-02-28 23:12:31 +01:00
proxy.c MINOR: stream: provide a few helpers to retrieve frontend, listener and origin 2015-04-06 11:37:29 +02:00
queue.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
raw_sock.c
rbtree.c
regex.c MEDIUM: regex: add support for passing regex flags to regex_exec_match() 2015-01-22 14:24:53 +01:00
sample.c MAJOR: sample: pass a pointer to the session to each sample fetch function 2015-04-06 11:37:25 +02:00
server.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
session.c MINOR: stream: pass the pointer to the origin explicitly to stream_new() 2015-04-08 18:26:29 +02:00
sessionhash.c
shctx.c
signal.c
ssl_sock.c BUG/MINOR: ssl: Display correct filename in error message 2015-04-11 10:28:59 +02:00
standard.c BUG/MINOR: utf8: remove compilator warning 2015-03-13 14:10:28 +01:00
stick_table.c MAJOR: sample: pass a pointer to the session to each sample fetch function 2015-04-06 11:37:25 +02:00
stream_interface.c REORG: stream-int: create si_applet_ops dedicated to applets 2015-04-23 17:56:16 +02:00
stream.c REORG: applet: move the applet definitions out of stream_interface 2015-04-23 17:56:16 +02:00
task.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
time.c
trace.c
uri_auth.c