]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2020-05-05  Christopher... MEDIUM: checks: Support matching on headers for http...
2020-05-05  Christopher... REGTEST: checks: Fix sync condition for agent-check
2020-05-05  Christopher... BUG/MINOR: checks: Support multiple HTTP expect rules
2020-05-05  Christopher... MINOR: checks: Set by default expect rule status to...
2020-05-05  Christopher... MINOR: http-htx: Support different methods to look...
2020-05-05  Christopher... MINOR: checks: Add support of HTTP response sample...
2020-05-05  Christopher... MINOR: checks: Add support of server side ssl sample...
2020-05-05  Christopher... MINOR: checks: Add support of be_id, be_name, srv_id...
2020-05-05  Christopher... MINOR: checks: Add support of payload-based sample...
2020-05-05  Christopher... DOC: Document the log-format parameter for tcp-check...
2020-05-05  Christopher... MEDIUM: checks/http-fetch: Support htx prefetch from...
2020-05-05  Christopher... BUG/MINOR: sample: Set the correct type when a binary...
2020-05-04  William DauchyCLEANUP: connections: align function declaration
2020-05-04  Dragan DosenBUG/MEDIUM: ssl: fix the id length check within smp_fet...
2020-05-04  Christopher... BUG/MEDIUM: h1: Don't compare host and authority if...
2020-05-02  William DauchyBUG/MEDIUM: connections: force connections cleanup...
2020-05-02  Christopher... BUG/MEDIUM: mux-fcgi: Fix wrong test on FCGI_CF_KEEP_CO...
2020-05-02  Christopher... BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the...
2020-05-02  Christopher... BUG/MEDIUM: mux-fcgi: Return from detach if server...
2020-05-01  Willy TarreauMINOR: stream: report the list of active filters on...
2020-05-01  Willy TarreauBUG/MEDIUM: shctx: bound the number of loops that can...
next