haproxy-2.5.git
2021-05-10 Willy TarreauBUG/MEDIUM: quic: fix null deref on error path in qc_co...
2021-05-10 Ilya ShipitsinCI: Github Actions: enable USE_QUIC=1 for BoringSSL...
2021-05-09 Willy TarreauBUILD: compat: include malloc_np.h for USE_MEMORY_PROFI...
2021-05-09 Willy TarreauBUILD: memprof: make the old caller pointer a const...
2021-05-09 Willy TarreauCLEANUP: cli/mworker: properly align the help messages
2021-05-09 Willy TarreauMINOR: cli: sort the output of the "help" keywords
2021-05-09 Willy TarreauMINOR: cli: make "help" support a command in argument
2021-05-09 Willy TarreauREGTESTS: disable inter-thread idle connection sharing...
2021-05-09 Willy TarreauBUILD: errors: include stdarg in errors.h
2021-05-09 Willy TarreauBUILD: ssl: define HAVE_CRYPTO_memcmp() based on the...
2021-05-09 Willy TarreauBUILD: http_fetch: address a few aliasing warnings...
2021-05-09 Willy TarreauMINOR: tools/rnd: compute the result outside of the...
2021-05-09 Willy TarreauDOC: fix a few remainig cases of "Haproxy" and "HAproxy...
2021-05-09 Willy TarreauMEDIUM: mailers: use "HAProxy" nor "HAproxy" in the...
2021-05-09 Willy TarreauADMIN: netsnmp: report "HAProxy" and not "Haproxy"...
2021-05-09 Willy TarreauDOC: peers: fix the protocol tag name in the doc
2021-05-09 Willy TarreauDOC: remove last occurrences of "HA-Proxy" syntax
2021-05-09 Willy TarreauMINOR: version: report "HAProxy" not "HA-Proxy" in...
2021-05-09 Willy TarreauREGTESTS: run-regtests: match both "HAProxy" and "HA...
2021-05-09 Daniel CorbettDOC: Fix a few grammar/spelling issues and casing of...
2021-05-08 Willy TarreauBUILD: makefile: reorder object files by build time
2021-05-08 Willy TarreauBUILD: config: do not include proxy.h nor errors.h...
2021-05-08 Willy TarreauBUILD: fd: include log.h from fd.c
2021-05-08 Willy TarreauBUILD: comp: include proxy.h from flt_http_comp.c
2021-05-08 Willy TarreauBUILD: thread: include log.h from thread.c
2021-05-08 Willy TarreauBUILD: http-rules: include proxy.h from http_rules.c
2021-05-08 Willy TarreauBUILD: listener: include proxy.h from listener.c
2021-05-08 Willy TarreauBUILD: mux-fcgi: include proxy.h from mux-fcgi.c
2021-05-08 Willy TarreauBUILD: mux-h1: include proxy.h from mux-h1.c
2021-05-08 Willy TarreauBUILD: hlua: include proxy.h from hlua.c
2021-05-08 Willy TarreauBUILD: connection: stop including listener-t.h
2021-05-08 Willy TarreauMINOR: task: stop including stream.h from task.c
2021-05-08 Willy TarreauBUILD: task: remove unused includes from task.c
2021-05-08 Willy TarreauREORG: config: uninline warnifnotcap() and failifnotcap()
2021-05-08 Willy TarreauREORG: stick-table: move composite address functions...
2021-05-08 Willy TarreauREORG: stick-table: uninline stktable_alloc_data_type()
2021-05-08 Willy TarreauBUILD: connection: move list_mux_proto() to connection.c
2021-05-08 Willy TarreauBUILD: fcgi-app: include proxy.h in fcgi-app.c
2021-05-08 Willy TarreauBUILD: filters: include proxy.h in filters.c
2021-05-08 Willy TarreauBUILD: mworker: include proxy.h in mworker.c
2021-05-08 Willy TarreauBUILD: sink: include proxy.h in sink.c
2021-05-08 Willy TarreauBUILD: server: include missing proxy.h in server.c
2021-05-08 Willy TarreauBUILD: server: include tools.h from server.c
2021-05-08 Willy TarreauBUILD: stick-table: include freq_ctr.h from stick_table.h
2021-05-08 Willy TarreauBUILD: udp: include tools.h from proto_udp.c
2021-05-08 Willy TarreauBUILD: queue: include tools.h from queue.c
2021-05-08 Willy TarreauBUILD: mworker: include tools.h from mworker.c
2021-05-08 Willy TarreauBUILD: compression: include tools.h in compression.c
2021-05-08 Willy TarreauBUILD: vars: include tools.h in vars.c
2021-05-08 Willy TarreauBUILD: payload: include tools.h in payload.c
2021-05-08 Willy TarreauBUILD: dns: include tools.h in dns.c
2021-05-08 Willy TarreauBUILD: server-state: include tools.h from server_state.c
2021-05-08 Willy TarreauBUILD: connection: include tools.h in connection.c
2021-05-08 Willy TarreauBUILD: sink: include tools.h in sink.c
2021-05-08 Willy TarreauBUILD: cache: include tools.h in cache.c
2021-05-08 Willy TarreauBUILD: session: include tools.h in session.c
2021-05-08 Willy TarreauBUILD: proxy: include tools.h in proxy.c
2021-05-08 Willy TarreauBUILD: htx: include tools.h in http_htx.c
2021-05-08 Willy TarreauBUILD: config: include tools.h in cfgparse-listen.c
2021-05-08 Willy TarreauBUILD: resolvers: include tools.h
2021-05-08 Willy TarreauBUILD: promex: service-prometheus.c needs tools.h
2021-05-08 Willy TarreauBUILD: spoe: flt_spoe.c needs tools.h
2021-05-08 Willy TarreauBUILD: wurfl: wurfl.c needs tools.h
2021-05-08 Willy TarreauBUILD: config: cfgparse-ssl.c needs tools.h
2021-05-08 Willy TarreauBUILD: ssl: ssl_utils requires chunk.h
2021-05-08 Willy TarreauREORG: mworker: move proc_self from global to mworker
2021-05-08 Willy TarreauBUILD: auth: include missing list.h
2021-05-08 Willy TarreauBUILD: wdt: include signal-t.h
2021-05-08 Willy TarreauREORG: threads: move all_thread_mask() to thread.h
2021-05-08 Willy TarreauREORG: vars: move the "proc" scope variables out of...
2021-05-08 Willy TarreauMINOR: config: mark tune.fd.edge-triggered as experimental
2021-05-08 Willy TarreauMINOR: stats: make "show info" able to report rates...
2021-05-08 Willy TarreauMINOR: stats: report uptime and start time as floats...
2021-05-08 Willy TarreauMINOR: stats: use tv_remain() to precisely compute...
2021-05-08 Willy TarreauMINOR: stats: support an optional "float" option to...
2021-05-08 Willy TarreauMINOR: stats: pass the appctx flags to stats_fill_info()
2021-05-08 Willy TarreauMINOR: stats: add the HTML conversion for float types
2021-05-08 Willy TarreauMINOR: stats: avoid excessive padding of float values...
2021-05-08 Willy TarreauMINOR: freq_ctr: add new functions to report float...
2021-05-08 Willy TarreauMINOR: tools: add a float-to-ascii conversion function
2021-05-08 Willy TarreauMINOR: tools: implement trimming of floating point...
2021-05-08 Willy TarreauDOC: management: mention that some fields may be emitte...
2021-05-08 Willy TarreauMINOR: sample: improve error reporting on missing arg...
2021-05-07 Remi Tricot... DOC: ssl: Add information about crl-file option
2021-05-07 Willy TarreauADDONS: make addons/ discoverable by git via .gitignore
2021-05-07 Remi Tricot... DOC: ssl: Extra files loading now works for backends too
2021-05-07 Amaury DenoyelleBUG/MINOR: server: do not report diag for peer servers...
2021-05-07 Amaury DenoyelleMINOR: proxy: define PR_CAP_LB
2021-05-07 Amaury DenoyelleBUILD: fix usage of ha_alert without format string
2021-05-07 Amaury DenoyelleMINOR: http_act: mark normalize-uri as experimental
2021-05-07 Amaury DenoyelleMINOR: stats: report tainted on show info
2021-05-07 Amaury DenoyelleMINOR: cli: set tainted when using CLI expert/experimen...
2021-05-07 Amaury DenoyelleMINOR: action: implement experimental actions
2021-05-07 Amaury DenoyelleMINOR: action: replace match_pfx by a keyword flags...
2021-05-07 Amaury DenoyelleMINOR: cfgparse: implement experimental config keywords
2021-05-07 Amaury DenoyelleMINOR: cfgparse: add a new field flags in cfg_keyword
2021-05-07 Amaury DenoyelleMINOR: global: define tainted flag
2021-05-07 Christopher... BUG/MINOR: checks: Reschedule check on observe mode...
2021-05-07 Christopher... BUG/MINOR: checks: Handle synchronous connect when...
2021-05-07 Christopher... BUG/MINOR: stream: Reset stream final state and si...
next