haproxy-2.3.git
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...
2019-07-19 Willy TarreauMINOR: stream-int: use conn_get_{src,dst} in conn_si_se...
2019-07-19 Willy TarreauMINOR: tcp: replace various calls to conn_get_{from...
2019-07-19 Willy TarreauMINOR: ssl: switch to conn_get_dst() to retrieve the...
2019-07-19 Willy TarreauMINOR: backend: switch to conn_get_{src,dst}() for...
2019-07-19 Willy TarreauMINOR: frontend: switch to conn_get_{src,dst}() for...
2019-07-19 Willy TarreauMINOR: connection: add conn_get_src() and conn_get_dst()
2019-07-19 Christopher... BUG/MEDIUM: mux-h1: Trim excess server data at the...
2019-07-19 Christopher... MINOR: config: Warn only if the option http-use-htx...
2019-07-19 Willy TarreauBUG/MINOR: checks: do not exit tcp-checks from the...
2019-07-19 Christopher... CLEANUP: mux-h2: Remove unused flags H2_SF_CHNK_*
2019-07-19 Christopher... BUG/MINOR: session: Send a default HTTP error if accept...
2019-07-19 Christopher... BUG/MINOR: session: Emit an HTTP error if accept fails...
2019-07-19 Christopher... MINOR: http: Don't store raw HTTP errors in chunks...
2019-07-19 Christopher... MINOR: global: Preset tune.max_http_hdr to its default...
2019-07-19 Christopher... DOC: config: Remove unsupported req* and rsp* keywords
2019-07-19 Christopher... MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp...
2019-07-19 Christopher... MINOR: proxy: Remove the unused list of block rules
2019-07-19 Christopher... MEDIUM: config: Remove parsing of req* and rsp* directives
2019-07-19 Christopher... DOC: config: Update as a result of the legacy HTTP...
2019-07-19 Christopher... MINOR: proxy: Remove support of the option 'http-tunnel'
2019-07-19 Christopher... BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_...
2019-07-19 Christopher... REORG: proto_htx: Move HTX analyzers & co to http_ana...
2019-07-19 Christopher... CLEANUP: proto_http: Move remaining code from proto_htt...
2019-07-19 Christopher... CLEANUP: proto_http: Remove unecessary includes and...
2019-07-19 Christopher... CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT
2019-07-19 Christopher... CLEANUP: proto_http: Group remaining flags of the HTTP...
2019-07-19 Christopher... MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAI...
2019-07-19 Christopher... MINOR: proto_http: Remove unused http txn flags
2019-07-19 Christopher... MINOR: hlua: Remove useless test on TX_CON_WANT_* flags
2019-07-19 Christopher... MAJOR: http: Remove the HTTP legacy code
2019-07-19 Christopher... MINOR: stream: Remove code relying on the legacy HTTP...
2019-07-19 Christopher... MAJOR: filters: Remove code relying on the legacy HTTP...
next