]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-10-15  Christopher... MEDIUM: proxy: Warn about ambiguous use of named defaul...
2021-10-15  Christopher... MINOR: sample/arg: Be able to resolve args found in...
2021-10-15  Christopher... MINOR: proxy: Introduce proxy flags to replace disabled...
2021-10-15  Christopher... BUG/MINOR: proxy: Use .disabled field as a bitfield...
2021-10-15  Christopher... DOC: config: Move 'tcp-response content' at the right...
2021-10-15  Christopher... BUG/MINOR: sample: Fix 'fix_tag_value' sample when...
2021-10-15  Christopher... BUG/MINOR: http-ana: Don't eval front after-response...
2021-10-15  Willy TarreauBUG/MEDIUM: sample/jwt: fix another instance of base64...
2021-10-15  Willy TarreauDOC: jwt: fix a typo in the jwt_verify() keyword descri...
2021-10-15  Willy TarreauBUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs
2021-10-15  Willy TarreauBUG/MEDIUM: jwt: fix base64 decoding error detection
2021-10-15  Willy TarreauBUG/MEDIUM: resolvers: fix truncated TLD consecutive...
2021-10-14  Willy TarreauMINOR: resolvers: merge address and target into a union...
2021-10-14  Willy TarreauBUG/MEDIUM: resolvers: use correct storage for the...
2021-10-14  Willy TarreauMEDIUM: listener: add the "shards" bind keyword
2021-10-14  Willy TarreauMINOR: listeners: add clone_listener() to duplicate...
2021-10-14  Willy TarreauMEDIUM: listeners: split the thread mask between receiv...
2021-10-14  Willy TarreauMINOR: resolvers: fix the resolv_dn_label_to_str()...
2021-10-14  Willy TarreauBUG/MINOR: resolvers: do not reject host names of lengt...
2021-10-14  Willy TarreauBUG/MEDIUM: resolver: make sure to always use the corre...
2021-10-14  Willy TarreauMINOR: resolvers: fix the resolv_str_to_dn_label()...
2021-10-14  Willy TarreauMINOR: protocol: uniformize protocol errors
2021-10-14  Willy TarreauMINOR: protocol: report the file and line number for...
2021-10-14  Willy TarreauMINOR: inet: report the faulty interface name in "bind...
2021-10-14  Willy TarreauMINOR: proto_tcp: also report the attempted MSS values...
2021-10-14  Bjoern JackeMINOR: proto_tcp: use chunk_appendf() to ouput socket...
2021-10-14  William LallemandBUILD: jwt: fix declaration of EVP_KEY in jwt-h.h
2021-10-14  Remi Tricot... REGTESTS: jwt: Add tests for the jwt_verify converter
2021-10-14  Remi Tricot... MEDIUM: jwt: Add jwt_verify converter to verify JWT...
2021-10-14  Remi Tricot... MINOR: jwt: jwt_header_query and jwt_payload_query...
2021-10-14  Remi Tricot... MINOR: jwt: Insert public certificates into dedicated...
2021-10-14  Remi Tricot... MINOR: jwt: JWT tokenizing helper function
2021-10-14  Remi Tricot... MINOR: jwt: Parse JWT alg field
2021-10-14  Remi Tricot... MINOR: http: Add http_auth_bearer sample fetch
2021-10-14  William LallemandMINOR: ssl: add ssl_fc_is_resumed to "option httpslog"
2021-10-14  William LallemandREGTESTS: ssl: re-enable set_ssl_cert_bundle.vtc
2021-10-13  Amaury DenoyelleMINOR: quic: handle CONNECTION_CLOSE frame
2021-10-13  Amaury DenoyelleMINOR: mux: remove last occurences of qcc ring buffer
2021-10-13  Amaury DenoyelleMEDIUM: mux-quic: defer stream shut if remaining tx...
2021-10-13  Amaury DenoyelleMINOR: mux-quic: implement standard method to detect...
2021-10-13  Amaury DenoyelleCLEANUP: h3: remove dead code
2021-10-13  Amaury DenoyelleMINOR: mux-quic: standardize h3 settings sending
2021-10-13  Amaury DenoyelleMEDIUM: h3: properly manage tx buffers for large data
2021-10-13  Amaury DenoyelleMEDIUM: mux-quic: rationalize tx buffers between qcc/qcs
2021-10-13  Remi Tricot... REGTESTS: ssl: Use mostly TLSv1.2 in ssl_errors test
2021-10-13  Remi Tricot... REGTESTS: ssl: Reenable ssl_errors test for OpenSSL...
2021-10-13  Remi Tricot... REGTESTS: ssl: Fix ssl_errors test for OpenSSL v3
2021-10-13  Remi Tricot... MINOR: ssl: Add ssllib_name_startswith precondition
2021-10-13  Remi Tricot... REGTESTS: ssl: Fix references to removed option in...
2021-10-13  William LallemandCI: github: switch to OpenSSL 3.0.0
2021-10-12  Tim DuesterhusBUG/MINOR: lua: Fix lua error handling in `hlua_config_...
2021-10-12  Christopher... CLEANUP: stream: Properly indent current_rule line...
2021-10-12  Christopher... MINOR: stream: report the current filter in "show sess...
2021-10-12  Willy TarreauMINOR: stream: report the current rule in "show sess...
2021-10-12  Willy TarreauMINOR: rules: add a file name and line number to act_rules
2021-10-12  Willy TarreauMINOR: rules: add a new function new_act_rule() to...
2021-10-10  Olivier HouchardMINOR: initcall: Rename __GLOBL and __GLOBL1.
2021-10-08  Willy Tarreau[RELEASE] Released version 2.5-dev9 v2.5-dev9
2021-10-08  Willy TarreauMEDIUM: stick-table: never learn the "conn_cur" value...
2021-10-08  Willy TarreauMEDIUM: config: resolve relative threads on bind lines...
2021-10-08  Willy TarreauMINOR: threads: add a new function to resolve config...
2021-10-08  Willy TarreauMEDIUM: listeners: support the definition of thread...
2021-10-08  Willy TarreauMINOR: debug: report the group and thread ID in the...
2021-10-08  Willy TarreauMINOR: threads: add the current group ID in thread...
2021-10-08  Willy TarreauMEDIUM: threads: replace ha_set_tid() with ha_set_thread()
2021-10-08  Willy TarreauMINOR: threads: set the tid, ltid and their bit in...
2021-10-08  Willy TarreauMINOR: threads: set the group ID and its bit in the...
2021-10-08  Willy TarreauMEDIUM: threads: automatically assign threads to groups
2021-10-08  Willy TarreauMINOR: threads: make tg point to the current thread...
2021-10-08  Willy TarreauMINOR: global: add a new "thread-group" directive
2021-10-08  Willy TarreauMINOR: global: add a new "thread-groups" directive
2021-10-08  Willy TarreauMINOR: threads: introduce a minimalistic notion of...
2021-10-08  Willy TarreauMINOR: thread: make "ti" a const pointer and clean...
2021-10-08  Willy TarreauREORG: thread/sched: move the last dynamic thread_info...
2021-10-08  Willy TarreauREORG: thread/sched: move the thread_info flags to...
2021-10-08  Willy TarreauREORG: thread/clock: move the clock parts of thread_inf...
2021-10-08  Willy TarreauREORG: thread/sched: move the task_per_thread stuff...
2021-10-08  Willy TarreauCLEANUP: wdt: do not remap SI_TKILL to SI_LWP, test...
2021-10-08  Willy TarreauMINOR: wdt: move wd_timer to wdt.c
2021-10-08  Willy TarreauMINOR: clock: move the clock_ids to clock.c
2021-10-08  Willy TarreauREORG: clock/wdt: move wdt timer initialization to...
2021-10-08  Willy TarreauREORG: clock: move the clock_id initialization to clock.c
2021-10-08  Willy TarreauCLEANUP: clock: stop exporting before_poll and after_poll
2021-10-08  Willy TarreauMINOR: activity: get the run_time from the clock updates
2021-10-08  Willy TarreauREORG: clock: move the updates of cpu/mono time to...
2021-10-08  Willy TarreauREORG: time: move time-keeping code and variables to...
2021-10-08  Willy TarreauBUILD: init: avoid a build warning on FreeBSD with...
2021-10-08  Willy TarreauBUILD: connection: avoid a build warning on FreeBSD...
2021-10-08  Amaury DenoyelleBUG/MINOR: quic: fix includes for compilation
2021-10-08  Amaury DenoyelleCLEANUP: mux-quic: remove unused code
2021-10-08  Amaury DenoyelleMINOR: qpack: fix memory leak on huffman decoding
2021-10-08  Amaury DenoyelleMINOR: qpack: support non-indexed http status code...
2021-10-08  Amaury DenoyelleMINOR: qpack: do not encode invalid http status code
2021-10-08  Christopher... BUG/MEDIUM: mux_h2: Handle others remaining read0 cases...
2021-10-07  Amaury DenoyelleBUG/MAJOR: quic: remove qc from receiver cids tree...
2021-10-07  Amaury DenoyelleMINOR: mux-quic: release connection if no more bidir...
2021-10-07  Amaury DenoyelleBUG/MAJOR: xprt-quic: do not queue qc timer if not set
2021-10-07  Amaury DenoyelleBUG/MEDIUM: mux-quic: reinsert all streams in by_id...
2021-10-07  Frédéric LécailleMINOR: quic: Fix SSL error issues (do not use ssl_bio_a...
2021-10-07  Frédéric LécailleMINOR: quic: BUG_ON() SSL errors.
next