]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2019-07-19  Christopher... MINOR: stats: Remove code relying on the legacy HTTP...
2019-07-19  Christopher... MINOR: flt_trace: Remove code relying on the legacy...
2019-07-19  Christopher... MEDIUM: compression: Remove code relying on the legacy...
2019-07-19  Christopher... MEDIUM: cache: Remove code relying on the legacy HTTP...
2019-07-19  Christopher... MINOR: http_act: Remove code relying on the legacy...
2019-07-19  Christopher... MEDIUM: hlua: Remove code relying on the legacy HTTP...
2019-07-19  Christopher... MEDIUM: backend: Remove code relying on the HTTP legacy...
2019-07-19  Christopher... MINOR: proxy: Don't adjust connection mode of HTTP...
2019-07-19  Christopher... CLEANUP: proxy: Remove the flag PR_O2_USE_HTX
2019-07-19  Christopher... MINOR: contrib/prometheus-exporter: Remove tests on...
2019-07-19  Christopher... MINOR: cache: Remove tests on the option 'http-use...
2019-07-19  Christopher... MINOR: hlua: Remove tests on the option 'http-use-htx...
2019-07-19  Christopher... MINOR: proxy: Remove tests on the option 'http-use...
2019-07-19  Christopher... MINOR: stream: Remove tests on the option 'http-use...
2019-07-19  Christopher... MINOR: config: Remove tests on the option 'http-use...
2019-07-19  Christopher... MEDIUM: http_fetch: Remove code relying on HTTP legacy...
2019-07-19  Christopher... MINOR: stream: Rely on HTX analyzers instead of legacy...
2019-07-19  Christopher... MINOR: connection: Remove the multiplexer protocol...
2019-07-19  Christopher... CLEANUP: h2: Remove functions converting h2 requests...
2019-07-19  Christopher... MEDIUM: mux-h2: Remove support of the legacy HTTP mode
next