haproxy/src
Willy Tarreau d88e8c06ac REORG: sock_inet: move v6only_default from proto_tcp.c to sock_inet.c
The v6only_default variable is not specific to TCP but to AF_INET6, so
let's move it to the right file. It's now immediately filled on startup
during the PREPARE stage so that it doesn't have to be tested each time.
The variable's name was changed to sock_inet6_v6only_default.
2020-08-28 18:51:36 +02:00
..
51d.c MINOR: 51d: silence a warning about null pointer dereference 2020-07-01 23:27:06 +02:00
acl.c MINOR: arg: Use chunk_destroy() to release string arguments 2020-08-07 14:27:54 +02:00
action.c
activity.c
applet.c
arg.c BUG/MEDIUM: arg: empty args list must be dropped 2020-07-21 15:53:54 +02:00
auth.c
backend.c CLEANUP: assorted typo fixes in the code and comments 2020-07-31 11:18:07 +02:00
base64.c
cache.c MINOR: cache: Reject duplicate cache names 2020-08-18 22:51:24 +02:00
calltrace.c
cfgparse-global.c MINOR: config: make strict limits enabled by default 2020-07-07 16:52:35 +02:00
cfgparse-listen.c BUG/MEDIUM: resolve: fix init resolving for ring and peers section. 2020-07-21 17:59:20 +02:00
cfgparse-ssl.c BUG/MINOR: ssl: ssl-skip-self-issued-ca requires >= 1.0.2 2020-08-10 17:31:10 +02:00
cfgparse-tcp.c REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c 2020-08-28 18:51:36 +02:00
cfgparse-unix.c REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c 2020-08-28 18:51:36 +02:00
cfgparse.c MEDIUM: cfgparse: Emit hard error on truncated lines 2020-08-18 22:51:24 +02:00
channel.c BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked 2020-07-17 10:11:34 +02:00
check.c
chunk.c
cli.c MEDIUM: reload: pass all exportable FDs, not just listeners 2020-08-26 18:33:52 +02:00
compression.c
connection.c CLEANUP: assorted typo fixes in the code and comments 2020-07-31 11:18:07 +02:00
da.c
debug.c BUG/MINOR: debug: Don't dump the lua stack if it is not initialized 2020-07-27 09:37:18 +02:00
dgram.c
dict.c
dns.c BUG/MAJOR: dns: disabled servers through SRV records never recover 2020-08-05 21:48:23 +02:00
dynbuf.c REORG: buffer: rename buffer.c to dynbuf.c 2020-06-29 09:26:59 +02:00
eb32sctree.c
eb32tree.c
eb64tree.c
ebimtree.c
ebistree.c
ebmbtree.c
ebpttree.c
ebsttree.c
ebtree.c
ev_epoll.c
ev_evports.c
ev_kqueue.c
ev_poll.c
ev_select.c
extcheck.c
fcgi-app.c BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers 2020-07-15 20:23:29 +02:00
fcgi.c
fd.c MINOR: fd: add a new "exported" flag and use it for all regular listeners 2020-08-26 18:33:52 +02:00
filters.c
flt_http_comp.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
flt_spoe.c MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions 2020-07-10 08:52:13 +02:00
flt_trace.c CLEANUP: assorted typo fixes in the code and comments 2020-07-31 11:18:07 +02:00
freq_ctr.c
frontend.c
h1_htx.c MEDIUM: htx: Add a flag on a HTX message when no more data are expected 2020-07-22 16:43:32 +02:00
h1.c BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char 2020-07-05 21:50:02 +02:00
h2.c
haproxy.c REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() 2020-08-28 18:51:36 +02:00
hash.c
hlua_fcn.c
hlua.c MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode 2020-08-17 12:50:43 +02:00
hpack-dec.c
hpack-enc.c
hpack-huff.c
hpack-tbl.c
http_acl.c
http_act.c BUG/MINOR: http_act: don't check capture id in backend (2) 2020-07-03 18:30:54 +02:00
http_ana.c CLEANUP: assorted typo fixes in the code and comments 2020-07-31 11:18:07 +02:00
http_conv.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
http_fetch.c BUG/MEDIUM: htx: smp_prefetch_htx() must always validate the direction 2020-08-12 15:15:05 +02:00
http_htx.c MINOR: arg: Use chunk_destroy() to release string arguments 2020-08-07 14:27:54 +02:00
http_rules.c
http.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
htx.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c MEDIUM: fd: replace usages of fd_remove() with fd_stop_both() 2020-08-26 18:33:52 +02:00
log.c CLEANUP: assorted typo fixes in the code and comments 2020-07-31 11:18:07 +02:00
lru.c
mailers.c
map.c MINOR: arg: Use chunk_destroy() to release string arguments 2020-08-07 14:27:54 +02:00
mux_fcgi.c CLEANUP: fix all duplicated semicolons 2020-08-10 08:49:38 +02:00
mux_h1.c BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send 2020-08-05 14:29:06 +02:00
mux_h2.c CLEANUP: fix all duplicated semicolons 2020-08-10 08:49:38 +02:00
mux_pt.c MINOR: connection: Set the conncetion target during its initialisation 2020-07-15 14:08:14 +02:00
mworker-prog.c
mworker.c
namespace.c
pattern.c BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char 2020-07-05 21:50:02 +02:00
payload.c MINOR: arg: Use chunk_destroy() to release string arguments 2020-08-07 14:27:54 +02:00
peers.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
pipe.c
pool.c MINOR: pools: move the LRU cache heads to thread_info 2020-06-29 10:36:37 +02:00
proto_sockpair.c
proto_tcp.c REORG: sock_inet: move v6only_default from proto_tcp.c to sock_inet.c 2020-08-28 18:51:36 +02:00
proto_udp.c MINOR: sock_inet: implement sock_inet_get_dst() 2020-08-28 18:51:36 +02:00
proto_uxst.c MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses 2020-08-28 18:51:36 +02:00
protocol.c
proxy.c BUILD: tcp: condition TCP keepalive settings to platforms providing them 2020-07-09 05:58:51 +02:00
queue.c
raw_sock.c MINOR: raw_sock: Report the number of bytes emitted using the splicing 2020-07-15 14:08:14 +02:00
regex.c OPTIM: regex: PCRE2 use JIT match when JIT optimisation occured. 2020-08-14 07:53:40 +02:00
ring.c CLEANUP: fix all duplicated semicolons 2020-08-10 08:49:38 +02:00
sample.c MINOR: arg: Use chunk_destroy() to release string arguments 2020-08-07 14:27:54 +02:00
server.c BUG/MAJOR: dns: disabled servers through SRV records never recover 2020-08-05 21:48:23 +02:00
session.c MINOR: connection: Set the conncetion target during its initialisation 2020-07-15 14:08:14 +02:00
sha1.c
shctx.c
signal.c
sink.c BUG/MEDIUM: resolve: fix init resolving for ring and peers section. 2020-07-21 17:59:20 +02:00
sock_inet.c REORG: sock_inet: move v6only_default from proto_tcp.c to sock_inet.c 2020-08-28 18:51:36 +02:00
sock_unix.c MINOR: sock: introduce sock_inet and sock_unix 2020-08-28 18:51:36 +02:00
sock.c REORG: sock: start to move some generic socket code to sock.c 2020-08-28 18:51:36 +02:00
ssl_ckch.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
ssl_crtlist.c
ssl_sample.c BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() 2020-08-11 11:18:46 +02:00
ssl_sock.c MEDIUM: fd: replace usages of fd_remove() with fd_stop_both() 2020-08-26 18:33:52 +02:00
ssl_utils.c CLEANUP: ssl: ssl_sock_crt2der semicolon and spaces 2020-08-07 15:38:40 +02:00
stats.c MINOR: stats: prevent favicon.ico requests for stats page 2020-08-19 11:29:57 +02:00
stick_table.c CLEANUP: tcp: stop exporting smp_fetch_src() 2020-08-28 18:51:36 +02:00
stream_interface.c MINOR: stream-int: Be sure to have a mux to do sends and receives 2020-07-30 09:39:20 +02:00
stream.c MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset 2020-07-30 09:31:09 +02:00
task.c BUILD: task: work around a bogus warning in gcc 4.7/4.8 at -O1 2020-08-21 05:54:00 +02:00
tcp_act.c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c 2020-08-28 18:51:36 +02:00
tcp_rules.c MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset 2020-07-30 09:31:09 +02:00
tcp_sample.c REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c 2020-08-28 18:51:36 +02:00
tcpcheck.c BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux 2020-07-31 08:49:31 +02:00
thread.c
time.c CLEANUP: assorted typo fixes in the code and comments 2020-07-06 14:34:32 +02:00
tools.c BUILD: tools: include auxv a bit later 2020-08-20 16:41:55 +02:00
trace.c MEDIUM: log/sink: re-work and merge of build message API. 2020-07-15 17:50:12 +02:00
uri_auth.c
vars.c CLEANUP: Add static void vars_deinit() 2020-07-07 16:52:35 +02:00
version.c
wdt.c
wurfl.c
xprt_handshake.c
xxhash.c