]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-08-09  Willy TarreauMINOR: debug: make the mem_stats section aligned to...
2022-08-08  Frédéric LécailleMINOR: quic: Replace pool_zalloc() by pool_malloc(...
2022-08-08  Frédéric LécailleBUG/MEDIUM: quic: Missing AEAD TAG check after removing...
2022-08-08  Frédéric LécailleMINOR: quic: Too much useless traces in qc_build_frms()
2022-08-08  Frédéric LécailleBUG/MEDIUM: quic: Wrong packet length check in qc_do_rm...
2022-08-07  Willy Tarreau[RELEASE] Released version 2.7-dev3 v2.7-dev3
2022-08-07  Willy TarreauBUILD: cfgparse: always defined _GNU_SOURCE for sched...
2022-08-06  Ilya ShipitsinREGTESTS: ssl: fix grep invocation to use extended...
2022-08-06  Ilya ShipitsinREGTESTS: ssl: adopt tests to OpenSSL-3.0.N
2022-08-06  Ilya ShipitsinREGTESTS: ssl: adopt tests to OpenSSL-3.0.N
2022-08-06  Ilya ShipitsinBUG/MEDIUM: fix DH length when EC key is used
2022-08-06  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2022-08-06  Ilya ShipitsinCI: enable weekly "m32" builds on x86_64
2022-08-06  Ilya ShipitsinBUILD: SSL: allow to pass additional configure args...
2022-08-06  Willy TarreauMINOR: config: automatically preset MAX_THREADS based...
2022-08-06  Willy TarreauMINOR: threads: report the number of thread groups...
2022-08-05  Willy TarreauBUG/MEDIUM: quic: break out of the loop in quic_lstnr_d...
2022-08-05  Amaury DenoyelleBUG/MINOR: quic: adjust errno handling on sendto
2022-08-05  Amaury DenoyelleMINOR: quic: explicitely ignore sendto error
2022-08-05  Frédéric LécailleBUG/MINOR: quic: Missing Initial packet dropping case
2022-08-05  Frédéric LécailleMINOR: quic: Add two new stats counters for sendto...
2022-08-05  Willy TarreauBUG/MINOR: quic: do not reject datagrams matching minim...
2022-08-04  Willy TarreauBUG/MINOR: sink: fix a race condition between the write...
2022-08-04  Christopher... BUG/MEDIUM: sink: Set the sink ref for forwarders creat...
2022-08-04  Willy TarreauBUG/MINOR: ring/cli: fix a race condition between the...
2022-08-03  Frédéric LécailleBUG/MINOR: quic: Avoid sending truncated datagrams
2022-08-03  Amaury DenoyelleMEDIUM: mux-quic: implement http-request timeout
2022-08-03  Amaury DenoyelleMINOR: mux-quic: refactor refresh timeout function
2022-08-03  Amaury DenoyelleMINOR: mux-quic: refresh timeout on frame decoding
2022-08-03  Amaury DenoyelleMINOR: h3: support HTTP request framing state
2022-08-03  Frédéric LécailleBUG/MEDIUM: quic: Floating point exception in cubic_root()
2022-08-03  Frédéric LécailleBUG/MINOR: quic: Missing in flight ack eliciting packet...
2022-08-03  Christopher... BUG/MEDIUM: proxy: Perform a custom copy for default...
2022-08-03  Christopher... REORG: server: Export srv_settings_cpy() function
2022-08-03  Christopher... MINOR: server: Constify source server to copy its settings
2022-08-03  Christopher... BUG/MINOR: backend: Don't increment conn_retries counte...
2022-08-03  Christopher... BUG/MEDIUM: dns: Properly initialize new DNS session
2022-08-03  Christopher... BUG/MINOR: peers: Use right channel flag to consider...
2022-08-03  Christopher... BUG/MEDIUM: peers: limit reconnect attempts of the...
2022-08-03  Christopher... MINOR: peers: Use a dedicated reconnect timeout when...
2022-08-03  Christopher... MINOR: peers: Add a warning about incompatible SSL...
2022-08-01  Amaury DenoyelleMEDIUM: mux-quic: implement http-keep-alive timeout
2022-08-01  Amaury DenoyelleMINOR: mux-quic: count in-progress requests
2022-08-01  Amaury DenoyelleMEDIUM: mux-quic: adjust timeout refresh
2022-08-01  Amaury DenoyelleMINOR: mux-quic: use timeout server for backend conns
2022-08-01  Amaury DenoyelleMINOR: mux-quic: save proxy instance into qcc
2022-08-01  Amaury DenoyelleBUG/MINOR: mux-quic: do not free conn if attached streams
2022-08-01  Amaury DenoyelleCLEANUP: mux-quic: remove useless app_ops is_active...
2022-08-01  Amaury DenoyelleBUG/MINOR: mux-quic: prevent crash if conn released...
2022-08-01  Willy TarreauBUG/MEDIUM: pattern: only visit equivalent nodes when...
2022-08-01  Willy TarreauMINOR: ebtree: add ebmb_lookup_shorter() to pursue...
2022-08-01  Willy TarreauDEBUG: tools: provide a tree dump function for ebmbtree...
2022-07-30  Willy TarreauMINOR: thread: provide an alternative to pthread's...
2022-07-30  Willy TarreauMAJOR: threads/plock: update the embedded library
2022-07-30  Willy TarreauBUG/MEDIUM: queue/threads: limit the number of entries...
2022-07-29  Frédéric LécailleMINOR: quic: Send packets as much as possible from...
2022-07-29  Frédéric LécailleBUG/MAJOR: quic: Useless resource intensive loop qc_ack...
2022-07-29  Frédéric LécailleMINOR: quic: Stop looking for packet loss asap
2022-07-29  Frédéric LécailleBUG/MINOR: quic: loss time limit variable computed...
2022-07-29  Frédéric LécailleMINOR: quic: New "quic-cc-algo" bind keyword
2022-07-29  Frédéric LécailleMEDIUM: quic: Cubic congestion control algorithm implem...
2022-07-29  Frédéric LécailleMINOR: quic: Congestion control architecture refactoring
2022-07-29  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix missing EOI flag to prevent...
2022-07-28  William LallemandMINOR: cli: warning on _getsocks when socket were closed
2022-07-27  William LallemandRevert "MINOR: cli: emit a warning when _getsocks was...
2022-07-27  William LallemandBUG/MINOR: mworker: PROC_O_LEAVING used but not updated
2022-07-27  William LallemandMINOR: cli: emit a warning when _getsocks was used...
2022-07-26  Willy TarreauBUG/MINOR: fd: always remove late updates when freeing...
2022-07-26  William LallemandMEDIUM: resolvers: continue startup if network is unava...
2022-07-26  William LallemandDEBUG: fd: split the fd check
2022-07-25  Christopher... Revert "BUG/MINOR: peers: set the proxy's name to the...
2022-07-25  William LallemandMINOR: sockpair: move send_fd_uxst() error message...
2022-07-25  William LallemandBUG/MINOR: sockpair: wrong return value for fd_send_uxst()
2022-07-25  Willy TarreauDEBUG: fd: detect possibly invalid tgid in fd_insert()
2022-07-25  Willy TarreauBUG/MAJOR: poller: drop FD's tgid when masks don't...
2022-07-22  Willy TarreauBUG/MEDIUM: master: force the thread count earlier
2022-07-22  Christopher... BUG/MINOR: backend: Fallback on RR algo if balance...
2022-07-21  Christopher... BUG/MEDIUM: stconn: Only reset connect expiration when...
2022-07-21  Willy TarreauBUILD: add detection for unsupported compiler models
2022-07-20  William LallemandBUG/MEDIUM: mworker: proc_self incorrectly set crashes...
2022-07-20  Frédéric LécailleBUG/MAJOR: mux_quic: fix invalid PROTOCOL_VIOLATION...
2022-07-20  William LallemandBUG/MINOR: mworker/cli: relative pid prefix not validat...
2022-07-19  William LallemandMINOR: ssl: enhance ca-file error emitting
2022-07-19  William LallemandMINOR: init: load OpenSSL error strings
2022-07-19  Willy TarreauBUG/MEDIUM: fd/threads: fix incorrect thread selection...
2022-07-19  Christopher... BUG/MINOR: fd: Properly init the fd state in fd_insert()
2022-07-19  Christopher... BUILD: debug: Add braces to if statement calling only...
2022-07-19  Amaury DenoyelleBUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in...
2022-07-18  Willy TarreauBUG/MINOR: tools: fix statistical_prng_range()'s output...
2022-07-18  William LallemandBUG/MINOR: ssl: allow duplicate certificates in ca...
2022-07-18  William LallemandBUG/MINOR: resolvers: shut off the warning for the...
2022-07-18  William LallemandMINOR: resolvers: resolvers_destroy() deinit and free...
2022-07-18  Willy TarreauBUG/MEDIUM: tools: avoid calling dlsym() in static...
2022-07-16  Brad SmithBUILD: makefile: Fix install(1) handling for OpenBSD...
2022-07-16  Willy Tarreau[RELEASE] Released version 2.7-dev2 v2.7-dev2
2022-07-16  Willy TarreauBUG/MEDIUM: tools: avoid calling dlsym() in static...
2022-07-15  Willy TarreauMINOR: config: change default MAX_TGROUPS to 16
2022-07-15  Willy TarreauCLEANUP: threads: remove the now unused all_threads_mas...
2022-07-15  Willy TarreauMEDIUM: fd: support broadcasting updates for foreign...
2022-07-15  Willy TarreauMAJOR: poller: only touch/inspect the update_mask under...
next