]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2023-05-04  Amaury DenoyelleBUG/MINOR: mux-quic: prevent quic_conn error code to...
2023-05-04  Christopher... BUG/MEDIUM: mux-h2: Properly handle end of request...
2023-05-04  Willy TarreauMINOR: debug: permit the "debug dev loop" to run under...
2023-05-04  Willy TarreauBUG/MINOR: debug: fix incorrect profiling status report...
2023-05-04  Willy TarreauDEV: haring: update readme to suggest using the same...
2023-05-04  Willy TarreauDEV: haring: automatically disable DEBUG_STRICT
2023-05-03  Willy TarreauMINOR: activity: allow "show activity" to restart in...
2023-05-03  Willy TarreauMINOR: activity: allow "show activity" to restart dumpi...
2023-05-03  Willy TarreauMINOR: activity: iterate over all fields in a main...
2023-05-03  Willy TarreauMINOR: activity: show the line header inside the SHOW_V...
2023-05-03  Willy TarreauMINOR: activity: use a single macro to iterate over...
2023-05-03  Willy TarreauBUILD: cli: fix build on Windows due to isalnum() imple...
2023-05-03  William LallemandREGTESTS: ssl: simplify X509_V code check in ssl_client...
2023-05-03  William LallemandBUG/MINOR: ssl/sample: x509_v_err_str converter output...
2023-05-03  Willy TarreauDEBUG: cli: add "debug dev task" to show/wake/expire...
2023-05-03  Willy TarreauMINOR: debug: clarify "debug dev stream" help message
2023-05-03  Willy TarreauBUG/MINOR: stream/cli: fix stream age calculation in...
2023-05-02  William LallemandMINOR: ssl: disable CRL checks with WolfSSL when no...
2023-05-02  Abhijeet RastogiREGTESTS: add success test, "set server" via fqdn
2023-05-02  Tim DuesterhusBUG/MINOR: stats: fix typo in `TotalSplicedBytesOut...
2023-04-28  Willy Tarreau[RELEASE] Released version 2.8-dev9 v2.8-dev9
2023-04-28  Amaury DenoyelleMINOR: proxy: factorize send rate measurement
2023-04-28  Amaury DenoyelleMINOR: quic: use real sending rate measurement
2023-04-28  Aleksandar... MINOR: sample: Add bc_rtt and bc_rttvar
2023-04-28  Willy TarreauMINOR: clock: replace the timeval start_time with start...
2023-04-28  Willy TarreauMEDIUM: clock: replace timeval "now" with integer ...
2023-04-28  Willy TarreauMINOR: clock: do not use now.tv_sec anymore
2023-04-28  Willy TarreauMINOR: checks: use a nanosecond counters instead of...
2023-04-28  Willy TarreauMINOR: activity: use nanoseconds, not timeval to comput...
2023-04-28  Willy TarreauMINOR: stats: use nanoseconds, not timeval to compute...
2023-04-28  Willy TarreauMEDIUM: tree-wide: replace timeval with nanoseconds...
2023-04-28  Willy TarreauMINOR: spoe: switch the timeval-based timestamps to...
2023-04-28  Willy TarreauMINOR: time: replace calls to tv_ms_elapsed() with...
2023-04-28  Willy TarreauMINOR: time: add conversions to/from nanosecond timestamps
2023-04-28  Willy TarreauBUG/MINOR: stats: report the correct start date in...
2023-04-28  Christopher... BUG/MEDIUM: tcpcheck: Don't eval custom expect rule...
2023-04-28  Christopher... BUG/MINOR: resolvers: Use sc_need_room() to wait more...
2023-04-28  Christopher... BUG/MINOR: stconn: Fix SC flags with same value
2023-04-28  Christopher... BUG/MEDIUM: spoe: Don't start new applet if there are...
2023-04-27  Willy TarreauBUG/MINOR: hlua: return wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: trace: show wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: calltrace: fix 'now' being used in place...
2023-04-27  Willy TarreauRevert "BUG/MINOR: clock: fix a few occurrences of...
2023-04-27  Willy TarreauBUG/MINOR: opentracing: use 'date' instead of 'now...
2023-04-27  Willy TarreauBUG/MINOR: activity: show wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: spoe: use "date" not "now" in debug messages
2023-04-26  Willy TarreauBUG/MINOR: clock: fix a few occurrences of 'now' being...
2023-04-26  Ilia ShipitsinBUILD: ssl: switch LibreSSL to Fastly CDN
2023-04-26  Ilia ShipitsinCI: switch to Fastly CDN to download LibreSSL
2023-04-26  Amaury DenoyelleBUG/MINOR: quic: fix race on quic_conns list during...
2023-04-26  Amaury DenoyelleMINOR: quic: finalize affinity change as soon as possible
2023-04-26  Amaury DenoyelleMINOR: mux-quic: do not allocate Tx buf for empty STREA...
2023-04-26  Amaury DenoyelleMINOR: mux-quic: do not set buffer for empty STREAM...
next