haproxy-2.5.git
2021-02-01 William DauchyMINOR: contrib/prometheus-exporter: use stats desc...
2021-02-01 William DauchyMINOR: stats: improve max stats descriptions
2021-02-01 William DauchyMINOR: stats: improve pending connections description
2021-02-01 William DauchyMINOR: contrib/prometheus-exporter: improve service...
2021-02-01 William DauchyMAJOR: contrib/prometheus-exporter: move health check...
2021-02-01 Christopher... MINOR: checks: Add function to get the result code...
2021-02-01 William LallemandREGTESTS: set_ssl_server_cert: cleanup the SSL caching...
2021-02-01 William LallemandREGTESTS: set_ssl_server_cert.vtc: remove SSL caching...
2021-01-29 Willy TarreauBUG/MINOR: activity: take care of late wakeups in ...
2021-01-29 Willy TarreauMINOR: listener: export manage_global_listener_queue()
2021-01-29 Christopher... MEDIUM: contrib/prometheus-exporter: Use dynamic labels...
2021-01-29 William DauchyMAJOR: contrib/prometheus-exporter: move ftd/bkd/srv...
2021-01-29 William DauchyMINOR: contrib/prometheus-exporter: declare states...
2021-01-29 Christopher... MINOR: mux-h2: Slightly improve request HEADERS frames...
2021-01-29 Christopher... MINOR: mux-h2: Don't tests the start-line when sending...
2021-01-29 Christopher... MINOR: ssl-sample: Don't check if argument list is...
2021-01-29 Christopher... MINOR: sample: Don't check if argument list is set...
2021-01-29 Christopher... MINOR: http-conv: Don't check if argument list is set...
2021-01-29 Christopher... MINOR: http-fetch: Don't check if argument list is...
2021-01-29 Christopher... BUG/MINOR: stick-table: Always call smp_fetch_src(...
2021-01-29 Christopher... MINOR: mux-h1: Remove first useless test on count in...
2021-01-29 Willy TarreauMINOR: stick-tables: export process_table_expire()
2021-01-29 Willy TarreauMINOR: peers: export process_peer_sync() to improve...
2021-01-29 Willy TarreauMINOR: checks: export a few functions that appear often...
2021-01-29 Willy TarreauMINOR: muxes: export the timeout and shutr task handlers
2021-01-29 Willy TarreauMINOR: session: export session_expire_embryonic()
2021-01-29 Willy TarreauMINOR: listener: export accept_queue_process
2021-01-29 Willy TarreauMINOR: activity: add a new "show tasks" command to...
2021-01-29 Willy TarreauMINOR: activity: flush scheduler stats on "set profilin...
2021-01-29 Willy TarreauMINOR: activity: also report collected tasks stats...
2021-01-29 Willy TarreauMEDIUM: tasks/activity: collect per-task statistics...
2021-01-29 Willy TarreauMINOR: activity: declare a new structure to collect...
2021-01-29 Willy TarreauMINOR: activity: make profiling more manageable
2021-01-29 Willy TarreauMINOR: tools: add print_time_short() to print a condens...
2021-01-29 Willy TarreauDOC: management: fix "show resolvers" alphabetical...
2021-01-28 Tim DuesterhusCI: Fix the coverity builds
2021-01-28 Amaury DenoyelleBUG/MINOR: backend: check available list allocation...
2021-01-28 Willy TarreauRevert "BUG/MEDIUM: listener: do not accept connections...
2021-01-28 William LallemandREGTESTS: set_ssl_server_cert.vtc: set as broken
2021-01-28 Willy TarreauBUG/MEDIUM: listener: do not accept connections faster...
2021-01-28 Christopher... MINOR: h1: Raise the chunk size limit up to (2^52 - 1)
2021-01-28 Christopher... MINOR: mux-fcgi/trace: add traces at level ERROR for...
2021-01-28 Christopher... MINOR: mux-h1/trace: add traces at level ERROR for...
2021-01-28 Christopher... REGTEST: Don't use the websocket to validate http-check
2021-01-28 Christopher... REGTESTS: Fix required versions for several scripts
2021-01-28 Amaury DenoyelleMINOR: vtc: add websocket test
2021-01-28 Amaury DenoyelleMINOR: vtc: add test for h1/h2 protocol upgrade translation
2021-01-28 Amaury DenoyelleMEDIUM: h2: send connect protocol h2 settings
2021-01-28 Amaury DenoyelleMEDIUM: h2: parse Extended CONNECT request to htx
2021-01-28 Amaury DenoyelleMEDIUM: mux_h2: generate Extended CONNECT response
2021-01-28 Amaury DenoyelleMEDIUM: h1: add a WebSocket key on handshake if needed
2021-01-28 Amaury DenoyelleMEDIUM: mux_h2: generate Extended CONNECT from htx...
2021-01-28 Amaury DenoyelleMEDIUM: h2: parse Extended CONNECT reponse to htx
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...
next