]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2020-04-27  Gaetan RivetMEDIUM: checks: Parse custom action rules in tcp-checks
2020-04-27  Gaetan RivetMINOR: checks/vars: Add a check scope for variables
2020-04-27  Gaetan RivetMEDIUM: checks: Associate a session to each tcp-check...
2020-04-27  Christopher... MAJOR: checks: Refactor and simplify the tcp-check...
2020-04-27  Christopher... MEDIUM: checks: Add implicit tcp-check connect rule
2020-04-27  Gaetan RivetMINOR: checks: define a tcp-check connect type
2020-04-27  Gaetan RivetMINOR: checks: define tcp-check send type
2020-04-27  Gaetan RivetMINOR: checks: Set the tcp-check rule index during...
2020-04-27  Christopher... MEDIUM: proxy/checks: Register a keyword to parse tcp...
2020-04-27  Gaetan RivetMEDIUM: checks: Use a non-comment rule iterator to...
2020-04-27  Gaetan RivetMINOR: checks: Don't use a static tcp rule list head
2020-04-27  Gaetan RivetMEDIUM: checks: capture groups in expect regexes
2020-04-27  Christopher... MINOR: checks: Simplify functions to get step id and...
2020-04-27  Gaetan RivetMINOR: checks: add rbinary expect match type
2020-04-27  Christopher... MINOR: checks: Stop xform buffers to null-terminated...
2020-04-27  Gaetan RivetMEDIUM: checks: rewrite tcp-check expect block
2020-04-27  Gaetan RivetMINOR: checks: define a tcp expect type
2020-04-27  Gaetan RivetMINOR: checks: add linger option to tcp connect
2020-04-27  Gaetan RivetMINOR: checks: add min-recv tcp-check expect option
2020-04-27  Gaetan RivetMINOR: checks: simplify tcp expect config parser
2020-04-27  Gaetan RivetMEDIUM: checks: rewind to the first inverse expect...
2020-04-27  Gaetan RivetMINOR: checks: Simplify connection flag parsing in...
2020-04-27  Gaetan RivetMINOR: checks: Use an enum to describe the tcp-check...
2020-04-27  Christopher... BUG/MINOR: checks: Forbid tcp-check lines in default...
2020-04-27  Gaetan RivetBUG/MINOR: checks: chained expect will not properly...
2020-04-27  Christopher... CLEANUP: checks: Don't export anymore init_check and...
2020-04-27  Christopher... BUG/MEDIUM: server/checks: Init server check during...
2020-04-27  Christopher... BUG/MINOR: checks: Respect the no-check-ssl option
2020-04-27  Gaetan RivetMINOR: server: respect warning and alert semantic
2020-04-27  Christopher... MINOR: checks: Add a way to send custom headers and...
2020-04-27  Christopher... MINOR: mini-clist: Add functions to iterate backward...
2020-04-27  Christopher... BUG/MINOR: check: Update server address and port to...
2020-04-27  Christopher... BUG/MINOR: http-ana: Throw a 500 error if after-respons...
2020-04-26  William LallemandMINOR: contrib: make the peers wireshark dissector...
2020-04-24  Willy TarreauMEDIUM: memory: make pool_gc() run under thread isolation
2020-04-23  Jerome MagninDOC: option logasap does not depend on mode
2020-04-23  Willy TarreauBUG/MINOR: http: make url_decode() optionally convert...
2020-04-23  Willy TarreauBUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags...
2020-04-23  Willy TarreauBUG/MINOR: tools: fix the i386 version of the div64_32...
2020-04-23  William LallemandDOC: internals: update the SSL architecture schema
2020-04-22  Olivier HouchardBUG/MEDIUM: http-ana: Handle NTLM messages correctly.
2020-04-22  Jerome MagninMINOR: config: add a global directive to set default...
2020-04-22  Jerome MagninBUG/MINOR: ssl: default settings for ssl server options...
2020-04-22  Emmanuel HocdetMINOR: ssl: add ssl-skip-self-issued-ca global option
2020-04-21  William LallemandMINOR: ssl/cli: restrain certificate path when insertin...
2020-04-21  William LallemandMINOR: ssl/cli: disallow SSL options for directory...
2020-04-21  Olivier DoucetDOC: Improve documentation on http-request set-src
2020-04-21  Ilya ShipitsinCLEANUP: log: fix comment of parse_logformat_string()
2020-04-21  Ilya ShipitsinCI: run weekly OpenSSL "no-deprecated" builds
2020-04-18  Tim DuesterhusMINOR: version: Show uname output in display_version()
2020-04-17  Willy Tarreau[RELEASE] Released version 2.2-dev6 v2.2-dev6
2020-04-17  Adam MillsDOC: hashing: update link to hashing functions
2020-04-17  Dominik FroehlichCLEANUP: http: Fixed small typo in parse_http_return
2020-04-17  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-04-16  Willy TarreauBUILD: Makefile: add linux-musl to TARGET
2020-04-16  Olivier CarrèreDOC: Make how "option redispatch" works more explicit
2020-04-16  Willy TarreauMINOR: init: report the haproxy version and executable...
2020-04-16  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-04-15  Willy TarreauMINOR: init: report the compiler version in haproxy -vv
2020-04-15  Willy TarreauMINOR: init: add -dW and "zero-warning" to reject confi...
2020-04-15  Willy TarreauMINOR: init: report in "haproxy -c" whether there were...
2020-04-15  Frédéric LécailleBUG/MINOR: peers: Incomplete peers sections should...
2020-04-14  Willy TarreauBUG/MINOR: connection: always send address-less LOCAL...
2020-04-10  William LallemandMINOR: ssl: don't alloc ssl_conf if no option found
next