]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-09-23  Frédéric LécailleBUG/MINOR: quic: Do not check the acception of a new...
2021-09-23  Frédéric LécailleMINOR: quic: Initialize the session before starting...
2021-09-23  Frédéric LécailleMINOR: quic: Move an SSL func call from QUIC I/O handle...
2021-09-23  Frédéric LécailleMINOR: quic: Enable some quic, h3 and qpack modules...
2021-09-23  Frédéric LécailleMINOR: quic: Replace max_packet_size by max_udp_payload...
2021-09-23  Frédéric LécailleMINOR: quic: Avoid header collisions
2021-09-23  Frédéric LécailleMINOR: quic: Update the streams transport parameters.
2021-09-23  Frédéric LécailleMINOR: quic: Add a wrapper function to update transport...
2021-09-23  Frédéric LécailleBUG/MINOR: quic: Wrong ->accept() error handling
2021-09-23  Frédéric LécailleMINOR: quic: Variable-length integer encoding/decoding...
2021-09-23  Frédéric LécailleMINOR: quic: Add callbacks for (un)scribing to QUIC...
2021-09-23  Frédéric LécailleMINOR: quic: Disable the action of ->rcv_buf() xprt...
2021-09-23  Frédéric LécailleMINOR: quic_sock: Finalize the QUIC connections.
2021-09-23  Frédéric LécailleMINOR: qpack: Add QPACK compression.
2021-09-23  Frédéric LécailleMINOR: h3: Add HTTP/3 definitions.
2021-09-23  Frédéric LécailleMINOR: quic: Add a new definition to store STREAM frames.
2021-09-23  Frédéric LécailleMINOR: quic: Attach QUIC mux connection objet to QUIC...
2021-09-23  Frédéric LécailleMINOR: connection: Add callbacks definitions for QUIC.
2021-09-23  Frédéric LécailleMINOR: mux_quic: Add QUIC mux layer.
2021-09-23  Frédéric LécailleMINOR: quic: Move transport parmaters to anynomous...
2021-09-23  Frédéric LécailleBUG/MINOR: quic: Possible NULL pointer dereferencing...
2021-09-22  Willy TarreauBUG/MEDIUM: leastconn: fix rare possibility of divide...
2021-09-21  Willy TarreauMEDIUM: listener: deprecate "process" in favor of ...
2021-09-21  Amaury DenoyelleMINOR: server: enable slowstart for dynamic server
2021-09-21  Amaury DenoyelleREORG: server: move slowstart init outside of checks
2021-09-21  Amaury DenoyelleMINOR: server: enable more check related keywords for...
2021-09-21  Amaury DenoyelleMINOR: server: enable more keywords for ssl checks...
2021-09-21  Amaury DenoyelleBUG/MINOR: server: alloc dynamic srv ssl ctx if proxy...
2021-09-21  Amaury DenoyelleBUG/MINOR: server: allow 'enable health' only if check...
2021-09-20  Tim DuesterhusCLEANUP: Remove unreachable `break` from parse_time_err()
2021-09-20  Tim DuesterhusCLEANUP: Include check.h in flt_spoe.c
2021-09-20  William LallemandMINOR: httpclient: add the EOH when no headers where...
2021-09-20  Dragan DosenBUG/MINOR: flt-trace: fix an infinite loop when random...
2021-09-17  Tim DuesterhusDEV: coccinelle: Add xalloc_cast.cocci
2021-09-17  Tim DuesterhusCLEANUP: Apply xalloc_size.cocci
2021-09-17  Tim DuesterhusDEV: coccinelle: Add bug_on.cocci
2021-09-17  Tim DuesterhusDEV: coccinelle: Add xalloc_size.cocci
2021-09-17  Tim DuesterhusCLEANUP: Apply bug_on.cocci
2021-09-17  Tim DuesterhusDEV: coccinelle: Add ist.cocci
2021-09-17  Tim DuesterhusCLEANUP: Apply ist.cocci
2021-09-17  Willy TarreauREORG: threads: move ha_get_pthread_id() to tinfo.h
2021-09-17  Willy TarreauMINOR: applet: remove the thread mask from appctx_new()
2021-09-17  Willy TarreauBUILD: fd: remove unused variable totlen in fd_write_fr...
2021-09-17  Willy TarreauBUILD: proto_uxst: do not set unused flag
2021-09-17  Willy TarreauBUILD: sockpair: do not set unused flag
2021-09-17  Willy TarreauBUG/MINOR: cli/payload: do not search for args inside...
2021-09-17  Amaury DenoyelleBUILD: ist: prevent gcc11 maybe-uninitialized warning...
2021-09-16  Amaury DenoyelleBUG/MINOR: connection: prevent null deref on mux cleanu...
2021-09-16  William LallemandDOC: management: certificate files must be sanitized...
2021-09-16  Christopher... BUG/MINOR: tcpcheck: Improve LDAP response parsing...
2021-09-16  Willy TarreauMINOR: pools: use mallinfo2() when available instead...
2021-09-16  Willy TarreauDOC: update Tim's address in .mailmap
2021-09-16  Christopher... BUG/MAJOR: mux-h1: Don't eval input data if an error...
2021-09-16  Christopher... CLEANUP: acl: Remove unused variable when releasing...
2021-09-15  Tim DuesterhusCLEANUP: Remove prototype for non-existent thread_get_d...
2021-09-15  Tim DuesterhusCLEANUP: tree-wide: fix prototypes for functions taking...
2021-09-15  Tim DuesterhusDOC: Add .mailmap
2021-09-15  Willy TarreauMINOR: pools: report it when malloc_trim() is enabled
2021-09-15  Willy TarreauMINOR: pools: automatically disable malloc_trim() with...
2021-09-15  Willy TarreauCLEANUP: pools: factor all malloc_trim() calls into...
2021-09-15  Willy TarreauBUILD: sample: fix format warning on 32-bit archs in...
2021-09-15  Willy TarreauBUG/MINOR: compat: make sure __WORDSIZE is always defined
2021-09-15  Willy TarreauBUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDUL...
2021-09-13  Willy TarreauBUILD: halog: fix a -Wundef warning on non-glibc systems
2021-09-13  Willy TarreauBUILD: compiler: fixed a missing test on defined(__GNUC__)
2021-09-12  Willy Tarreau[RELEASE] Released version 2.5-dev7 v2.5-dev7
2021-09-12  Tim DuesterhusBUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP...
2021-09-12  Miroslav ZagoracCLEANUP: opentracing: simplify the condition on the...
2021-09-12  Willy TarreauCI: Github Actions: re-enable Opentracing
2021-09-12  Miroslav ZagoracMINOR: opentracing: change the scope of the variable...
2021-09-12  Miroslav ZagoracCLEANUP: opentracing: use the haproxy function to gener...
2021-09-12  Miroslav ZagoracBUG/MINOR: opentracing: enable the use of http headers...
2021-09-12  Miroslav ZagoracBUILD: opentracing: exclude the use of haproxy variable...
2021-09-11  Tim DuesterhusCLEANUP: Move XXH3 macro from haproxy/compat.h to hapro...
2021-09-11  Tim DüsterhusCLEANUP: ebmbtree: Replace always-taken elseif by else
2021-09-11  Tim DuesterhusCLEANUP: Add haproxy/xxhash.h to avoid modifying import...
2021-09-10  Christopher... BUG/MINOR: filters: Set right FLT_END analyser dependin...
2021-09-10  Christopher... BUG/MEDIUM: http-ana: Reset channels analysers when...
2021-09-10  Christopher... BUG/MEDIUM: stream-int: Don't block SI on a channel...
2021-09-10  Christopher... CLEANUP: mux-h1: Remove condition rejecting upgrade...
2021-09-10  Christopher... MINOR: htx: Skip headers with no value when adding...
2021-09-10  Christopher... BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for reques...
2021-09-09  Willy TarreauCI: Github Actions: temporarily disable Opentracing
2021-09-08  devnexen@gmail.comBUILD: fix dragonfly build again on __read_mostly
2021-09-08  Willy TarreauOPTIM: vars: do not keep variables usage stats if no...
2021-09-08  Willy TarreauOPTIM: vars: remove internal bookkeeping for vars_globa...
2021-09-08  Willy TarreauOPTIM: vars: only takes the variables lock on shared...
2021-09-08  Willy TarreauMINOR: vars: centralize the lock/unlock into static...
2021-09-08  Willy TarreauCLEANUP: vars: remove the now unused var_names array
2021-09-08  Willy TarreauMEDIUM: vars: replace the global name index with a...
2021-09-08  Willy TarreauMINOR: vars: preset a random seed to hash variables...
2021-09-08  Willy TarreauMEDIUM: vars: pre-create parsed SCOPE_PROC variables...
2021-09-08  Willy TarreauMEDIUM: vars: make var_clear() only reset VF_PERMANENT...
2021-09-08  Willy TarreauMINOR: vars: store flags into variables and add VF_PERM...
2021-09-08  Willy TarreauMINOR: vars: support storing empty sample data with...
2021-09-08  Willy TarreauMINOR: vars: add a VF_CREATEONLY flag for creation
2021-09-08  Willy TarreauMEDIUM: vars: make the ifexist variant of set-var only...
2021-09-08  Willy TarreauREORG: vars: remerge sample_store{,_stream}() into...
2021-09-08  Willy TarreauCLEANUP: vars: rename sample_clear_stream() to var_unset()
2021-09-08  Willy TarreauMINOR: vars: rename vars_init() to vars_init_head()
next