..
51d.c
BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG
2020-03-08 10:09:02 +01:00
acl.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
action.c
activity.c
applet.c
arg.c
BUG/MINOR: arg: don't reject missing optional args
2020-02-28 16:41:29 +01:00
auth.c
backend.c
MINOR: servers: Add a counter for the number of currently used connections.
2020-03-30 00:30:01 +02:00
base64.c
buffer.c
BUG/MINOR: buffers: MT_LIST_DEL_SAFE() expects the temporary pointer.
2020-03-10 17:44:40 +01:00
cache.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
calltrace.c
cfgparse-global.c
MINOR: init: add -dW and "zero-warning" to reject configs with warnings
2020-04-15 16:42:39 +02:00
cfgparse-listen.c
BUG/MINOR: peers: Incomplete peers sections should be validated.
2020-04-15 10:47:39 +02:00
cfgparse.c
BUG/MINOR: peers: Incomplete peers sections should be validated.
2020-04-15 10:47:39 +02:00
channel.c
checks.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-16 10:04:36 +02:00
chunk.c
BUILD: general: always pass unsigned chars to is* functions
2020-02-25 08:16:33 +01:00
cli.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-16 10:04:36 +02:00
compression.c
connection.c
BUG/MINOR: connection: always send address-less LOCAL PROXY connections
2020-04-14 16:02:50 +02:00
da.c
debug.c
MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h.
2020-03-18 13:07:19 +01:00
dict.c
dns.c
BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive
2020-04-01 18:35:05 +02:00
ev_epoll.c
CLEANUP: remove support for USE_MY_EPOLL
2020-03-10 07:08:10 +01:00
ev_evports.c
CLEANUP: assorted typo fixes in the code and comments
2020-03-31 17:09:35 +02:00
ev_kqueue.c
BUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25 07:41:47 +01:00
ev_poll.c
BUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25 07:41:47 +01:00
ev_select.c
BUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25 07:41:47 +01:00
fcgi-app.c
CLEANUP: Use isttest()
and istfree()
2020-03-05 19:52:07 +01:00
fcgi.c
BUILD: general: always pass unsigned chars to is* functions
2020-02-25 08:16:33 +01:00
fd.c
CLEANUP: src/fd.c: mask setsockopt with DISGUISE
2020-04-02 15:10:17 +02:00
filters.c
BUG/MINOR: filters: Forward everything if no data filters are called
2020-03-06 14:12:59 +01:00
flt_http_comp.c
MINOR: compression/filters: Initialize the comp filter when stream is created
2020-03-06 15:36:04 +01:00
flt_spoe.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
flt_trace.c
BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG
2020-03-08 10:09:02 +01:00
freq_ctr.c
frontend.c
MINOR: use DISGUISE() everywhere we deliberately want to ignore a result
2020-03-14 11:04:49 +01:00
h1_htx.c
h1.c
CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families
2020-02-21 16:32:57 +01:00
h2.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
haproxy.c
MINOR: version: Show uname output in display_version()
2020-04-18 22:04:29 +02:00
hash.c
hathreads.c
hlua_fcn.c
CLEANUP: assorted typo fixes in the code and comments
2020-03-31 17:09:35 +02:00
hlua.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-17 09:37:36 +02:00
hpack-dec.c
CLEANUP: Use isttest()
and istfree()
2020-03-05 19:52:07 +01:00
hpack-enc.c
hpack-huff.c
hpack-tbl.c
BUG/CRITICAL: hpack: never index a header into the headroom after wrapping
2020-04-02 08:45:54 +02:00
http_acl.c
http_act.c
CLEANUP: http: Fixed small typo in parse_http_return
2020-04-17 13:50:11 +02:00
http_ana.c
BUG/MEDIUM: http-ana: Handle NTLM messages correctly.
2020-04-22 22:03:32 +02:00
http_conv.c
http_fetch.c
MEDIUM: stream: Make the unique_id
member of struct stream
a struct ist
2020-03-05 20:21:58 +01:00
http_htx.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-16 10:04:36 +02:00
http_rules.c
MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding
2020-02-06 14:55:34 +01:00
http.c
MINOR: ist: Add IST_NULL
macro
2020-03-05 19:52:07 +01:00
htx.c
MINOR: htx: Use htx_find_offset() to truncate an HTX message
2020-03-06 14:12:59 +01:00
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
listener.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
log.c
CLEANUP: log: fix comment of parse_logformat_string()
2020-04-21 10:52:25 +02:00
lru.c
mailers.c
map.c
memory.c
MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc.
2020-03-18 15:55:35 +01:00
mux_fcgi.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
mux_h1.c
MINOR: build: Fix build in mux_h1
2020-03-25 17:06:16 +01:00
mux_h2.c
MINOR: muxes: Note that we can't usee a connection when added to the srv idle.
2020-03-22 23:25:51 +01:00
mux_pt.c
MINOR: mux_pt: Don't try to remove the connection from the idle list.
2020-03-17 13:38:18 +01:00
mworker-prog.c
mworker.c
namespace.c
BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat
2020-02-14 04:23:08 +01:00
pattern.c
BUG/MINOR: pattern: Do not pass len = 0 to calloc()
2020-03-18 05:17:28 +01:00
payload.c
peers.c
BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases.
2020-03-16 11:32:47 +01:00
pipe.c
BUG/MEDIUM: pipe/thread: fix atomicity of pipe counters
2020-01-30 09:15:37 +01:00
proto_sockpair.c
MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect()
2020-03-04 19:29:12 +01:00
proto_tcp.c
BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop
2020-03-06 15:36:04 +01:00
proto_udp.c
proto_uxst.c
MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect()
2020-03-04 19:29:12 +01:00
protocol.c
proxy.c
BUG/MEDIUM: connections: Don't assume the connection has a valid session.
2020-03-12 15:39:37 +01:00
queue.c
MINOR: sample: make sample_parse_expr() able to return an end pointer
2020-02-14 19:02:06 +01:00
raw_sock.c
CLEANUP: assorted typo fixes in the code and comments
2020-03-31 17:09:35 +02:00
regex.c
ring.c
sample.c
MINOR: tools: add a generic function to generate UUIDs
2020-03-08 18:04:16 +01:00
server.c
BUG/MINOR: ssl: default settings for ssl server options are not used
2020-04-22 15:43:03 +02:00
session.c
MEDIUM: sessions: Don't be responsible for connections anymore.
2020-03-19 22:07:33 +01:00
sha1.c
shctx.c
BUG/MEDIUM: shctx: make sure to keep all blocks aligned
2020-02-21 13:45:58 +01:00
signal.c
BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in __signal_process_queue().
2020-03-18 13:10:05 +01:00
sink.c
ssl_sock.c
MINOR: config: add a global directive to set default SSL curves
2020-04-22 17:26:08 +02:00
standard.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-17 09:37:36 +02:00
stats.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-17 09:37:36 +02:00
stick_table.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-16 10:04:36 +02:00
stream_interface.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-02 16:25:45 +02:00
stream.c
MEDIUM: stream: support use-server rules with dynamic names
2020-03-29 09:55:10 +02:00
task.c
CLEANUP: assorted typo fixes in the code and comments
2020-04-17 09:37:36 +02:00
tcp_rules.c
MINOR: sample: make sample_parse_expr() able to return an end pointer
2020-02-14 19:02:06 +01:00
time.c
BUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25 07:41:47 +01:00
trace.c
uri_auth.c
vars.c
BUILD: general: always pass unsigned chars to is* functions
2020-02-25 08:16:33 +01:00
version.c
wdt.c
MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h.
2020-03-18 13:07:19 +01:00
wurfl.c
xprt_handshake.c
BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore
2020-03-05 07:46:33 +01:00
xxhash.c