haproxy-2.5.git
2021-02-18 Willy TarreauOPTIM: server: switch the actconn list to an mt-list
2021-02-18 Willy TarreauDEBUG: thread: add 5 extra lock labels for statistics...
2021-02-18 Willy TarreauBUG/MEDIUM: checks: don't needlessly take the server...
2021-02-18 Willy TarreauBUG/MINOR: checks: properly handle wrapping time in...
2021-02-17 Amaury DenoyelleMINOR: connection: remove pointers for prehash in conn_...
2021-02-17 Amaury DenoyelleBUG/MINOR: backend: do not call smp_make_safe for sni...
2021-02-17 Amaury DenoyelleREGTESTS: fix http_reuse_conn_hash proxy test
2021-02-16 Willy TarreauBUG/MINOR: session: atomically increment the tracked...
2021-02-16 Amaury DenoyelleBUG/MAJOR: connection: prevent double free if conn...
2021-02-15 Emeric BrunBUG/MEDIUM: dns: fix multiple double close on fd in...
2021-02-15 Emeric BrunBUG/MINOR: dns: fix ring attach control on dns_session_new
2021-02-15 Emeric BrunBUG/MINOR: dns: missing test writing in output channel...
2021-02-15 Emeric BrunBUG/MINOR: dns: dns_connect_server must return -1 unsup...
2021-02-15 Emeric BrunBUG/MINOR: dns: add test on result getting value from...
2021-02-15 William DauchyMEDIUM: contrib/prometheus-exporter: add listen stats
2021-02-15 William DauchyMINOR: stats: add helper to get status string
2021-02-15 William DauchyMEDIUM: stats: allow to select one field in `stats_fill...
2021-02-15 William DauchyCLEANUP: contrib/prometheus-exporter: align for with...
2021-02-15 William DauchyCLEANUP: check: fix get_check_status_info declaration
2021-02-15 Christopher... BUG/MINOR: server: Remove RMAINT from admin state when...
2021-02-13 Willy Tarreau[RELEASE] Released version 2.4-dev8 v2.4-dev8
2021-02-13 Emeric BrunMEDIUM: resolvers: add supports of TCP nameservers...
2021-02-13 Emeric BrunMEDIUM: dns: adds code to support pipelined DNS request...
2021-02-13 Emeric BrunMEDIUM: resolvers/dns: split dns.c into dns.c and resol...
2021-02-13 Emeric BrunMEDIUM: resolvers: split resolving and dns message...
2021-02-13 Emeric BrunMINOR: resolvers: rework dns stats prototype because...
2021-02-13 Emeric BrunMINOR: resolvers: replace nameserver's resolver ref...
2021-02-13 Emeric BrunMEDIUM: resolvers: move resolvers section parsing from...
2021-02-13 Emeric BrunMINOR: resolvers: rework prototype suffixes to split...
2021-02-13 Emeric BrunMINOR: resolvers: renames resolvers DNS_UPD_* returncod...
2021-02-13 Emeric BrunMINOR: resolvers: renames resolvers DNS_RESP_* errcodes...
2021-02-13 Emeric BrunMINOR: resolvers: renames some dns prefixed types using...
2021-02-13 Emeric BrunMINOR: resolvers: renames some resolvers specific types...
2021-02-13 Emeric BrunMINOR: resolvers: renames type dns_resolvers to resolvers.
2021-02-13 Emeric BrunMINOR: resolvers: renames some resolvers internal types...
2021-02-13 Emeric BrunBUG/MINOR: resolvers: fix attribute packed struct for dns
2021-02-13 Emeric BrunBUG/MINOR: dns: add missing sent counter and parent...
2021-02-13 Emeric BrunCLEANUP: channel: fix comment in ci_putblk.
2021-02-13 Emeric BrunMINOR: ring: adds new ring_init function.
2021-02-13 David CarlierMINOR: tcp: add support for defer-accept on FreeBSD.
2021-02-13 William DauchyDOC: tune: explain the origin of block size for ssl...
2021-02-12 Willy TarreauMINOR: cfgparse: implement a simple if/elif/else/endif...
2021-02-12 Willy TarreauMINOR: peers/cli: do not dump the peers dictionaries...
2021-02-12 Christopher... CLEANUP: server: Remove useless "filepath" variable...
2021-02-12 Christopher... BUG/MINOR: server: Don't call fopen() with server-state...
2021-02-12 Christopher... CLEANUP: tcpcheck: Remove a useless test on port variable
2021-02-12 Yves LafonMINOR: http: add baseq sample fetch
2021-02-12 Willy TarreauMEDIUM: cfgparse: allow a proxy to designate the defaul...
2021-02-12 Willy TarreauMEDIUM: proxy: store the default proxies in a tree...
2021-02-12 Willy TarreauMINOR: proxy: support storing defaults sections into...
2021-02-12 Willy TarreauMINOR: proxy: also store the name for a defaults section
2021-02-12 Willy TarreauMINOR: cfgparse: use a pointer to the current default...
2021-02-12 Willy TarreauMINOR: cfgparse: check PR_CAP_DEF instead of comparing...
2021-02-12 Willy TarreauMINOR: proxy: add a new capability PR_CAP_DEF
2021-02-12 Willy TarreauMINOR: cfgparse: move defproxy to cfgparse-listen as...
2021-02-12 Willy TarreauBUG/MINOR: server: parse_server() must take a const...
2021-02-12 Willy TarreauBUG/MINOR: tcpcheck: proxy_parse_*check*() must take...
2021-02-12 Willy TarreauBUG/MINOR: extcheck: proxy_parse_extcheck() must take...
2021-02-12 Willy TarreauMINOR: proxy: always properly reset the just freed...
2021-02-12 Willy TarreauMINOR: proxy: move the defproxy freeing code to proxy.c
2021-02-12 Willy TarreauMEDIUM: proxy: only take defaults when a default proxy...
2021-02-12 Willy TarreauREORG: proxy: centralize the proxy allocation code...
2021-02-12 Willy TarreauREORG: move init_default_instance() to proxy.c and...
2021-02-12 Willy TarreauBUILD: proxy: add missing compression-t.h to proxy-t.h
2021-02-12 Willy TarreauBUG/MINOR: tcpheck: the source list must be a const...
2021-02-12 Willy TarreauBUG/MINOR: http-htx: defpx must be a const in proxy_dup...
2021-02-12 Willy TarreauBUG/MINOR: cfgparse: do not mention "addr:port" as...
2021-02-12 Willy TarreauBUG/MINOR: stats: revert the change on ST_CONVDONE
2021-02-12 Willy TarreauBUG/MEDIUM: config: don't pick unset values from last...
2021-02-12 Christopher... CLEANUP: deinit: release global and per-proxy server...
2021-02-12 Christopher... BUG/MINOR: server: Fix server-state-file-name directive
2021-02-12 William DauchyMINOR: server: enhance error precision when applying...
2021-02-12 William DauchyMEDIUM: server: support {check,agent}_addr, agent_port...
2021-02-12 William DauchyMEDIUM: server: add server-states version 2
2021-02-12 William DauchyMEDIUM: cli: add agent-port command
2021-02-12 William DauchyMEDIUM: cli: add check-addr command
2021-02-12 Ilya ShipitsinCI: cirrus: update FreeBSD image to 12.2
2021-02-12 Amaury DenoyelleREGTESTS: fix sni used in http_reuse_conn_hash for...
2021-02-12 Amaury DenoyelleREGTESTS: deactivate a failed test on CI in http_reuse_...
2021-02-12 Amaury DenoyelleREGTESTS: adjust http_reuse_conn_hash requirements
2021-02-12 Amaury DenoyelleBUG/MINOR: backend: fix compilation without ssl
2021-02-12 Amaury DenoyelleMINOR: doc: update http reuse for new eligilible connec...
2021-02-12 Amaury DenoyelleMINOR: reg-tests: test http-reuse with proxy protocol
2021-02-12 Amaury DenoyelleMINOR: connection: use proxy protocol as parameter...
2021-02-12 Amaury DenoyelleMINOR: connection: use src addr as parameter for srv...
2021-02-12 Amaury DenoyelleMINOR: backend: rewrite alloc of connection src address
2021-02-12 Amaury DenoyelleMINOR: reg-test: test http-reuse with specific dst...
2021-02-12 Amaury DenoyelleMINOR: connection: use dst addr as parameter for srv...
2021-02-12 Amaury DenoyelleMINOR: backend: rewrite alloc of stream target address
2021-02-12 Amaury DenoyelleMINOR: reg-tests: test http-reuse with sni
2021-02-12 Amaury DenoyelleMINOR: connection: use sni as parameter for srv conn...
2021-02-12 Amaury DenoyelleMINOR: backend: compare conn hash for session conn...
2021-02-12 Amaury DenoyelleMINOR: connection: use the srv pointer for the srv...
2021-02-12 Amaury DenoyelleMINOR: connection: prepare hash calcul for server conns
2021-02-12 Amaury DenoyelleMINOR: backend: search conn in idle tree after safe...
2021-02-12 Amaury DenoyelleMINOR: backend: search conn in idle/safe trees after...
2021-02-12 Amaury DenoyelleMEDIUM: connection: replace idle conn lists by eb trees
2021-02-12 Amaury DenoyelleMEDIUM: connection: protect idle conn lists with locks
2021-02-12 Amaury DenoyelleBUG/MINOR: backend: hold correctly lock when killing...
2021-02-11 Christopher... CLEANUP: queue: Remove useless tests on p or pp in...
next