haproxy-2.3.git
2019-08-07 Baptiste AssmannMINOR: cache: add method to cache hash
2019-08-07 Willy TarreauCLEANUP: mux-h2: move the demuxed frame check code...
2019-08-07 Frédéric LécailleBUG/MEDIUM: stick-table: Wrong stick-table backends...
2019-08-06 Willy TarreauBUG/MEDIUM: checks: make sure to close nicely when...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: always reset rcvd_s when switching...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: always send stream window update...
2019-08-06 Willy TarreauBUG/MEDIUM: mux-h2: do not recheck a frame type after...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborte...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: don't refrain from sending an RST_ST...
2019-08-06 Ilya ShipitsinBUILD: travis-ci: enable daily Coverity scan
2019-08-05 Olivier HouchardBUG/MEDIUM: pollers: Clear the poll_send bits as well.
2019-08-05 Olivier HouchardBUG/MEDIUM: fd: Always reset the polled_mask bits in...
2019-08-02 Tim DuesterhusDOC: Add 'Question.md' issue template, discouraging...
2019-08-02 Olivier HouchardBUG/MEDIUM: proxy: Make sure to destroy the stream...
2019-08-02 Willy TarreauBUG/MEDIUM: mux-h2: split the stream's and connection...
2019-08-02 Willy TarreauBUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames
2019-08-01 Willy TarreauBUG/MINOR: stream-int: also update analysers timeouts...
2019-08-01 William LallemandBUG/MEDIUM: ssl: open the right path for multi-cert...
2019-08-01 Willy TarreauBUG/MINOR: stream-int: make sure to always release...
2019-08-01 Richard RussoBUG/MAJOR: http/sample: use a static buffer for raw...
2019-08-01 Christopher... BUG/MEDIUM: lb-chash: Ensure the tree integrity when...
2019-08-01 Emmanuel HocdetBUG/MINOR: ssl: fix ressource leaks on error
2019-08-01 William LallemandBUG/MEDIUM: ssl: don't free the ckch in multi-cert...
2019-08-01 Emmanuel HocdetBUILD: ssl: BoringSSL add EVP_PKEY_base_id
2019-08-01 Willy TarreauREGTESTS: checks: make 4be_1srv_health_checks more...
2019-07-31 Willy TarreauMINOR: wdt: also consider that waiting in the thread...
2019-07-31 Willy TarreauBUG/MINOR: debug: fix a small race in the thread dumpin...
2019-07-31 William LallemandBUG/MEDIUM: ssl: does not try to free a DH in a ckch
2019-07-31 William LallemandBUG/BUILD: ssl: fix build with openssl < 1.0.2
2019-07-31 Willy TarreauMEDIUM: mux-h2: don't try to read more than needed
2019-07-31 Olivier HouchardMEDIUM: pollers: Remember the state for read and write...
2019-07-31 Olivier HouchardMAJOR: fd: Get rid of the fd cache.
2019-07-30 Emmanuel HocdetMINOR: ssl: clean ret variable in ssl_sock_load_ckchn
2019-07-30 Emmanuel HocdetCLEANUP: ssl: ssl_sock_load_crt_file_into_ckch
2019-07-30 Emmanuel HocdetMINOR: ssl: do not look at DHparam with OPENSSL_NO_DH
2019-07-30 Emmanuel HocdetMINOR: ssl: check private key consistency in loading
2019-07-30 Emmanuel HocdetMINOR: ssl: add extra chain compatibility
2019-07-30 Emmanuel HocdetMINOR: ssl: use STACK_OF for chain certs
2019-07-30 Willy TarreauBUG/MAJOR: queue/threads: avoid an AB/BA locking issue...
2019-07-29 William LallemandMEDIUM: ssl: load DH param in struct cert_key_and_chain
2019-07-29 William LallemandMEDIUM: ssl: lookup and store in a ckch_node tree
2019-07-29 William LallemandMEDIUM: ssl: split the loading of the certificates
2019-07-29 William LallemandMEDIUM: ssl: use cert_key_and_chain struct in ssl_sock_...
2019-07-29 William LallemandMINOR: ssl: merge ssl_sock_load_cert_file() and ssl_soc...
2019-07-29 Christopher... BUG/MINOR: htx: Fix free space addresses calculation...
2019-07-29 Christopher... BUG/MINOR: hlua: Only execute functions of HTTP class...
2019-07-29 Christopher... MINOR: hlua: Add a flag on the lua txn to know in which...
2019-07-29 Christopher... MINOR: hlua: Don't set request analyzers on response...
2019-07-29 Christopher... BUG/MEDIUM: hlua: Check the calling direction in lua...
2019-07-29 Christopher... BUG/MINOR: hlua/htx: Reset channels analyzers when...
2019-07-29 Jérôme MagninREGTESTS: checks: exclude freebsd target for tcp-check_...
2019-07-26 Olivier HouchardMEDIUM: h1: Don't wake the H1 tasklet if we got the...
2019-07-26 Olivier HouchardMEDIUM: h1: Don't try to subscribe if we managed to...
2019-07-26 Willy TarreauDOC: improve the wording in CONTRIBUTING about how...
2019-07-26 Willy TarreauBUG/MINOR: log: make sure writev() is not interrupted...
2019-07-26 Olivier HouchardBUG/MEDIUM: streams: Don't switch the SI to SI_ST_DIS...
2019-07-26 Christopher... BUG/MEDIUM: lb-chash: Fix the realloc() when the number...
2019-07-25 Willy TarreauBUILD: threads: add the definition of PROTO_LOCK
2019-07-24 Christopher... MEDIUM: mux-h1: Add the support of headers adjustment...
2019-07-24 Willy TarreauBUG/MINOR: proxy: always lock stop_proxy()
2019-07-24 Willy TarreauBUG/MEDIUM: protocols: add a global lock for the init...
2019-07-23 Olivier HouchardBUG/CRITICAL: http_ana: Fix parsing of malformed cookie...
2019-07-23 Christopher... BUG/MINOR: http_htx: Support empty errorfiles
2019-07-23 Christopher... BUG/MINOR: http_ana: Be sure to have an allocated buffe...
2019-07-23 Willy TarreauBUG/MEDIUM: tcp-checks: do not dereference inexisting...
2019-07-19 Christopher... BUG/MINOR: mux-h1: Close server connection if input...
2019-07-19 Willy TarreauMEDIUM: backend: remove impossible cases from connect_s...
2019-07-19 Willy TarreauMEDIUM: backend: always release any existing prior...
2019-07-19 Willy TarreauMEDIUM: lua: do not allocate the remote connection...
2019-07-19 Willy TarreauMINOR: peers: now remove the remote connection setup...
2019-07-19 Willy TarreauMAJOR: stream: store the target address into s->target_addr
2019-07-19 Willy TarreauMINOR: stream: add a new target_addr entry in the strea...
2019-07-19 Willy TarreauMINOR: connection: don't use clear_addr() anymore,...
2019-07-19 Willy TarreauMAJOR: connection: remove the addr field
2019-07-19 Willy TarreauMEDIUM: connection: make sure all address producers...
2019-07-19 Willy TarreauMINOR: connection: create a new pool for struct sockadd...
2019-07-19 Willy TarreauMEDIUM: backend: turn all conn->addr.{from,to} to conn...
2019-07-19 Willy TarreauMINOR: http: convert conn->addr.from to conn->src in...
2019-07-19 Willy TarreauMINOR: frontend: switch from conn->addr.{from,to} to...
2019-07-19 Willy TarreauMINOR: checks: replace conn->addr.to with conn->dst
2019-07-19 Willy TarreauMINOR: log: use conn->{src,dst} instead of conn->addr...
2019-07-19 Willy TarreauMINOR: sockpair: use conn->dst for the target address...
2019-07-19 Willy TarreauMINOR: unix: use conn->dst for the target address in...
2019-07-19 Willy TarreauMINOR: tcp: replace conn->addr.{from,to} with conn...
2019-07-19 Willy TarreauMINOR: session: use conn->src instead of conn->addr...
2019-07-19 Willy TarreauMINOR: proxy: switch to conn->src in error snapshots
2019-07-19 Willy TarreauMINOR: stream: switch from conn->addr.{from,to} to...
2019-07-19 Willy TarreauMINOR: htx: switch from conn->addr.{from,to} to conn...
2019-07-19 Willy TarreauMINOR: peers: use conn->dst for the peer's target address
2019-07-19 Willy TarreauMINOR: lua: switch to conn->dst for a connection's...
2019-07-19 Willy TarreauMINOR: ssl-sock: use conn->dst instead of &conn->addr.to
2019-07-19 Willy TarreauMINOR: connection: use conn->{src,dst} instead of ...
2019-07-19 Willy TarreauMINOR: connection: add new src and dst fields
2019-07-19 Willy TarreauCLEANUP: connection: remove the now unused conn_get_...
2019-07-19 Willy TarreauMINOR: http: check the source address via conn_get_src...
2019-07-19 Willy TarreauMINOR: lua: use conn_get_{src,dst} to retrieve connecti...
2019-07-19 Willy TarreauMINOR: http/htx: use conn_get_dst() to retrieve the...
2019-07-19 Willy TarreauMINOR: log: use conn_get_{dst,src}() to retrieve the...
2019-07-19 Willy TarreauMINOR: stream/cli: use conn_get_{src,dst} in "show...
next