haproxy-2.5.git
2021-10-20 Emeric BrunBUG/MAJOR: dns: tcp session can remain attached to...
2021-10-20 Christopher... BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing...
2021-10-19 William LallemandDOC: management: doc about the CLI httpclient
2021-10-19 William LallemandMINOR: httpclient/cli: access should be only done from...
2021-10-19 Christopher... BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream...
2021-10-18 Remi Tricot... MINOR: jwt: Do not rely on enum order anymore
2021-10-18 Remi Tricot... MINOR: jwt: jwt_verify returns negative values in case...
2021-10-18 Remi Tricot... MINOR: jwt: Empty the certificate tree during deinit
2021-10-18 Willy TarreauMEDIUM: resolvers: replace bogus resolv_hostname_cmp...
2021-10-18 Willy TarreauMEDIUM: resolvers: lower-case labels when converting...
2021-10-18 Tim DuesterhusCLEANUP: Consistently `unsigned int` for bitfields
2021-10-18 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-10-18 Björn JackeMINOR: add ::1 to predefined LOCALHOST acl
2021-10-18 Tim DuesterhusCI: Clean up formatting in GitHub Action definitions
2021-10-18 Tim DuesterhusCI: Add `permissions` to GitHub Actions
2021-10-18 Tim DuesterhusCLEANUP: Apply strcmp.cocci
2021-10-18 Tim DuesterhusDEV: coccinelle: Add strcmp.cocci
2021-10-16 Willy Tarreau[RELEASE] Released version 2.5-dev10 v2.5-dev10
2021-10-16 Willy TarreauCLEANUP: listeners: remove unreachable code in clone_li...
2021-10-16 Willy TarreauBUG/MINOR: listener: add an error check for unallocatab...
2021-10-16 Willy TarreauBUG/MINOR: listener: fix incorrect return on out-of...
2021-10-16 Willy TarreauBUG/MINOR: sample: fix backend direction flags consecut...
2021-10-15 Amaury DenoyelleBUG/MEDIUM: cpuset: fix cpuset size for FreeBSD
2021-10-15 Christopher... BUG/MINOR: proxy: Release ACLs and TCP/HTTP rules of...
2021-10-15 Christopher... DOC: config: Rework and uniformize how TCP/HTTP rules...
2021-10-15 Christopher... DOC: config: Add documentation about TCP/HTTP rules...
2021-10-15 Christopher... REGTESTS: Add scripts to test support of TCP/HTTP rules...
2021-10-15 Christopher... BUG/MEDIUM: sample: Cumulate frontend and backend sampl...
2021-10-15 Christopher... MEDIUM: http-ana: Eval HTTP rules defined in defaults...
2021-10-15 Christopher... MEDIUM: tcp-rules: Eval TCP rules defined in defaults...
2021-10-15 Christopher... MEDIUM: rules/acl: Parse TCP/HTTP rules and acls define...
2021-10-15 Christopher... MINOR: tcpcheck: Support 2-steps args resolution in...
2021-10-15 Christopher... MINOR: config: No longer remove previous anonymous...
2021-10-15 Christopher... MINOR: config: Finish configuration for referenced...
2021-10-15 Christopher... MINOR: proxy: Add PR_FL_READY flag on fully configured...
2021-10-15 Christopher... MINOR: proxy: Be able to reference the defaults section...
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...
next