haproxy-2.1.git
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
2020-12-14 Gilchrist DadagloBUG/MEDIUM: spoa/python: Fixing PyObject_Call positiona...
2020-12-14 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup ipaddress objects if...
2020-12-14 Gilchrist DadagloBUG/MINOR: spoa/python: Cleanup references for failed...
2020-12-14 Gilchrist DadagloDOC: spoa/python: Fixing typos in comments
2020-12-14 Gilchrist DadagloDOC: spoa/python: Rephrasing memory related error messages
2020-12-14 Gilchrist DadagloDOC: spoa/python: Fixing typo in IP related error messages
2020-12-14 Gilchrist DadagloBUG/MAJOR: spoa/python: Fixing return None
2020-12-14 Phil SchererDOC/MINOR: Fix formatting in Management Guide
2020-12-14 Thierry FournierBUG/MINOR: lua: warn when registering action, conv...
2020-12-14 Thierry FournierMINOR: cli: add a function to look up a CLI service...
2020-12-14 Thierry FournierMINOR: actions: add a function returning a service...
2020-12-14 Thierry FournierMINOR: actions: Export actions lookup functions
2020-12-14 Thierry FournierBUG/MINOR: lua: Some lua init operation are processed...
2020-12-14 Thierry FournierBUG/MINOR: lua: Post init register function are not...
2020-12-14 Thierry FournierBUG/MINOR: lua: lua-load doesn't check its parameters
2020-12-14 Thierry FournierBUG/MINOR: lua: missing "\n" in error message
2020-12-14 Your NameMINOR: plock: use an ARMv8 instruction barrier for...
2020-12-14 Christopher... DOC: config: Move req.hdrs and req.hdrs_bin in L7 sampl...
2020-12-14 Maciej ZdebDOC: Clarify %HP description in log-format
2020-12-14 Willy TarreauBUG/MAJOR: peers: fix partial message decoding
2020-11-24 Christopher... BUG/MAJOR: filters: Always keep all offsets up to date...
2020-11-18 Christopher... BUG/MINOR: http-ana: Don't wait for the body of CONNECT...
2020-11-18 Christopher... BUG/MEDIUM: filters: Forward all filtered data at the...
2020-11-18 Willy TarreauBUILD: http-htx: fix build warning regarding long type...
2020-11-13 Eric SalamaMINOR: cfgparse: tighten the scope of newnameserver...
2020-11-13 Christopher... MINOR: spoe: Don't close connection in sync mode on...
2020-11-13 Christopher... BUG/MAJOR: spoe: Be sure to remove all references on...
2020-11-13 Christopher... BUG/MINOR: http-fetch: Fix calls w/o parentheses of...
2020-11-13 Maciej ZdebBUG/MINOR: http-fetch: Extract cookie value even when...
2020-11-13 Willy TarreauBUG/MEDIUM: peers: fix decoding of multi-byte length...
2020-11-13 Frédéric LécailleBUG/MINOR: peers: Missing TX cache entries reset.
2020-11-13 Frédéric LécailleBUG/MINOR: peers: Do not ignore a protocol error for...
next