haproxy-2.3.git
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
2019-07-19 Christopher... MAJOR: http: Deprecate and ignore the option "http...
2019-07-19 Christopher... DOC: htx: Add internal documentation about the HTX
2019-07-19 Christopher... MINOR: htx: Slightly update htx_dump() to report better...
2019-07-19 Christopher... MINOR: htx: Use an array of char to store HTX blocks
2019-07-19 Christopher... MINOR: htx: Deduce the number of used blocks from tail...
2019-07-19 Christopher... CLEANUP: htx: Remove the unsued function htx_add_blk_ty...
2019-07-19 Christopher... DOC: htx: Update comments in HTX files
2019-07-19 Christopher... MINOR: proto_htx: Don't stop forwarding when there...
2019-07-19 Christopher... MINOR: backend/htx: Don't rewind output data to set...
2019-07-19 Christopher... MINOR: proto_htx: Add the function htx_return_srv_error()
2019-07-19 Christopher... MINOR: proto_htx: Rely on the HTX function to apply...
2019-07-19 Christopher... MINOR: proto_htx: Directly call htx_check_response_for_...
2019-07-19 Christopher... BUG/MINOR: hlua: Make the function txn:done() HTX aware
2019-07-19 Christopher... BUG/MINOR: cache/htx: Make maxage calculation HTX aware
2019-07-19 Christopher... BUG/MINOR: http_htx: Initialize HTX error messages...
2019-07-19 Christopher... BUG/MINOR: http_fetch: Fix http_auth/http_auth_group...
2019-07-19 Christopher... MINOR: mux-h2: Don't adjust anymore the amount of data...
2019-07-18 Willy TarreauBUG/MINOR: backend: do not try to install a mux when...
2019-07-18 Willy TarreauBUG/MEDIUM: http/htx: unbreak option http_proxy
2019-07-18 Olivier HouchardBUG/MEDIUM: checks: Don't attempt to receive data if...
2019-07-18 Willy TarreauMINOR: applet: make appctx use their own pool
2019-07-17 Willy TarreauBUG/MINOR: dns: remove irrelevant dependency on a clien...
2019-07-17 Jérôme MagninDOC: management: document cache_hits and cache_lookups...
2019-07-17 Jérôme MagninDOC: management: document reuse and connect counters...
2019-07-16 Willy Tarreau[RELEASE] Released version 2.1-dev1 v2.1-dev1
2019-07-16 Willy TarreauBUG/MEDIUM: threads: cpu-map designating a single threa...
2019-07-16 Jérôme MagninREGTESTS: checks: tcp-check connect to multiple ports
2019-07-15 Andrew HeberleMEDIUM: mworker-prog: Add user/group options to program...
2019-07-15 Willy TarreauBUG/MEDIUM: tcp-check: unbreak multiple connect rules...
2019-07-15 Willy TarreauBUG/MINOR: mux-pt: do not pretend there's more data...
2019-07-12 Olivier HouchardBUG/MEDIUM: streams: Don't redispatch with L7 retries...
2019-07-12 Olivier HouchardBUG/MEDIUM: streams: Don't give up if we couldn't send...
2019-07-12 Dave PirotteBUG/MINOR: mux-h1: Correctly report Ti timer when HTX...
2019-07-12 Christopher... BUG/MEDIUM: mux-h1: Don't release h1 connection if...
2019-07-12 Willy TarreauBUG/MAJOR: listener: fix thread safety in resume_listener()
2019-07-12 Willy TarreauMINOR: task: introduce work lists
2019-07-11 Olivier HouchardBUG/MEDIUM: servers: Fix a race condition with idle...
next