haproxy-2.1.git
2019-12-20 Olivier HouchardBUG/MEDIUM: fd/threads: fix a concurrency issue between...
2019-12-20 Willy TarreauMINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use...
2019-12-19 Olivier HouchardBUG/MEDIUM: ssl: Revamp the way early data are handled.
2019-12-19 Willy TarreauBUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix...
2019-12-19 Willy TarreauMINOR: task: only check TASK_WOKEN_ANY to decide to...
2019-12-19 Willy TarreauMINOR: http: add a new "replace-path" action
2019-12-19 Willy TarreauMINOR: debug: support logging to various sinks
2019-12-19 Olivier HouchardBUG/MEDIUM: ssl: Don't set the max early data we can...
2019-12-19 Tim DuesterhusMINOR: sample: Validate the number of bits for the...
2019-12-19 Willy TarreauBUG/MINOR: sample: always check converters' arguments
2019-12-19 Willy TarreauBUG/MINOR: sample: fix the closing bracket and LF in...
2019-12-19 Willy TarreauDOC: clarify the fact that replace-uri works on a full URI
2019-12-11 Willy Tarreau[RELEASE] Released version 2.1.1 v2.1.1
2019-12-11 Willy TarreauBUILD/MINOR: unix sockets: silence an absurd gcc warnin...
2019-12-11 Willy TarreauBUG/MINOR: listener: fix off-by-one in state name check
2019-12-11 Willy TarreauBUG/MINOR: server: make "agent-addr" work on default...
2019-12-11 Willy TarreauBUG/MINOR: listener: do not immediately resume on trans...
2019-12-11 Willy TarreauBUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to...
2019-12-11 Willy TarreauBUG/MINOR: log: fix minor resource leaks on logformat...
2019-12-11 Willy TarreauDOC: remove references to the outdated architecture.txt
2019-12-11 Julien PivottoDOC: proxies: HAProxy only supports 3 connection modes
2019-12-11 Willy TarreauBUG/MINOR: tasks: only requeue a task if it was already...
2019-12-11 Willy TarreauDOC: listeners: add a few missing transitions
2019-12-10 Willy TarreauBUG/MEDIUM: proto_udp/threads: recv() and send() must...
2019-12-10 Willy TarreauBUG/MAJOR: dns: add minimalist error processing on...
2019-12-10 Olivier HouchardBUG/MEDIUM: kqueue: Make sure we report read events...
2019-12-10 Willy TarreauDOC: document the listener state transitions
2019-12-10 Willy TarreauBUG/MEDIUM: listener/threads: fix a remaining race...
2019-12-10 Willy TarreauBUG/MINOR: listener: also clear the error flag on a...
2019-12-10 Willy TarreauBUG/MINOR: listener/threads: always use atomic ops...
2019-12-10 Willy TarreauBUG/MINOR: proxy: make soft_stop() also close FDs in...
2019-12-09 Christopher... BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM...
2019-12-09 Christopher... BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when...
2019-12-06 Olivier HouchardBUG/MEDIUM: checks: Make sure we set the task affinity...
2019-12-06 Olivier HouchardBUG/MEDIUM: tasks: Make sure we switch wait queues...
2019-12-05 Christopher... BUG/MINOR: mux-h1: Fix conditions to know whether or...
2019-12-05 Christopher... BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to...
2019-12-05 Christopher... BUG/MEDIUM: mux-h1: Never reuse H1 connection if a...
2019-12-05 Emmanuel HocdetBUG/MINOR: ssl: certificate choice can be unexpected...
2019-12-05 Willy TarreauBUG/MEDIUM: listener/thread: fix a race when pausing...
2019-12-05 William LallemandBUG/MINOR: ssl/cli: don't overwrite the filters variable
2019-12-05 Willy TarreauBUG/MINOR: stream-int: avoid calling rcv_buf() when...
2019-12-05 Willy TarreauBUG/MEDIUM: stream-int: don't subscribed for recv when...
2019-12-05 Willy TarreauDOC: move the "group" keyword at the right place
2019-12-05 Julien PivottoDOC: Fix ordered list in summary
2019-12-05 Mathias WeiersmuellerDOC: clarify matching strings on binary fetches
2019-12-05 Tim DuesterhusDOC: Clarify behavior of server maxconn in HTTP mode
2019-12-03 William LallemandBUG/MINOR: ssl/cli: 'ssl cert' cmd only usable w/ admin...
2019-12-02 Christopher... BUG/MINOR: stats: Fix HTML output for the frontends...
2019-12-02 Christopher... BUG/MINOR: fcgi-app: Make the directive pass-header...
2019-12-02 Emmanuel HocdetBUG/MINOR: ssl: fix SSL_CTX_set1_chain compatibility...
2019-12-02 William LallemandDOC: ssl/cli: set/commit/abort ssl cert
2019-11-29 Christopher... BUG/MINOR: http-htx: Don't make http_find_header()...
2019-11-27 Willy TarreauBUILD/MINOR: trace: fix use of long type in a few print...
2019-11-27 Christopher... BUG/MINOR: h1: Don't test the host header during respon...
2019-11-27 William DauchyBUG/MINOR: contrib/prometheus-exporter: decode paramete...
2019-11-25 Willy Tarreau[RELEASE] Released version 2.1.0 v2.1.0
2019-11-25 Willy TarreauMINOR: version: indicate that this version is stable
2019-11-25 Willy TarreauDOC: mention in INSTALL haproxy 2.1 is a stable stable...
2019-11-25 Willy TarreauBUILD: reorder the objects in the makefile
2019-11-25 Willy TarreauBUG/MEDIUM: trace: fix a typo causing an incorrect...
2019-11-25 Willy TarreauSCRIPTS: git-show-backports: add "-s" to proposed cherr...
2019-11-25 Willy TarreauSCRIPTS: create-release: show the correct origin name...
2019-11-25 Willy TarreauMINOR: mux-h2/trace: report the connection and/or strea...
2019-11-25 Willy TarreauMINOR: h2: add a function to report H2 error codes...
2019-11-25 Willy TarreauBUG/MAJOR: mux-h2: don't try to decode a response HEADE...
2019-11-25 Willy TarreauBUG/MAJOR: h2: make header field name filtering stronger
2019-11-25 Willy TarreauBUG/MAJOR: h2: reject header values containing invalid...
2019-11-25 Willy TarreauMINOR: ist: add ist_find_ctl()
2019-11-25 William LallemandBUG/MINOR: cli: fix out of bounds in -S parser
2019-11-25 William DauchyCLEANUP: ssl: check if a transaction exists once before...
2019-11-25 Tim DuesterhusBUG/MINOR: ssl: Stop passing dynamic strings as format...
2019-11-24 Lukas TribusBUG/MINOR: ssl: fix curve setup with LibreSSL
2019-11-23 William DauchyMINOR: ssl: fix possible null dereference in error...
2019-11-22 Christopher... DOC: Add documentation about the use-service action
2019-11-21 Willy TarreauMINOR: version: emit the link to the known bugs in...
2019-11-21 Willy TarreauMINOR: version: report the version status in "haproxy -v"
2019-11-21 William LallemandMINOR: ssl/cli: display warning during 'commit ssl...
2019-11-21 William LallemandMEDIUM: ssl/cli: apply SSL configuration on SSL_CTX...
2019-11-21 William LallemandMINOR: ssl: ssl_sock_prepare_ctx() return an error...
2019-11-21 Daniel CorbettMEDIUM: dns: Add resolve-opts "ignore-weight"
2019-11-20 Willy TarreauDOC: internal: document the init calls
2019-11-20 Christopher... BUG/MINOR: stream-int: Fix si_cs_recv() return value
2019-11-20 Christopher... DOC: Update http-buffer-request description to remove...
2019-11-20 Christopher... BUG/MINOR: http-ana: Properly catch aborts during the...
2019-11-20 Christopher... BUG/MINOR: mux-h1: Fix tunnel mode detection on the...
2019-11-20 Christopher... BUILD: debug: Avoid warnings in dev mode with -02 becau...
2019-11-20 Christopher... MINOR: contrib/prometheus-exporter: Add a param to...
2019-11-20 Christopher... MINOR: contrib/prometheus-exporter: filter exported...
2019-11-20 Christopher... BUG/MEDIUM: stream-int: Don't loose events on the CS...
2019-11-20 Eric SalamaBUILD/MINOR: ssl: fix compiler warning about useless...
2019-11-20 Frédéric LécailleBUG/MINOR: peers: "peer alive" flag not reset when...
2019-11-19 William LallemandBUG/MEDIUM: mworker: don't fill the -sf argument with...
2019-11-19 William LallemandMINOR: ssl/cli: 'abort ssl cert' deletes an on-going...
2019-11-19 Frédéric LécailleBUG/MINOR: peers: Wrong null "server_name" data field...
2019-11-19 Frédéric LécailleMINOR: peers: Add debugging information to "show peers".
2019-11-19 Frédéric LécailleMINOR: peers: Add TX/RX heartbeat counters.
2019-11-19 Frédéric LécailleMINOR: peers: Alway show the table info for disconnecte...
2019-11-18 Emmanuel HocdetBUG/MINOR: ssl: fix crt-list neg filter for openssl...
2019-11-18 Emmanuel HocdetBUG/MINOR: ssl: ssl_pkey_info_index ex_data can store...
next