haproxy-2.1.git
2021-03-18 Christopher... BUG/MINOR: resolvers: Consider server to have no IP...
2021-03-18 Willy TarreauCLEANUP: tcp-rules: add missing actions in the tcp...
2021-03-12 Christopher... BUG/MINOR: session: Add some forgotten tests on session...
2021-03-12 Christopher... BUG/MINOR: proxy/session: Be sure to have a listener...
2021-03-12 Christopher... BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels...
2021-03-12 William LallemandBUG/MEDIUM: session: NULL dereference possible when...
2021-03-12 Willy TarreauBUG/MINOR: ssl: don't truncate the file descriptor...
2021-03-12 Christopher... BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_...
2021-03-05 Olivier HouchardBUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TR...
2021-03-05 Olivier HouchardBUG/MEDIUM: lists: Lock the element while we check...
2021-03-03 Olivier HouchardBUG/MEDIUM: dns: Consider the fact that dns answers...
2021-03-03 Christopher... BUG/MINOR: http-ana: Don't increment HTTP error counter...
2021-03-03 Tim DuesterhusBUG/MINOR: mux-h2: Fix typo in scheme adjustment
2021-03-03 Christopher... DOC: spoe: Add a note about fragmentation support in...
2021-03-01 Christopher... BUG/MEDIUM: spoe: Kill applets if there are pending...
2021-03-01 Christopher... BUG/MINOR: connection: Use the client's dst family...
2021-03-01 Christopher... BUG/MINOR: tcp-act: Don't forget to set the original...
2021-03-01 Christopher... BUG/MINOR: http-ana: Only consider dst address to proce...
2021-03-01 Christopher... BUG/MINOR: mux-h1: Immediately report H1C errors from...
2021-02-26 Christopher... BUG/MEDIUM: resolvers: Reset address for unresolved...
2021-02-26 Christopher... BUG/MEDIUM: resolvers: Reset server address and port...
2021-02-26 Baptiste AssmannBUG/MINOR: resolvers: new callback to properly handle...
2021-02-26 Willy TarreauBUG/MINOR: proxy: wake up all threads when sending...
2021-02-26 Willy TarreauBUG/MEDIUM: cli/shutdown sessions: make it thread-safe
2021-02-26 Willy TarreauBUG/MEDIUM: proxy: use thread-safe stream killing on...
2021-02-26 Dragan DosenBUG/MEDIUM: vars: make functions vars_get_by_{name...
2021-02-26 Dragan DosenBUG/MINOR: sample: secure convs that accept base64...
2021-02-26 William LallemandBUG/MINOR: ssl/cli: potential null pointer dereference...
2021-02-26 Christopher... BUG/MEDIUM: mux-h1: Fix handling of responses to CONNEC...
2021-02-26 Christopher... BUG/MINOR: server: Be sure to cut the last parsed field...
2021-02-26 Christopher... BUG/MINOR: server: Init params before parsing a new...
2021-02-26 Christopher... BUG/MINOR: sample: Always consider zero size string...
2021-02-26 Willy TarreauBUG/MINOR: checks: properly handle wrapping time in...
2021-02-26 Willy TarreauBUG/MINOR: session: atomically increment the tracked...
2021-02-26 Christopher... BUG/MINOR: server: Remove RMAINT from admin state when...
2021-02-26 Emeric BrunCLEANUP: channel: fix comment in ci_putblk.
2021-02-26 Christopher... BUG/MINOR: server: Don't call fopen() with server-state...
2021-02-26 Willy TarreauBUG/MINOR: cfgparse: do not mention "addr:port" as...
2021-02-26 Willy TarreauBUG/MINOR: stats: revert the change on ST_CONVDONE
2021-02-26 Willy TarreauBUG/MEDIUM: config: don't pick unset values from last...
2021-02-26 Christopher... CLEANUP: deinit: release global and per-proxy server...
2021-02-26 Christopher... BUG/MINOR: server: Fix server-state-file-name directive
2021-02-26 Amaury DenoyelleBUG/MINOR: backend: hold correctly lock when killing...
2021-02-26 Christopher... BUG/MINOR: tools: Fix a memory leak on error path in...
2021-02-26 William DauchyBUG/MINOR: server: re-align state file fields number
2021-02-26 Christopher... BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response...
2021-02-26 Christopher... BUG/MINOR: http-ana: Don't increment HTTP error counter...
2021-02-05 Willy TarreauBUG/MEDIUM: mux-h2: do not quit the demux loop before...
2021-02-05 Willy TarreauBUG/MEDIUM: mux-h2: handle remaining read0 cases
2021-02-05 William LallemandBUILD: Makefile: move REGTESTST_TYPE default setting
2021-02-05 William LallemandBUG/MEDIUM: ssl/cli: abort ssl cert is freeing the...
2021-02-05 William LallemandBUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_lo...
2021-02-05 Willy TarreauBUG/MINOR: xxhash: make sure armv6 uses memcpy()
2021-02-05 Willy TarreauBUG/MEDIUM: ssl: check a connection's status before...
2021-02-05 Christopher... BUG/MINOR: stick-table: Always call smp_fetch_src(...
2021-02-05 Willy TarreauDOC: management: fix "show resolvers" alphabetical...
2021-02-05 Frédéric LécailleMINOR: contrib: Make the wireshark peers dissector...
2021-02-05 Amaury DenoyelleBUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name
2021-02-01 Christopher... BUG/MEDIUM: filters/htx: Fix data forwarding when paylo...
2021-01-28 Adis NezirovicBUG/MEDIUM: stats: add missing INF_BUILD_INFO definition
2021-01-26 Bertrand JacquinBUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX
2021-01-26 Willy TarreauBUG/MEDIUM: mux-h2: fix read0 handling on partial frames
2021-01-26 Bertrand JacquinBUG/MINOR: mworker: define _GNU_SOURCE for strsignal()
2021-01-26 Willy TarreauBUG/MINOR: mux_h2: missing space between "st" and ...
2021-01-26 Frédéric LécailleBUG/MINOR: peers: Wrong "new_conn" value for "show...
2021-01-26 David CARLIERBUG/MINOR: threads: Fixes the number of possible cpus...
2021-01-26 Christopher... BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CF...
2021-01-26 Jerome MagninBUG/MINOR: init: enforce strict-limits when using maste...
2021-01-26 Remi Tricot... BUG/MINOR: sample: Memory leak of sample_expr structure...
2021-01-26 William DauchyBUG/MINOR: sample: check alloc_trash_chunk return value...
2021-01-08 Willy Tarreau[RELEASE] Released version 2.1.11 v2.1.11
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 McCombsSCRIPTS: announce-release: fix typo in help message
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 William DauchyBUILD: Makefile: exclude broken tests by default
2021-01-08 Amaury DenoyelleBUG/MINOR: srv: do not init address if backend is disabled
2021-01-08 Willy TarreauSCRIPTS: make announce release support preparing announ...
2021-01-08 Willy TarreauSCRIPTS: improve announce-release to support different...
2021-01-08 Tim DuesterhusBUG/MINOR: cfgparse: Fail if the strdup() for `rule...
2021-01-08 Olivier HouchardMINOR: atomic: don't use ; to separate instruction...
2021-01-08 Christian RuppertBUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does...
2021-01-08 Tim DuesterhusBUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf...
2021-01-08 Willy TarreauBUILD: plock: remove dead code that causes a warning...
2021-01-08 Willy TarreauCONTRIB: debug: address "poll" utility build on non...
2021-01-08 Willy TarreauCONTRIB: halog: fix signed/unsigned build warnings...
2021-01-08 Willy TarreauCONTRIB: halog: mark the has_zero* functions unused
2021-01-08 Willy TarreauCONTRIB: halog: fix build issue caused by %L printf...
2021-01-08 Christopher... BUG/MEDIUM: http-ana: Never for sending data in TUNNEL...
2021-01-08 Christopher... BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for...
2021-01-08 Willy TarreauBUILD: Makefile: have "make clean" destroy .o/.a/.s...
2021-01-08 Willy TarreauREGTESTS: make use of HAPROXY_ARGS and pass -dM by...
2021-01-08 Pierre CheynierCLEANUP: contrib/prometheus-exporter: typo fixes for...
2020-12-14 Christopher... CLEANUP: lua: Remove declaration of an inexistant function
2020-12-14 Christopher... BUG/MEDIUM: lb-leastconn: Reposition a server using...
2020-12-14 Christopher... BUG/MINOR: tools: Reject size format not starting by...
2020-12-14 Christopher... BUG/MINOR: tools: make parse_time_err() more strict...
2020-12-14 David CarlierDOC: email change of the DeviceAtlas maintainer
2020-12-14 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing references to None
next