]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2022-07-15  Willy TarreauMAJOR: pollers: rely on fd_reregister_all() at boot...
2022-07-15  Willy TarreauMEDIUM: fd: support stopping FDs during starting
2022-07-15  Willy TarreauMINOR: fd: add fd_reregister_all() to deal with boot...
2022-07-15  Willy TarreauMEDIUM: listener: switch bind_thread from global to...
2022-07-15  Willy TarreauMEDIUM: thread: change thread_resolve_group_mask()...
2022-07-15  Willy TarreauMEDIUM: fd: quit fd_update_events() when FD is closed
2022-07-15  Willy TarreauMEDIUM: fd: make fd_insert/fd_delete atomically update...
2022-07-15  Willy TarreauMEDIUM: fd: make fd_insert() take local thread masks
2022-07-15  Willy TarreauMEDIUM: fd: make thread_mask now represent group-local IDs
2022-07-15  Willy TarreauMINOR: fd: make fd_clr_running() return the previous...
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn running_mask to group-local IDs
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn update_mask to group-local IDs
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn polled_mask to group-local IDs
2022-07-15  Willy TarreauMAJOR: fd: grab the tgid before manipulating running
2022-07-15  Willy TarreauMINOR: fd: add fd_get_running() to atomically return...
2022-07-15  Willy TarreauMINOR: fd: add functions to manipulate the FD's tgid
2022-07-15  Willy TarreauMINOR: cli/fd: show fd's tgid and refcount in "show fd"
2022-07-15  Willy TarreauMEDIUM: fd: add the tgid to the fd and pass it to fd_in...
2022-07-15  Willy TarreauMINOR: fd: make fd_insert() apply the thread mask itself
2022-07-15  Willy TarreauMINOR: fd: delete unused updates on close()
2022-07-15  Willy TarreauMEDIUM: fd/poller: make the update-list per-group
2022-07-15  Willy TarreauMAJOR: fd: remove pending updates upon real close
2022-07-15  Willy TarreauMEDIUM: conn: make conn_backend_get always scan the...
2022-07-15  Willy TarreauDOC: design: add some thoughts about how to handle...
2022-07-15  Willy TarreauMINOR: task: move the niced_tasks counter to the thread...
2022-07-15  Willy TarreauMEDIUM: task/thread: move the task shared wait queues...
2022-07-15  Willy TarreauMINOR: fd/thread: get rid of thread_mask()
2022-07-15  Willy TarreauMINOR: cli/threads: always bind CLI to thread group 1
2022-07-15  Willy TarreauMINOR: mworker/threads: limit the mworker sockets to...
2022-07-15  Willy TarreauMEDIUM: cpu-map: replace the process number with the...
next