2019-07-26 |
Olivier Houchard | MEDIUM: h1: Don't wake the H1 tasklet if we got the... |
commit | commitdiff | tree |
2019-07-26 |
Olivier Houchard | MEDIUM: h1: Don't try to subscribe if we managed to... |
commit | commitdiff | tree |
2019-07-26 |
Willy Tarreau | DOC: improve the wording in CONTRIBUTING about how... |
commit | commitdiff | tree |
2019-07-26 |
Willy Tarreau | BUG/MINOR: log: make sure writev() is not interrupted... |
commit | commitdiff | tree |
2019-07-26 |
Olivier Houchard | BUG/MEDIUM: streams: Don't switch the SI to SI_ST_DIS... |
commit | commitdiff | tree |
2019-07-26 |
Christopher... | BUG/MEDIUM: lb-chash: Fix the realloc() when the number... |
commit | commitdiff | tree |
2019-07-25 |
Willy Tarreau | BUILD: threads: add the definition of PROTO_LOCK |
commit | commitdiff | tree |
2019-07-24 |
Christopher... | MEDIUM: mux-h1: Add the support of headers adjustment... |
commit | commitdiff | tree |
2019-07-24 |
Willy Tarreau | BUG/MINOR: proxy: always lock stop_proxy() |
commit | commitdiff | tree |
2019-07-24 |
Willy Tarreau | BUG/MEDIUM: protocols: add a global lock for the init... |
commit | commitdiff | tree |
2019-07-23 |
Olivier Houchard | BUG/CRITICAL: http_ana: Fix parsing of malformed cookie... |
commit | commitdiff | tree |
2019-07-23 |
Christopher... | BUG/MINOR: http_htx: Support empty errorfiles |
commit | commitdiff | tree |
2019-07-23 |
Christopher... | BUG/MINOR: http_ana: Be sure to have an allocated buffe... |
commit | commitdiff | tree |
2019-07-23 |
Willy Tarreau | BUG/MEDIUM: tcp-checks: do not dereference inexisting... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | BUG/MINOR: mux-h1: Close server connection if input... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MEDIUM: backend: remove impossible cases from connect_s... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MEDIUM: backend: always release any existing prior... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MEDIUM: lua: do not allocate the remote connection... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: peers: now remove the remote connection setup... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MAJOR: stream: store the target address into s->target_addr |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: stream: add a new target_addr entry in the strea... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: connection: don't use clear_addr() anymore,... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MAJOR: connection: remove the addr field |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MEDIUM: connection: make sure all address producers... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: connection: create a new pool for struct sockadd... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MEDIUM: backend: turn all conn->addr.{from,to} to conn... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: http: convert conn->addr.from to conn->src in... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: frontend: switch from conn->addr.{from,to} to... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: checks: replace conn->addr.to with conn->dst |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: log: use conn->{src,dst} instead of conn->addr... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: sockpair: use conn->dst for the target address... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: unix: use conn->dst for the target address in... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: tcp: replace conn->addr.{from,to} with conn... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: session: use conn->src instead of conn->addr... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: proxy: switch to conn->src in error snapshots |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: stream: switch from conn->addr.{from,to} to... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: htx: switch from conn->addr.{from,to} to conn... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: peers: use conn->dst for the peer's target address |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: lua: switch to conn->dst for a connection's... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: ssl-sock: use conn->dst instead of &conn->addr.to |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: connection: use conn->{src,dst} instead of ... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: connection: add new src and dst fields |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | CLEANUP: connection: remove the now unused conn_get_... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: http: check the source address via conn_get_src... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: lua: use conn_get_{src,dst} to retrieve connecti... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: http/htx: use conn_get_dst() to retrieve the... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: log: use conn_get_{dst,src}() to retrieve the... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: stream/cli: use conn_get_{src,dst} in "show... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: stream-int: use conn_get_{src,dst} in conn_si_se... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: tcp: replace various calls to conn_get_{from... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: ssl: switch to conn_get_dst() to retrieve the... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: backend: switch to conn_get_{src,dst}() for... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: frontend: switch to conn_get_{src,dst}() for... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | MINOR: connection: add conn_get_src() and conn_get_dst() |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | BUG/MEDIUM: mux-h1: Trim excess server data at the... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: config: Warn only if the option http-use-htx... |
commit | commitdiff | tree |
2019-07-19 |
Willy Tarreau | BUG/MINOR: checks: do not exit tcp-checks from the... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: mux-h2: Remove unused flags H2_SF_CHNK_* |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | BUG/MINOR: session: Send a default HTTP error if accept... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | BUG/MINOR: session: Emit an HTTP error if accept fails... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: http: Don't store raw HTTP errors in chunks... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: global: Preset tune.max_http_hdr to its default... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | DOC: config: Remove unsupported req* and rsp* keywords |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proxy: Remove the unused list of block rules |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: config: Remove parsing of req* and rsp* directives |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | DOC: config: Update as a result of the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proxy: Remove support of the option 'http-tunnel' |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | REORG: proto_htx: Move HTX analyzers & co to http_ana... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: proto_http: Move remaining code from proto_htt... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: proto_http: Remove unecessary includes and... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: proto_http: Group remaining flags of the HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAI... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proto_http: Remove unused http txn flags |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: hlua: Remove useless test on TX_CON_WANT_* flags |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MAJOR: http: Remove the HTTP legacy code |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: stream: Remove code relying on the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MAJOR: filters: Remove code relying on the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: stats: Remove code relying on the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: flt_trace: Remove code relying on the legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: compression: Remove code relying on the legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: cache: Remove code relying on the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: http_act: Remove code relying on the legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: hlua: Remove code relying on the legacy HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: backend: Remove code relying on the HTTP legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proxy: Don't adjust connection mode of HTTP... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: proxy: Remove the flag PR_O2_USE_HTX |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: contrib/prometheus-exporter: Remove tests on... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: cache: Remove tests on the option 'http-use... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: hlua: Remove tests on the option 'http-use-htx... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: proxy: Remove tests on the option 'http-use... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: stream: Remove tests on the option 'http-use... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: config: Remove tests on the option 'http-use... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: http_fetch: Remove code relying on HTTP legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: stream: Rely on HTX analyzers instead of legacy... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MINOR: connection: Remove the multiplexer protocol... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | CLEANUP: h2: Remove functions converting h2 requests... |
commit | commitdiff | tree |
2019-07-19 |
Christopher... | MEDIUM: mux-h2: Remove support of the legacy HTTP mode |
commit | commitdiff | tree |
next |