]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-04-28  Willy TarreauBUG/MEDIUM: mux-h1: make sure we always have a timeout...
2020-04-28  Christopher... BUG/MINOR: checks: Set the output buffer length before...
2020-04-28  Damien ClaisseMINOR: log: Add "Tu" timer
2020-04-28  Christopher... BUG/MINOR: checks: Don't lose warning on proxy capability
2020-04-28  Christopher... BUG/MINOR: checks: Remove bad call to free() when an...
2020-04-28  Christopher... BUG/MINOR: checks: Avoid incompatible cast when a binar...
2020-04-28  Christopher... MINOR: checks: Make the use of the check's server more...
2020-04-28  Christopher... CLEANUP: checks: Remove unused code when ldap server...
2020-04-28  Christopher... BUG/MINOR: checks: Properly handle truncated mysql...
2020-04-28  Christopher... BUG/MINOR: checks: Remove wrong variable redeclaration
2020-04-28  Christopher... MINOR: checks: Use ver keyword to specify the HTTP...
2020-04-28  Christopher... MINOR: checks: Support HTTP/2 version (without '.0...
2020-04-28  Ilya ShipitsinCI: cirrus-ci: remove reg-tests/checks/tcp-check-ssl...
2020-04-27  Christopher... BUG/MINOR: checks: Fix PostgreSQL regex on the authenti...
2020-04-27  Christopher... BUG/MEDIUM: checks: Destroy the conn-stream before...
2020-04-27  Christopher... BUG/MEDIUM: sessions: Always pass the mux context as...
2020-04-27  Christopher... BUG/MINOR: checks/server: use_ssl member must be signed
2020-04-27  Christopher... BUG/MINOR: checks: Only use ssl_sock_is_ssl() if compil...
2020-04-27  Christopher... BUG/MEDIUM: checks: unsubscribe for events on the old...
2020-04-27  Christopher... BUG/MINOR: server: Fix server_finalize_init() to avoid...
2020-04-27  Christopher... REGTEST: Add a script to validate agent checks
2020-04-27  Christopher... BUG/MEDIUM: checks: Unsubscribe to mux events when...
2020-04-27  Christopher... MINOR: checks: Support list of status codes on http...
2020-04-27  Christopher... BUG/MINOR: mux-fcgi: Be sure to have a connection as...
2020-04-27  Christopher... MINOR: checks: Support mux protocol definition for...
2020-04-27  Christopher... BUG/MEDIUM: checks: Use the mux protocol specified...
2020-04-27  Christopher... DOC: Fix the tcp-check and http-check directives layout
2020-04-27  Christopher... DOC: Add documentation about comments for tcp-check...
2020-04-27  Christopher... Revert "MEDIUM: checks: capture groups in expect regexes"
2020-04-27  Christopher... REGTEST: Add scripts to test based tcp-check health...
2020-04-27  Christopher... BUG/MINOR: checks: Send the right amount of outgoing...
2020-04-27  Christopher... MINOR: checks: Use a tree instead of a list to store...
2020-04-27  Christopher... BUG/MEDIUM: checks: Be sure to subscribe for sends...
2020-04-27  Christopher... MINOR: checks: Use ist API as far as possible
2020-04-27  Christopher... MINOR: ist: Add a function to retrieve the ist pointer
2020-04-27  Christopher... REGTEST: Fix reg-tests about health-checks to adapt...
2020-04-27  Christopher... CLEANUP: checks: Reorg checks.c file to be more readable
2020-04-27  Christopher... MINOR: checks: Remove unused code about pure TCP checks
2020-04-27  Christopher... MEDIUM: checks: Implement default TCP check using tcp...
2020-04-27  Christopher... MAJOR: checks: Use the best mux depending on the protoc...
2020-04-27  Christopher... MINOR: connection: Add a function to install a mux...
2020-04-27  Christopher... MINOR: checks: Add a mux proto to health-check and...
2020-04-27  Christopher... MINOR: checks: Use the check as origin when a session...
2020-04-27  Christopher... BUG/MINOR: obj_type: Handle stream object in obj_base_p...
2020-04-27  Christopher... MINOR: checks/obj_type: Add a new object type for checks
2020-04-27  Christopher... MEDIUM: checks: Refactor how data are received in tcpch...
2020-04-27  Christopher... MINOR: connection: Add macros to know if a conn or...
2020-04-27  Christopher... MINOR: checks: Make resume conditions more explicit...
2020-04-27  Christopher... MAJOR: checks: Implement HTTP check using tcp-check...
2020-04-27  Christopher... MINOR: checks: Add a reverse non-comment rule iterator...
2020-04-27  Christopher... MINOR: standard: Add my_memspn and my_memcspn
2020-04-27  Christopher... MINOR: checks: Introduce flags to configure in tcp...
2020-04-27  Christopher... MINOR: checks: Use an indirect string to represent...
2020-04-27  Christopher... MEDIUM: checks: Use a shared ruleset to store tcp-check...
2020-04-27  Christopher... MINOR: proxy/checks: Register a keyword to parse extern...
2020-04-27  Christopher... MINOR: proxy/checks: Move parsing of external-check...
2020-04-27  Christopher... MINOR: proxy/checks: Register a keyword to parse http...
2020-04-27  Christopher... MINOR: proxy/checks: Move parsing of tcp-check option...
2020-04-27  Christopher... MINOR: proxy/checks: Move parsing of httpchk option...
2020-04-27  Christopher... MINOR: checks: Improve log message of tcp-checks on...
2020-04-27  Christopher... MINOR: checks: Add an option to set success status...
2020-04-27  Christopher... MINOR: Produce tcp-check info message for pure tcp...
2020-04-27  Christopher... REGTEST: Adapt regtests about checks to recent changes
2020-04-27  Christopher... MEDIUM: checks: Implement agent check using tcp-check...
2020-04-27  Christopher... MINOR: server/checks: Move parsing of server check...
2020-04-27  Christopher... MINOR: server/checks: Move parsing of agent keywords...
2020-04-27  Christopher... MEDIUM: checks: Implement SPOP check using tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Implement LDAP check using tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Implement MySQL check using tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Implement postgres check using tcp...
2020-04-27  Christopher... MEDIUM: checks: Implement smtp check using tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Implement ssl-hello check using tcp...
2020-04-27  Christopher... MEDIUM: checks: Implement redis check using tcp-check...
2020-04-27  Christopher... MINOR: checks: Support custom functions to eval a tcp...
2020-04-27  Christopher... MINOR: checks: Use dedicated function to handle onsucce...
2020-04-27  Christopher... MINOR: checks: Export the tcpcheck_eval_ret enum
2020-04-27  Christopher... MEDIUM: checks: Add a list of vars to set before execut...
2020-04-27  Christopher... MINOR: checks: Relax the default option for tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Add status-code sample expression on...
2020-04-27  Christopher... MEDIUM: checks: Add on-error/on-success option on tcp...
2020-04-27  Christopher... MINOR: checks: Add a sample fetch to extract a block...
2020-04-27  Christopher... MINOR: checks: Merge tcp-check comment rules with the...
2020-04-27  Christopher... MINOR: checks: Add option to tcp-check expect rules...
2020-04-27  Christopher... MINOR: checks: Use a name for the healthcheck status...
2020-04-27  Christopher... MINOR: sample: add rtrim converter
2020-04-27  Christopher... MINOR: sample: add ltrim converter
2020-04-27  Christopher... MINOR: sample: add cut_crlf converter
2020-04-27  Christopher... MINOR: sample: add htonl converter
2020-04-27  Christopher... MEDIUM: checks: Add a shared list of tcp-check rules
2020-04-27  Christopher... MINOR: log: Don't systematically set LW_REQ when a...
2020-04-27  Christopher... MINOR: log: Don't depends on a stream to process sample...
2020-04-27  Christopher... MEDIUM: checks: Support log-format strings for tcp...
2020-04-27  Christopher... MEDIUM: checks: Support expression to set the port
2020-04-27  Christopher... MINOR: checks: Add the addr option for tcp-check connec...
2020-04-27  Christopher... MINOR: checks: Add the default option for tcp-check...
2020-04-27  Christopher... MINOR: ssl: Export a generic function to parse an alpn...
2020-04-27  Christopher... MINOR: checks: Add the alpn option for tcp-check connec...
2020-04-27  Christopher... MINOR: checks: Add the via-socks4 option for tcp-check...
2020-04-27  Christopher... MINOR: checks: Add the sni option for tcp-check connect...
2020-04-27  Gaetan RivetMINOR: checks: Add support to set-var and unset-var...
next