]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-05-11  Amaury DenoyelleMINOR: mux-quic: factorize send subscribing
2023-05-11  Amaury DenoyelleMINOR: mux-quic: do not send STREAM frames if already...
2023-05-11  Amaury DenoyelleMINOR: mux-quic: add traces for stream wake
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: no need to subscribe for detach...
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: do not free frame already released...
2023-05-11  Amaury DenoyelleBUG/MINOR: mux-quic: do not prevent shutw on error
2023-05-11  Willy TarreauMINOR: stats: report the number of times the global...
2023-05-11  Willy TarreauMINOR: stats: report the total number of warnings issued
2023-05-11  Willy TarreauDEBUG: list: add DEBUG_LIST to purposely corrupt list...
2023-05-11  Frédéric LécailleBUG/MINOR: quic: Buggy acknowlegments of acknowlegments...
2023-05-11  Aurelien DARRAGONCLEANUP: hlua_fcn/queue: make queue:push() easier to...
2023-05-11  Aurelien DARRAGONBUG/MINOR: hlua_fcn/queue: fix reference leak
2023-05-11  Aurelien DARRAGONBUG/MINOR: hlua_fcn/queue: fix broken pop_wait()
2023-05-11  Christopher... BUG/MEDIUM: filters: Don't deinit filters for disabled...
2023-05-11  Christopher... MINOR: spoe: Don't stop disabled proxies
2023-05-11  Christopher... BUILD: mjson: Fix warning about unused variables
2023-05-11  Willy Tarreau[RELEASE] Released version 2.8-dev11 v2.8-dev11
2023-05-11  Ilya ShipitsinCLEANUP: src/listener.c: remove redundant NULL check
2023-05-10  Willy TarreauDEV: flags/show-sess-to-flags: add support for color...
2023-05-10  Willy TarreauDEV: flags/show-sess-to-flags: only retrieve hex digits...
2023-05-10  Willy TarreauDEV: flags: add missing stream flags to show-sess-to...
2023-05-10  Christopher... MEDIUM: stream: Resync analyzers at the end of process_...
2023-05-10  Christopher... BUG/MEDIUM: stream: Forward shutdowns when unhandled...
2023-05-10  Willy TarreauBUG/MINOR: config: make compression work again in defau...
2023-05-10  Frédéric LécailleBUG/MINOR: quic: Possible crash when dumping version...
2023-05-09  Willy TarreauDEV: flags: add a script to decode most flags in the...
2023-05-09  Amaury DenoyelleBUG/MEDIUM: mux-quic: wakeup tasklet to close on error
2023-05-09  Amaury DenoyelleBUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE
2023-05-09  Aleksandar... DOC: configuration: add info about ssl-engine for 2.6
2023-05-09  Christopher... BUG/MEDIUM: stats: Require more room if buffer is almos...
2023-05-09  Christopher... DOC: stconn: Update comments about ABRT/SHUT for stconn...
2023-05-09  William LallemandBUILD: ssl: buggy -Werror=dangling-pointer since gcc...
2023-05-09  Aurelien DARRAGONEXAMPLES: fix IPV6 support for lua mailers script
2023-05-09  Christopher... MEDIUM: stconn: Be sure to always be able to unblock...
2023-05-09  Christopher... BUG/MEDIUM: cache: Don't request more room than the...
2023-05-09  Frédéric LécailleBUG/MINOR: quic: Wrong key update cipher context initia...
2023-05-09  Frédéric LécailleCLEANUP: quic: Typo fix for quic_connection_id pool
2023-05-09  Frédéric LécailleCLEANUP: quic: Rename several <buf> variables in quic_f...
2023-05-09  Frédéric LécailleCLEANUP: quic: No more used q_buf structure
2023-05-08  Ilya ShipitsinCI: more granular failure on generating build matrix
2023-05-07  Willy TarreauBUILD: quic: fix build warning when threads are disabled
2023-05-07  Willy TarreauBUILD: debug: do not check the isolated_thread variable...
2023-05-07  Willy Tarreau[RELEASE] Released version 2.8-dev10 v2.8-dev10
2023-05-07  Willy TarreauDOC: fix a few reported typos in the config and install doc
2023-05-07  Willy TarreauCLEANUP: fix a few reported typos in code comments
2023-05-05  Willy TarreauMINOR: config: allow cpu-map to take commas in lists...
2023-05-05  Amaury DenoyelleMINOR: quic: implement oneline format for "show quic"
2023-05-05  Amaury DenoyelleMINOR: quic: add format argument for "show quic"
2023-05-05  Aurelien DARRAGONEXAMPLES: mailqueue for lua mailers script
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Queue class
2023-05-05  Aurelien DARRAGONMINOR: hlua: declare hlua_yieldk() function
2023-05-05  Aurelien DARRAGONMINOR: hlua: declare hlua_gethlua() function
2023-05-05  Aurelien DARRAGONMINOR: hlua: declare hlua_{ref,pushref,unref} functions
2023-05-05  Aurelien DARRAGONREGTESTS: use lua mailer script for mailers tests
2023-05-05  Aurelien DARRAGONCLEANUP: hlua: hlua_register_task() may longjmp
2023-05-05  Aurelien DARRAGONMINOR: server: fix message report when IDRAIN is set...
2023-05-05  Aurelien DARRAGONBUG/MINOR: hlua: spinning loop in hlua_socket_handler()
2023-05-05  Aurelien DARRAGONEXAMPLES: add lua mailers script to replace tcpcheck...
2023-05-05  Aurelien DARRAGONMINOR: hlua: expose proxy mailers
2023-05-05  Aurelien DARRAGONMINOR: mailers/hlua: disable email sending from lua
2023-05-05  Aurelien DARRAGONMINOR: hlua/event_hdl: expose SERVER_CHECK event
2023-05-05  Aurelien DARRAGONMINOR: checks/event_hdl: SERVER_CHECK event
2023-05-05  Aurelien DARRAGONMINOR: hlua: expose SERVER_ADMIN event
2023-05-05  Aurelien DARRAGONMINOR: server/event_hdl: add SERVER_ADMIN event
2023-05-05  Aurelien DARRAGONMINOR: hlua: expose SERVER_STATE event
2023-05-05  Aurelien DARRAGONOPTIM: server: publish UP/DOWN events from STATE change
2023-05-05  Aurelien DARRAGONMINOR: server/event_hdl: add SERVER_STATE event
2023-05-05  Aurelien DARRAGONMINOR: server/event_hdl: publish macro helper
2023-05-05  Aurelien DARRAGONDOC: lua/event: add ServerEvent class header
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy...
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.get_pend_conn() and Server...
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.get_proxy()
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.get_trackers()
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.tracking()
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.is_dynamic()
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: add Server.is_backup()
2023-05-05  Aurelien DARRAGONMINOR: hlua_fcn: fix Server.is_draining() return type
2023-05-05  Christopher... MEDIUM: stconn: Check room needed to unblock opposite...
2023-05-05  Christopher... MEDIUM: stconn: Check room needed to unblock SC on...
2023-05-05  Christopher... MEDIUM: applet: Check room needed to unblock opposite...
2023-05-05  Christopher... BUG/MEDIUM: stconn: Unblock SC from stream if there...
2023-05-05  Christopher... MEDIUM: tree-wide: Change sc API to specify required...
2023-05-05  Christopher... MINOR: stconn: Add a field to specify the room needed...
2023-05-05  Christopher... MINOR: peers: Use the applet API to send message
2023-05-05  Christopher... MINOR: stats: Use the applet API to write data
2023-05-05  Christopher... MINOR: cli: Use applet API to write output message
2023-05-04  William LallemandMINOR: ssl: allow to change the signature algorithm...
2023-05-04  William LallemandMINOR: ssl: allow to change the server signature algorithm
2023-05-04  Willy TarreauCLEANUP: debug: remove the now unused ha_thread_dump_al...
2023-05-04  Willy TarreauMINOR: debug: make "show threads" properly iterate...
2023-05-04  Willy TarreauMINOR: debug: write panic dump to stderr one thread...
2023-05-04  Willy TarreauMEDIUM: debug: simplify the thread dump mechanism
2023-05-04  Aurelien DARRAGONBUG/MINOR: time: fix NS_TO_TV macro
2023-05-04  Christopher... BUG/MINOR: mux-h2: Also expect data when waiting for...
2023-05-04  Willy TarreauBUG/MINOR: debug: do not emit empty lines in thread...
2023-05-04  Amaury DenoyelleMINOR: mux-quic: close connection asap on local error
2023-05-04  Amaury DenoyelleMINOR: mux-quic: report local error on stream endpoint...
2023-05-04  Amaury DenoyelleMINOR: mux-quic: adjust local error API
2023-05-04  Amaury DenoyelleMINOR: mux-quic: wake up after recv only if avail data
2023-05-04  Amaury DenoyelleMINOR: mux-quic: add trace event for local error
next