haproxy-2.5.git
2021-01-26 Amaury DenoyelleCLEANUP: backend: remove an obsolete comment on conn_ba...
2021-01-26 Amaury DenoyelleCLEANUP: srv: fix comment for pool-max-conn
2021-01-26 Amaury DenoyelleMINOR: reg-tests: add http-reuse test
2021-01-26 Amaury DenoyelleBUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name
2021-01-26 Christopher... BUG/MEDIUM: filters/htx: Fix data forwarding when paylo...
2021-01-26 Tim DuesterhusMINOR: abort() on my_unreachable() when DEBUG_USE_ABORT...
2021-01-26 William DauchyMINOR: contrib/prometheus-exporter: use fill_sv_stats...
2021-01-26 William DauchyMEDIUM: stats: allow to select one field in `stats_fill...
2021-01-26 William DauchyMINOR: contrib/prometheus-exporter: use fill_be_stats...
2021-01-26 William DauchyMEDIUM: stats: allow to select one field in `stats_fill...
2021-01-26 Tim DuesterhusDOC: Improve documentation of the various hdr() fetches
2021-01-26 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-01-25 William DauchyCLEANUP: stats: improve field selection for frontend...
2021-01-25 William DauchyMINOR: contrib/prometheus-exporter: better output of...
2021-01-25 Christopher... BUG/MINOR: stats: Init the metric variable when fronten...
2021-01-22 Ilya ShipitsinBUILD: ssl: guard Client Hello callbacks with HAVE_SSL_...
2021-01-22 Christopher... BUG/MINOR: stats: Continue to fill frontend stats on...
2021-01-22 Willy Tarreau[RELEASE] Released version 2.4-dev6 v2.4-dev6
2021-01-22 Bertrand JacquinBUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX
2021-01-22 Bertrand JacquinMINOR: lua: remove unused variable
2021-01-22 Willy TarreauBUILD: debug: fix build warning by consuming the write...
2021-01-22 Willy TarreauMINOR: debug: let ha_dump_backtrace() dump a bit furthe...
2021-01-22 Willy TarreauMEDIUM: debug: now always print a backtrace on CRASH_NO...
2021-01-22 Willy TarreauMINOR: debug: create ha_backtrace_to_stderr() to dump...
2021-01-22 Willy TarreauMINOR: debug: extract the backtrace dumping code to...
2021-01-22 Willy TarreauMINOR: debug: always export the my_backtrace function
2021-01-22 Willy TarreauBUG/MEDIUM: mux-h2: fix read0 handling on partial frames
2021-01-22 Christopher... BUG/MINOR: stream: Don't update counters when TCP to...
2021-01-21 Christopher... MEDIUM: contrib/prometheus-exporter: Rework matrices...
2021-01-21 Christopher... MINOR: contrib/prometheus-exporter: Add promex_metric...
2021-01-21 Christopher... MINOR: contrib/prometheus-exporter: Split the PROMEX_FL...
2021-01-21 Christopher... MINOR: contrib/prometheus-exporter: Don't needlessly...
2021-01-21 William DauchyMINOR: contrib/prometheus-exporter: use fill_fe_stats...
2021-01-21 William DauchyMEDIUM: stats: allow to select one field in `stats_fill...
2021-01-21 William DauchyMINOR: contrib/prometheus-exporter: merge info descript...
2021-01-21 William DauchyMINOR: stats: add new start time field
2021-01-21 William DauchyMINOR: stats: duplicate 3 fields in bytes in info
2021-01-21 Tim DuesterhusDOC: Rename '<var name>' to '<var>' in converter signature
2021-01-21 Tim DuesterhusDOC: Remove space after comma in converter signature
2021-01-21 Christopher... MEDIUM: mux-h1: Return a 501-not-implemented for upgrad...
2021-01-21 Christopher... MINOR: mux-h1: Be prepared to return 501-not-implemente...
2021-01-21 Christopher... MINOR: muxes: Add exit status for errors about not...
2021-01-21 Christopher... MINOR: http: Add HTTP 501-not-implemented error message
2021-01-21 Christopher... BUG/MEDIUM: mux-h2: Xfer rxbuf to the upper layer when...
2021-01-21 Christopher... BUG/MEDIUM: tcpcheck: Don't destroy connection in the...
2021-01-21 Bertrand JacquinBUG/MINOR: mworker: define _GNU_SOURCE for strsignal()
2021-01-21 Willy TarreauMINOR: mux-h1/show_fd: report as suspicious an entry...
2021-01-21 Willy TarreauMINOR: mux-h2/show_fd: report as suspicious an entry...
2021-01-21 Willy TarreauMINOR: ssl/show_fd: report some FDs as suspicious when...
2021-01-21 Willy TarreauMINOR: cli/show_fd: report some easily detectable suspi...
2021-01-21 Willy TarreauMINOR: cli: give the show_fd helpers the ability to...
2021-01-20 Tim DuesterhusCI: Pin VTest to a known good commit
2021-01-20 Willy TarreauMINOR: mux-fcgi: make the "show fd" helper also decode...
2021-01-20 Willy TarreauMINOR: mux-h1: make the "show fd" helper also decode...
2021-01-20 Willy TarreauMINOR: mux-h2: make the "show fd" helper also decode...
2021-01-20 Willy TarreauMINOR: xprt/mux: export all *_io_cb functions so that...
2021-01-20 Willy TarreauMINOR: ssl: provide a "show fd" helper to report import...
2021-01-20 Willy TarreauMINOR: xprt: add a new show_fd() helper to complete...
2021-01-20 Willy TarreauMINOR: cli: make "show fd" also report the xprt and...
2021-01-20 Willy TarreauCLEANUP: cli: make "show fd" use a const connection...
2021-01-20 Willy TarreauCLEANUP: tools: make resolve_sym_name() take a const...
2021-01-20 Willy TarreauBUG/MINOR: mux_h2: missing space between "st" and ...
2021-01-19 Frédéric LécailleMINOR: contrib: Make the wireshark peers dissector...
2021-01-19 Frédéric LécailleBUG/MINOR: peers: Wrong "new_conn" value for "show...
2021-01-18 Tim DuesterhusCLEANUP: Rename accept_encoding_hash_cmp to accept_enco...
2021-01-18 Tim DuesterhusCLEANUP: cache: Use proper data types in secondary_key_...
2021-01-18 Tim DuesterhusMINOR: cache: Remove the `hash` part of the accept...
2021-01-18 Bertrand JacquinMINOR: build: discard echoing in help target
2021-01-17 Frédéric LécailleBUG/MINOR: peers: Possible appctx pointer dereference.
2021-01-15 Remi Tricot... MINOR: cache: Do not store responses with an unknown...
2021-01-15 Adis NezirovicBUG/MEDIUM: stats: add missing INF_BUILD_INFO definition
2021-01-15 Willy TarreauBUILD: peers: fix build warning about unused variable
2021-01-15 Baptiste AssmannBUG/MINOR: dns: SRV records ignores duplicated AR recor...
2021-01-15 Frédéric LécailleMINOR: peers: Add traces for peer control messages.
2021-01-15 Willy TarreauMINOR: pattern: add the missing generation ID manipulat...
2021-01-15 Willy TarreauCLEANUP: pattern: rename pat_ref_commit() to pat_ref_co...
2021-01-15 David CARLIERBUG/MINOR: threads: Fixes the number of possible cpus...
2021-01-13 Christopher... MINOR: server: Forbid server definitions in frontend...
2021-01-13 Christopher... MINOR: config: Add failifnotcap() to emit an alert...
2021-01-13 Christopher... BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CF...
2021-01-13 William DauchyMINOR: contrib/prometheus-exporter: use fill_info for...
2021-01-13 William DauchyMINOR: contrib/prometheus-exporter: avoid connection...
2021-01-13 Jerome MagninBUG/MINOR: init: enforce strict-limits when using maste...
2021-01-12 Christopher... BUG/MINOR: check: Don't perform any check on servers...
2021-01-12 Remi Tricot... BUG/MINOR: sample: Memory leak of sample_expr structure...
2021-01-12 Christopher... Revert "BUG/MINOR: dns: SRV records ignores duplicated...
2021-01-11 William DauchyMINOR: reg-tests: add base prometheus test
2021-01-11 William DauchyBUG/MINOR: reg-tests: fix service dependency script
2021-01-11 William DauchyBUG/MINOR: sample: check alloc_trash_chunk return value...
2021-01-10 William DauchyMINOR: reg-tests: add a way to add service dependency
2021-01-10 William DauchyCLEANUP: sample: remove uneeded check in json validation
2021-01-10 Thayne McCombsBUG/MINOR: server: Memory leak of proxy.used_server_add...
2021-01-08 Willy TarreauBUG/MINOR: sample: fix concat() converter's corruption...
2021-01-08 Christopher... DOC: Add maintainers for the Prometheus exporter
2021-01-08 Thayne McCombsCI: github: add a few more words to the codespell ignor...
2021-01-08 Thayne McCombsSCRIPTS: announce-release: fix typo in help message
2021-01-08 Thayne McCombsCLEANUP: Fix spelling errors in comments
2021-01-08 Thayne McCombsDOC: fix some spelling issues over multiple files
2021-01-08 William DauchyMINOR: contrib/prometheus-exporter: export build_info
2021-01-08 Tim DuesterhusBUG/MINOR: hlua: Fix memory leak in hlua_alloc
next