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