haproxy-2.5.git
2021-01-28 Amaury DenoyelleMINOR: mux_h2: define H2_SF_EXT_CONNECT_SENT stream...
2021-01-28 Amaury DenoyelleMEDIUM: h1: generate WebSocket key on response if needed
2021-01-28 Amaury DenoyelleMINOR: h1: reject websocket handshake if missing key
2021-01-28 Christopher... MEDIUM: http-ana: Deal with L7 retries in HTTP analysers
2021-01-28 Christopher... MEDIUM: mux-h2: Don't emit DATA frame for bodyless...
2021-01-28 Christopher... MINOR: h2/mux-h2: Add flags to notify the response...
2021-01-28 Christopher... MINOR: mux-h1: Don't add Connection close/keep-alive...
2021-01-28 Christopher... MINOR: mux-h1: Don't emit C-L and T-E headers for 204...
2021-01-28 Christopher... MEDIUM: mux-h1: Don't emit any payload for bodyless...
2021-01-28 Christopher... MINOR: mux-h1: Add a flag on H1 streams with a response...
2021-01-28 Christopher... MAJOR: htx: Remove the EOM block type and use HTX_FL_EO...
2021-01-28 Christopher... MINOR: htx: Add a function to know if a block is the...
2021-01-28 Christopher... REGTESTS: Don't run http_msg_full_on_eom script on...
2021-01-28 Christopher... MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM
2021-01-28 Christopher... BUG/MAJOR: mux-h1/mux-h2/htx: Fix HTTP tunnel managemen...
2021-01-28 Christopher... MEDIUM: mux-h1: Properly handle tunnel establishments...
2021-01-28 Christopher... MEDIUM: mux-h2: Close streams when processing data...
2021-01-28 Christopher... MEDIUM: mux-h2: Block client data on server side waitin...
2021-01-28 Christopher... MINOR: mux-h2: Add 2 flags to help to properly handle...
2021-01-28 Christopher... MINOR: mux-h1: Split H1C_F_WAIT_OPPOSITE flag to separa...
2021-01-28 Christopher... MINOR: mux-h1/mux-fcgi: Don't set TUNNEL mode if payloa...
2021-01-28 Christopher... BUG/MINOR: h2/mux-h2: Reject 101 responses with a PROTO...
2021-01-28 Christopher... MEDIUM: http-ana: Refuse invalid 101-switching-protocol...
2021-01-28 Christopher... MINOR: htx/http-ana: Save info about Upgrade option...
2021-01-28 Christopher... BUG/MAJOR: mux-h1: Properly handle TCP to H1 upgrades
2021-01-28 Christopher... BUG/MEDIUM: stream: Don't immediatly ack the TCP to...
2021-01-28 Christopher... MEDIUM: http-ana: Do nothing in wait-for-request analyz...
2021-01-28 Christopher... MINOR: stream: Add a function to validate TCP to H1...
2021-01-28 Christopher... MEDIUM: mux-h1: Add ST_READY state for the H1 connections
2021-01-28 Christopher... MINOR: mux-h1: Wake up H1C after its creation if input...
2021-01-28 Christopher... MINOR: mux-h1: Try to wake up data layer first before...
2021-01-28 Christopher... MEDIUM: stream-int: Take care of EOS if the SI wake...
2021-01-28 William LallemandREGTESTS: set_ssl_server_cert.vtc: check the sha1 from...
2021-01-28 William LallemandREGTESTS: set_ssl_server_cert.vtc: check the Sha1 Finge...
2021-01-28 William LallemandREGTESTS: set_ssl_server_cert.vtc: remove the abort...
2021-01-28 Amaury DenoyelleBUG/MEDIUM: backend: never reuse a connection for tcp...
2021-01-28 Amaury DenoyelleBUG/MEDIUM: session: only retrieve ready idle conn...
2021-01-27 William LallemandBUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_lo...
2021-01-27 William LallemandCLEANUP: ssl: remove dead code in ckch_inst_new_load_sr...
2021-01-27 Christopher... BUG/MINOR: stats: Add a break after filling ST_F_MODE...
2021-01-27 Christopher... BUG/MINOR: stats: Remove a break preventing ST_F_QCUR...
2021-01-27 Tim DuesterhusCI: Fix DEBUG_STRICT definition for Coverity
2021-01-27 Tim DuesterhusBUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABOR...
2021-01-26 William LallemandCLEANUP: ssl: make load_srv_{ckchs,cert} match their...
2021-01-26 William LallemandCLEANUP: ssl: remove SSL_CTX function parameter
2021-01-26 William LallemandCLEANUP: ssl/cli: rework free in cli_io_handler_commit_...
2021-01-26 Remi Tricot... MINOR: ssl: Remove client_crt member of the server...
2021-01-26 Remi Tricot... MEDIUM: ssl: Enable backend certificate hot update
2021-01-26 Remi Tricot... MEDIUM: ssl: Load client certificates in a ckch for...
2021-01-26 Remi Tricot... MINOR: ssl: Certificate chain loading refactorization
2021-01-26 Remi Tricot... MINOR: ssl: Server ssl context prepare function refactoring
2021-01-26 Amaury DenoyelleREORG: backend: simplify conn_backend_get
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...
next