]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-11-26  Willy TarreauBUG/MAJOR: peers: fix partial message decoding
2020-11-25  Tim DuesterhusBUG/CRITICAL: cache: Fix trivial crash by sending accep...
2020-11-24  Remi Tricot... MINOR: cache: Add a process-vary option that can enable...
2020-11-24  Remi Tricot... MEDIUM: cache: Add the Vary header support
2020-11-24  Remi Tricot... MINOR: cache: Prepare helper functions for Vary support
2020-11-24  Christopher... BUG/MAJOR: filters: Always keep all offsets up to date...
2020-11-24  Joao MoraisDOC: better describes how to configure a fallback crt
2020-11-24  Maciej ZdebBUG/MEDIUM: http_act: Restore init of log-format list
2020-11-24  Ilya ShipitsinBUILD: SSL: do not "update" BoringSSL version equivalen...
2020-11-24  Ilya ShipitsinBUILD: SSL: add BoringSSL guarding to "RAND_keep_random...
2020-11-24  Ilya ShipitsinCLEANUP: remove unused function "ssl_sock_is_ckch_valid"
2020-11-23  Julien PivottoMINOR: stream: Add level 7 retries on http error 401...
2020-11-21  Tim DuesterhusCI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions
2020-11-21  Tim DuesterhusBUILD: Show the value of DEBUG= in haproxy -vv
2020-11-21  Tim DuesterhusBUILD: Make DEBUG part of .build_opts
2020-11-21  Willy Tarreau[RELEASE] Released version 2.4-dev1 v2.4-dev1
2020-11-21  Maciej ZdebMINOR: http_act: Add -m flag for del-header name matchi...
2020-11-21  Maciej ZdebBUG/MINOR: http_htx: Fix searching headers by substring
2020-11-21  Willy TarreauREGTESTS: mark proxy_protocol_random_fail as broken
2020-11-21  Willy TarreauBUG/MAJOR: connection: reset conn->owner when detaching...
2020-11-21  Willy TarreauCLEANUP: connection: do not use conn->owner when the...
2020-11-21  Joao MoraisDOC: clarify how to create a fallback crt
2020-11-21  Tim DuesterhusCI: Clean up Windows CI
2020-11-21  Tim DuesterhusCI: Pass the github.event_name to matrix.py
2020-11-21  Ilya ShipitsinBUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_...
2020-11-21  Ilya ShipitsinCI: Github Action: run "apt-get update" before packages...
2020-11-21  Matthieu GueganBUILD: makefile: enable crypt(3) for OpenBSD
2020-11-21  Ilya ShipitsinCI: travis-ci: remove builds migrated to GH actions
2020-11-21  Ilya ShipitsinCI: Github Actions: enable BoringSSL builds
2020-11-21  Ilya ShipitsinCI: Github Actions: remove LibreSSL-3.0.2 builds
2020-11-21  Ilya ShipitsinCI: Github Actions: enable prometheus exporter
2020-11-20  William LallemandBUG/MEDIUM: ssl/crt-list: fix error when no file found
2020-11-20  William LallemandBUG/MINOR: ssl/crt-list: load bundle in crt-list only...
2020-11-20  William LallemandBUG/MEDIUM: ssl: error when no certificate are found
2020-11-20  William LallemandBUG/MEDIUM: ssl/crt-list: bundle support broken in...
2020-11-20  Christopher... BUG/MEDIUM: http-ana: Don't eval http-after-response...
2020-11-19  Ilya ShipitsinBUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL...
2020-11-19  William LallemandBUG/MINOR: ssl: segv on startup when AKID but no keyid
2020-11-18  Willy TarreauDOC: coding-style: update a few rules about pointers
2020-11-18  William LallemandREGTEST: server/cli_set_ssl.vtc requires OpenSSL
2020-11-18  William DauchyMEDIUM: cli/ssl: configure ssl on server at runtime
2020-11-18  William DauchyMINOR: ssl: create common ssl_ctx init
2020-11-18  Amaury DenoyelleMEDIUM: stats: add counters for failed handshake
2020-11-18  Amaury DenoyelleMINOR: ssl: remove client hello counters
2020-11-18  William LallemandDOC: add missing 3.10 in the summary
2020-11-17  Ilya ShipitsinCI: travis-ci: arm64 are not allowed to fail anymore
2020-11-17  Ilya ShipitsinCI: travis-ci: remove amd64, osx builds
2020-11-17  Tim DuesterhusCI: Make the h2spec workflow more consistent with the...
2020-11-17  Tim DuesterhusCI: Stop hijacking the hosts file
2020-11-17  William DauchyREGTESTS: converter: add url_dec test
2020-11-17  Willy TarreauREGTESTS: mark the abns test as broken again
2020-11-17  Christopher... REGTESTS: Add a script to test the random forwarding...
2020-11-17  Christopher... MINOR: flt-trace: Use a bitfield for the trace options
2020-11-17  Christopher... MINOR: flt-trace: Add an option to inhibits trace messages
2020-11-17  Christopher... CLEANUP: flt-trace: Remove unused random-parsing option
2020-11-17  Christopher... BUG/MINOR: http-ana: Don't wait for the body of CONNECT...
2020-11-17  Christopher... BUG/MEDIUM: filters: Forward all filtered data at the...
2020-11-13  Tim DuesterhusREGTESTS: Add sample_fetches/cook.vtc
2020-11-13  Christopher... REGTEST: make ssl_client_samples and ssl_server_samples...
2020-11-13  Eric SalamaMINOR: cfgparse: tighten the scope of newnameserver...
2020-11-13  Christopher... CLEANUP: config: Return ERR_NONE from config callbacks...
2020-11-13  Christopher... MINOR: config/mux-h2: Return ERR_ flags from init_h2...
2020-11-13  Christopher... MINOR: init: Fix the prototype for per-thread free...
2020-11-13  Christopher... BUG/MINOR: tcpcheck: Don't warn on unused rules if...
2020-11-13  Christopher... MINOR: spoe: Don't close connection in sync mode on...
2020-11-13  Christopher... BUG/MAJOR: spoe: Be sure to remove all references on...
2020-11-13  Christopher... BUG/MINOR: http-htx: Handle warnings when parsing http...
2020-11-13  Amaury DenoyelleMINOR: check: report error on incompatible connect...
2020-11-13  Amaury DenoyelleMINOR: check: report error on incompatible proto
2020-11-13  Amaury DenoyelleBUG/MEDIUM: check: reuse srv proto only if using same...
2020-11-13  Christopher... BUG/MINOR: http-fetch: Fix calls w/o parentheses of...
2020-11-13  Maciej ZdebBUG/MINOR: http-fetch: Extract cookie value even when...
2020-11-13  Willy TarreauBUG/MEDIUM: peers: fix decoding of multi-byte length...
2020-11-13  Frédéric LécailleBUG/MINOR: peers: Missing TX cache entries reset.
2020-11-13  Frédéric LécailleBUG/MINOR: peers: Do not ignore a protocol error for...
2020-11-12  Frédéric LécailleMINOR: peers: Add traces to peer_treat_updatemsg().
2020-11-12  Amaury DenoyelleBUG/MEDIUM: stats: prevent crash if counters not alloc...
2020-11-12  Amaury DenoyelleBUG/MINOR: stats: free dynamically stats fields/lines...
2020-11-12  Remi Tricot... MEDIUM: cache: Change caching conditions
2020-11-11  Thierry FournierBUG/MINOR: lua: set buffer size during map lookups
2020-11-11  Thierry FournierBUG/MINOR: pattern: a sample marked as const could...
2020-11-10  William LallemandREGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters...
2020-11-10  Tim DuesterhusCI: Expand use of GitHub Actions for CI
2020-11-06  William LallemandBUG/MEDIUM: ssl/crt-list: correctly insert crt-list...
2020-11-06  William LallemandREGTEST: ssl: test wildcard and multi-type + exclusions
2020-11-06  Willy TarreauBUILD: http-htx: fix build warning regarding long type...
2020-11-06  Willy TarreauBUILD: ssl: silence build warning on uninitialised...
2020-11-06  Willy TarreauMINOR: server: remove idle lock in srv_cleanup_connections
2020-11-06  Christopher... DOC: config: Fix a typo on ssl_c_chain_der
2020-11-06  Amaury DenoyelleMINOR: ssl: add counters for ssl sessions
2020-11-06  Amaury DenoyelleMINOR: ssl: count client hello for stats
2020-11-06  Amaury DenoyelleMINOR: ssl: instantiate stats module
2020-11-06  Christopher... MINOR: http-htx: Add understandable errors for the...
2020-11-05  Willy TarreauBUG/MINOR: ssl: don't report 1024 bits DH param load...
2020-11-05  Jerome MagninCLEANUP: cfgparse: remove duplicate registration for...
2020-11-05  Willy TarreauMEDIUM: pattern: turn the pattern chaining to single...
2020-11-05  Willy TarreauMINOR: pattern: prepare removal of a pattern from the...
2020-11-05  Willy TarreauMINOR: pattern: during reload, delete elements frem...
2020-11-05  Willy TarreauMEDIUM: pattern: make pat_ref_prune() rely on pat_ref_p...
2020-11-05  Willy TarreauMINOR: pattern: add pat_ref_purge_older() to purge...
next