haproxy/src
Willy Tarreau 2e1401afb0 MINOR: connection: make it easier to emit proxy protocol for unknown addresses
Currently a connection is required on the remote side to emit a proxy
protocol header line. Let's support NULL addresses to emit an UNKNOWN
tag as well.
2013-12-09 15:40:22 +01:00
..
acl.c BUG/MINOR: acl: fix sample expression error reporting 2013-12-06 16:02:46 +01:00
appsession.c
arg.c BUG/MEDIUM: args: fix double free on error path in argument expression parser 2013-12-06 15:30:05 +01:00
auth.c MINOR: acl/pattern: use types different from int to clarify who does what. 2013-12-02 23:31:33 +01:00
backend.c CLEANUP: stream_interface: remove unused field err_loc 2013-12-09 15:40:21 +01:00
base64.c
buffer.c MINOR: buffer: align the last output line if there are less than 8 characters left 2013-11-21 08:07:04 +01:00
cfgparse.c MEDIUM: checks: add send/expect tcp based check 2013-12-06 11:50:47 +01:00
channel.c
checks.c MEDIUM: checks: make tcp-check perform multiple send() at once 2013-12-06 17:13:50 +01:00
chunk.c
compression.c MEDIUM: sample: systematically pass the keyword pointer to the keyword 2013-08-01 21:17:13 +02:00
connection.c MINOR: connection: make it easier to emit proxy protocol for unknown addresses 2013-12-09 15:40:22 +01:00
cttproxy.c
dumpstats.c MEDIUM: stats: don't use conn->xprt_ctx anymore 2013-12-09 15:40:21 +01:00
ev_epoll.c OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes 2013-11-15 23:15:10 +01:00
ev_kqueue.c
ev_poll.c MEDIUM: poll: do not use FD_* macros anymore 2013-03-31 15:01:01 +02:00
ev_select.c BUG/MAJOR: ev_select: disable the select() poller if maxsock > FD_SETSIZE 2013-03-31 15:01:05 +02:00
fd.c
freq_ctr.c BUG/MINOR: time: frequency counters are not totally accurate 2012-12-29 21:50:07 +01:00
frontend.c MEDIUM: sample: systematically pass the keyword pointer to the keyword 2013-08-01 21:17:13 +02:00
haproxy-systemd-wrapper.c LOW: systemd-wrapper: Write debug information to stdout 2013-11-23 12:06:51 +01:00
haproxy.c MEDIUM: http: The redirect strings follows the log format rules. 2013-12-02 23:31:33 +01:00
hash.c MEDIUM: backend: add support for the wt6 hash 2013-11-14 16:37:50 +01:00
hdr_idx.c
i386-linux-vsys.c
lb_chash.c BUG/MAJOR: server: weight calculation fails for map-based algorithms 2013-11-21 15:09:02 +01:00
lb_fas.c BUG/MAJOR: server: weight calculation fails for map-based algorithms 2013-11-21 15:09:02 +01:00
lb_fwlc.c BUG/MAJOR: server: weight calculation fails for map-based algorithms 2013-11-21 15:09:02 +01:00
lb_fwrr.c BUG/MAJOR: server: weight calculation fails for map-based algorithms 2013-11-21 15:09:02 +01:00
lb_map.c BUG/MAJOR: server: weight calculation fails for map-based algorithms 2013-11-21 15:09:02 +01:00
listener.c MEDIUM: sample: systematically pass the keyword pointer to the keyword 2013-08-01 21:17:13 +02:00
log.c BUILD: log: silent a warning about isblank() with latest patches 2013-12-03 00:51:09 +01:00
map.c MEDIUM: map: merge identical maps 2013-12-06 11:40:53 +01:00
memory.c
pattern.c BUG/MEDIUM: pattern: Pattern node has type of "struct pat_idx_elt" in place of "struct eb_node" 2013-12-09 15:39:01 +01:00
payload.c MEDIUM: pattern: rename "acl" prefix to "pat" 2013-12-02 23:31:33 +01:00
peers.c MEDIUM: peers: don't rely on conn->xprt_ctx anymore 2013-12-09 15:40:21 +01:00
pipe.c
proto_http.c MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn 2013-12-09 15:40:22 +01:00
proto_tcp.c MEDIUM: connection: set the socket shutdown flags on socket errors 2013-12-04 23:50:36 +01:00
proto_uxst.c MAJOR: listener: support inheriting a listening fd from the parent 2013-03-11 01:30:01 +01:00
protocol.c
proxy.c MEDIUM: checks: add send/expect tcp based check 2013-12-06 11:50:47 +01:00
queue.c
raw_sock.c MINOR: connection: clear errno prior to checking for errors 2013-12-05 02:23:48 +01:00
rbtree.c
regex.c CLEANUP: regex: Create regex_comp function that compiles regex using compilation options 2013-10-14 14:42:50 +02:00
sample.c BUG/MINOR: acl: fix sample expression error reporting 2013-12-06 16:02:46 +01:00
server.c MEDIUM: Set rise and fall of agent checks to 1 2013-11-25 07:31:16 +01:00
session.c CLEANUP: stream_interface: remove unused field err_loc 2013-12-09 15:40:21 +01:00
sessionhash.c
shctx.c BUG/MEDIUM: shctx: makes the code independent on SSL runtime version. 2013-04-26 19:15:52 +02:00
signal.c BUG/MEDIUM: signal: signal handler does not properly check for signal bounds 2013-01-24 16:19:19 +01:00
ssl_sock.c MEDIUM: pattern: rename "acl" prefix to "pat" 2013-12-02 23:31:33 +01:00
standard.c MINOR: tools: function my_memmem() to lookup binary contents 2013-12-06 11:50:47 +01:00
stick_table.c BUG/MEDIUM: acl: fix regression introduced by latest converters support 2013-12-05 02:23:13 +01:00
stream_interface.c MEDIUM: connection: set the socket shutdown flags on socket errors 2013-12-04 23:50:36 +01:00
task.c
time.c BUG/MINOR: time: frequency counters are not totally accurate 2012-12-29 21:50:07 +01:00
trace.c
uri_auth.c BUG/MEDIUM: uri_auth: missing NULL check and memory leak on memory shortage 2013-01-24 16:19:19 +01:00