]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-05-19  Emeric BrunMEDIUM: logs: buffer targets now rely on new sink_write
2020-05-19  Emeric BrunMEDIUM: sink: build header in sink_write for log formats
2020-05-19  Emeric BrunBUG/MINOR: logs: prevent double line returns in some...
2020-05-18  Christopher... MEDIUM: checks: Make post-41 the default mode for mysql...
2020-05-18  Christopher... MINOR: config: Don't dump keywords if argument is NULL
2020-05-18  Christopher... BUG/MINOR: cache: Don't needlessly test "cache" keyword...
2020-05-18  Christopher... DOC: SPOE is no longer experimental
2020-05-18  William LallemandBUILD: ssl: fix build without OPENSSL_NO_ENGINE
2020-05-18  Aleksandar... DOC/MINOR: halog: Add long help info for ic flag
2020-05-18  Ilya ShipitsinCLEANUP: acl: remove unused assignment
2020-05-18  William LallemandBUILD: ssl: include errno.h in ssl_crtlist.c
2020-05-18  William DauchyBUILD: ssl: include buffer common headers for ssl_sock_ctx
2020-05-16  Marcin DeranekMEDIUM: stats: Enable more accurate moving average...
2020-05-16  Marcin DeranekMINOR: stats: Expose native cum_req metric for a server
2020-05-16  Marcin DeranekMINOR: stats: Prepare for more accurate moving averages
2020-05-15  Martin Tzvetanov... CI: travis-ci: switch arm64 builds to use openssl from...
2020-05-15  William LallemandDOC: ssl: update MAINTAINERS file
2020-05-15  William LallemandREORG: ssl: move utility functions to src/ssl_utils.c
2020-05-15  William LallemandREORG: ssl: move sample fetches to src/ssl_sample.c
2020-05-15  William LallemandREORG: ssl: move ssl_sock_ctx and fix cross-dependencie...
2020-05-15  William LallemandMINOR: ssl: remove static keyword in some SSL utility...
2020-05-15  William LallemandREORG: ssl: move ssl configuration to cfgparse-ssl.c
2020-05-15  William LallemandREORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c
2020-05-15  William LallemandREORG: ssl: move the crt-list CLI functions in src...
2020-05-15  William LallemandREORG: ssl: move ckch_inst functions to src/ssl_ckch.c
2020-05-15  William LallemandREORG: ssl: move the ckch_store related functions to...
2020-05-15  William LallemandCLEANUP: ssl: avoid circular dependencies in ssl_crtlist.h
2020-05-15  William LallemandREORG: ssl: move crtlist functions to src/ssl_crtlist.c
2020-05-15  William LallemandCLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h
2020-05-15  William LallemandREORG: ssl: move the ckch structures to types/ssl_ckch.h
2020-05-15  William LallemandREORG: move the crt-list structures in their own .h
2020-05-15  William LallemandCLEANUP: ssl: remove the shsess_* macros
2020-05-15  William LallemandREORG: ssl: move macros and structure definitions to...
2020-05-14  Dragan DosenMEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers...
2020-05-14  Dragan DosenMINOR: ssl: add a new function ssl_sock_get_ssl_object()
2020-05-14  Dragan DosenMEDIUM: ssl: split ssl_sock_msgcbk() and use a new...
2020-05-14  Dragan DosenMEDIUM: ssl: allow to register callbacks for SSL/TLS...
2020-05-14  Jerome MagninDOC: retry-on can only be used with mode http
2020-05-13  Olivier HouchardBUG/MEDIUM: stream: Only allow L7 retries when using...
2020-05-13  Olivier HouchardBUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retryi...
2020-05-13  Jerome MagninBUILD: select: only declare existing local labels to...
2020-05-13  Willy TarreauMINOR: soft-stop: let the first stopper only signal...
2020-05-13  Willy TarreauBUG/MINOR: soft-stop: always wake up waiting threads...
2020-05-13  William DauchyCLEANUP: select: enhance readability in init
2020-05-13  William DauchyBUG/MINOR: pollers: remove uneeded free in global init
2020-05-13  Willy TarreauBUG/MINOR: pools: use %u not %d to report pool stats...
2020-05-12  Christopher... BUG/MINOR: sample/ssl: Fix digest converter for openssl...
2020-05-12  Christopher... BUG/MEDIUM: checks: Subscribe to I/O events only if...
2020-05-12  Patrick GanstererMINOR: sample: Add digest and hmac converters
2020-05-12  Patrick GanstererMINOR: sample: Move aes_gcm_dec implementation into...
2020-05-12  Christopher... MINOR: checks: Don't try to send outgoing data if waiti...
2020-05-12  Christopher... BUG/MINOR: checks: Rely on next I/O oriented rule when...
2020-05-12  Christopher... BUG/MINOR: checks: Don't subscribe to I/O events if...
2020-05-12  Christopher... BUG/MEDIUM: checks: Subscribe to I/O events on an unfin...
2020-05-11  Gilchrist DadagloMAJOR: contrib: porting spoa_server to support python3
2020-05-11  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-05-11  Ilya ShipitsinCI: extend spellchecker whitelist
2020-05-11  Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-05-11  Ilya ShipitsinCI: travis-ci: upgrade LibreSSL versions
2020-05-09  Willy TarreauCLEANUP: remove THREAD_LOCAL from config.h
2020-05-09  Willy TarreauCLENAUP: config: move CONFIG_HAP_LOCKLESS_POOLS out...
2020-05-09  Willy TarreauCLEANUP: config: drop unused setting CONFIG_HAP_INLINE_...
2020-05-09  Willy TarreauCLEANUP: config: drop unused setting CONFIG_HAP_MEM_OPTIM
2020-05-08  Willy TarreauCI: travis-ci: extend the build time for SSL to 60...
2020-05-08  Ilya ShipitsinCI: travis-ci: skip pcre2 on arm64 build
2020-05-08  Willy TarreauMEDIUM: ssl: increase default-dh-param to 2048
2020-05-07  Ilya ShipitsinCI: travis-ci: enable arm64 builds again
2020-05-07  Tim DuesterhusMINOR: cfgparse: Improve error message for invalid...
2020-05-07  Tim DuesterhusBUG/MINOR: cfgparse: Abort parsing the current line...
2020-05-07  Willy TarreauBUG/MEDIUM: http_ana: make the detection of NTLM varian...
2020-05-07  Willy TarreauBUG/MINOR: http-ana: fix NTLM response parsing again
2020-05-07  Willy TarreauREGTESTS: make the http-check-send test require version 2.2
2020-05-07  Christopher... BUG/MINOR: config: Make use_backend and use-server...
2020-05-07  Adis NezirovicBUG/MEDIUM: lua: Fix dumping of stick table entries...
2020-05-07  Christopher... MINOR: checks: Make matching on HTTP headers for expect...
2020-05-07  Christopher... DOC: Be more explicit about configurable check ok/error...
2020-05-06  Christopher... MINOR: checks: Support log-format string to set the...
2020-05-06  Christopher... MINOR: checks: Support log-format string to set the...
2020-05-06  William LallemandMINOR: mworker: replace ha_alert by ha_warning when...
2020-05-06  Christopher... REGTEST: checks: Adapt SSL error message reported when...
2020-05-06  Christopher... MINOR: checks/sample: Remove unnecessary tests on the...
2020-05-06  Christopher... MINOR: checks: Simplify matching on HTTP headers in...
2020-05-06  Christopher... MINOR: checks: Use dedicated actions to send log-format...
2020-05-06  Christopher... CLEANUP: checks: sort and rename tcpcheck_expect_type...
2020-05-06  Christopher... MEDIUM: checks: Remove dedicated sample fetches and...
2020-05-06  Christopher... DOC: Fix req.body and co documentation to be accurate
2020-05-06  Christopher... MEDIUM: checks: Add matching on log-format string for...
2020-05-06  Christopher... MINOR: checks: Improve report of unexpected errors...
2020-05-05  Willy Tarreau[RELEASE] Released version 2.2-dev7 v2.2-dev7
2020-05-05  Willy TarreauDOC: intro: add a contacts section
2020-05-05  Willy TarreauDOC: update intro.txt for 2.2
2020-05-05  Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-05  Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-05  Baptiste AssmannMINOR: istbuf: add ist2buf() function
2020-05-05  Baptiste AssmannMINOR: ist: add istissame() function
2020-05-05  Baptiste AssmannMINOR: ist: add istadv() function
2020-05-05  Christopher... BUG/MINOR: 51d: Fix HTX message prefetch
2020-05-05  Christopher... BUG/MINOR: wurfl: Fix HTX message prefetch
2020-05-05  Christopher... BUG/MINOR: da: Fix HTX message prefetch
2020-05-05  Joseph C. SibleMINOR: lua: allow changing port with set_addr
next