]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-04-13  Willy TarreauMINOR: bind-conf: support a new shards value: "by-group"
2023-04-13  Willy TarreauMINOR: receiver: reserve special values for "shards"
2023-04-13  Amaury DenoyelleMINOR: fd: implement fd_migrate_on() to migrate on...
2023-04-13  Willy TarreauMINOR: fd: add a lock bit with the tgid
2023-04-13  Willy TarreauMINOR: fd: optimize fd_claim_tgid() for use in fd_insert()
2023-04-13  Willy TarreauMINOR: thread: keep a bitmask of enabled groups in...
2023-04-13  William LallemandBUG/MINOR: stick_table: alert when type len has incorre...
2023-04-12  Willy TarreauMINOR: activity: add a line reporting the average CPU...
2023-04-11  Frédéric LécailleMINOR: quic: Add a trace for packet with an ACK frame
2023-04-11  Frédéric LécailleMINOR: quic: Dump more information at proto level when...
2023-04-11  Frédéric LécailleMINOR: quic: Modify qc_try_rm_hp() traces
2023-04-11  Frédéric LécailleBUG/MINOR: quic: Wrong packet number space probing...
2023-04-11  Frédéric LécailleMINOR: quic: Trace fix in quic_pto_pktns() (handshaske...
2023-04-11  Christopher... BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_E...
2023-04-11  Christopher... BUG/MEDIUM: mux-h1: Report EOI when a TCP connection...
2023-04-11  Christopher... MINOR: hlua: Stop to check the SC state when executing...
2023-04-11  Christopher... BUG/MEDIUM: resolvers: Force the connect timeout for...
2023-04-11  Christopher... BUG/MINOR: resolvers: Wakeup DNS idle task on stopping
2023-04-11  Christopher... BUG/MEDIUM: dns: Kill idle DNS sessions during stopping...
2023-04-11  Christopher... BUG/MEDIUM: log: Eat output data when waiting for appct...
2023-04-11  Christopher... BUG/MEDIUM: stats: Eat output data when waiting for...
2023-04-11  Christopher... BUG/MEDIUM: http-client: Eat output data when waiting...
2023-04-11  Christopher... BUG/MEDIUM: cli: Eat output data when waiting for appct...
2023-04-11  Christopher... BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks...
2023-04-08  Willy Tarreau[RELEASE] Released version 2.8-dev7 v2.8-dev7
2023-04-08  Olivier HouchardBUG/MEDIUM: listeners: Use the right parameters for...
2023-04-07  Willy TarreauBUILD: bug.h: add a warning in the base API when unsafe...
2023-04-07  Willy TarreauMINOR: compiler: define a __attribute__warning() macro
2023-04-07  Willy TarreauBUILD: compiler: fix __equals_1() on older compilers
2023-04-07  Willy TarreauCLEANUP: opentracing: remove the last two occurrences...
2023-04-07  Willy TarreauCLEANUP: tree-wide: remove strpcy() from constant strings
2023-04-07  Willy TarreauCLEANUP: ocsp: do no use strpcy() to copy a path!
2023-04-07  Willy TarreauCLEANUP: tcpcheck: remove the only occurrence of sprint...
2023-04-07  Willy TarreauBUG/MINOR: lua: remove incorrect usage of strncat()
2023-04-06  Olivier HouchardMEDIUM: compression: Make it so we can compress request...
2023-04-06  Olivier HouchardMINOR: compression: Count separately request and respon...
2023-04-06  Olivier HouchardMINOR: compression: Store algo and type for both reques...
2023-04-06  Olivier HouchardMINOR: compression: Prepare compression code for reques...
2023-04-06  Olivier HouchardMINOR: compression: Make compression offload a flag
2023-04-06  Christopher... BUG/MUNOR: http-ana: Use an unsigned integer for http_m...
2023-04-06  Christopher... MINOR: applet: Use unsafe version to get stream from...
2023-04-05  Aurelien DARRAGONBUG/MINOR: errors: invalid use of memprintf in startup_...
2023-04-05  William LallemandBUG/MINOR: mworker: unset more internal variables from...
2023-04-05  Amaury DenoyelleMINOR: quic: remove address concatenation to ODCID
2023-04-05  Amaury DenoyelleMINOR: quic: remove ODCID dedicated tree
2023-04-05  Amaury DenoyelleMINOR: quic: derive first DCID from client ODCID
2023-04-05  Frédéric LécailleBUG/MINOR: quic: Possible crashes in qc_idle_timer_task()
2023-04-05  Christopher... BUG/MINOR: http-ana: Don't switch message to DATA when...
2023-04-05  Christopher... MINOR: http-ana: Add a HTTP_MSGF flag to state the...
2023-04-05  Aurelien DARRAGONEXAMPLES: add basic event_hdl lua example script
2023-04-05  Aurelien DARRAGONMINOR: hlua/event_hdl: per-server event subscription
2023-04-05  Aurelien DARRAGONMEDIUM: hlua/event_hdl: initial support for event handlers
2023-04-05  Aurelien DARRAGONMINOR: proxy: add findserver_unique_id() and findserver...
2023-04-05  Aurelien DARRAGONMINOR: event_hdl: pause/resume for subscriptions
2023-04-05  Aurelien DARRAGONMINOR: event_hdl: add event_hdl_async_equeue_size(...
2023-04-05  Aurelien DARRAGONMINOR: event_hdl: add event_hdl_async_equeue_isempty...
2023-04-05  Aurelien DARRAGONMINOR: event_hdl: normal tasks support for advanced...
2023-04-05  Aurelien DARRAGONBUG/MEDIUM: event_hdl: fix async data refcount issue
2023-04-05  Aurelien DARRAGONBUG/MEDIUM: event_hdl: clean soft-stop handling
2023-04-05  Aurelien DARRAGONMINOR: event_hdl: global sublist management clarification
2023-04-05  Aurelien DARRAGONBUG/MINOR: event_hdl: make event_hdl_subscribe thread...
2023-04-05  Aurelien DARRAGONBUG/MINOR: event_hdl: fix rid storage type
2023-04-05  Aurelien DARRAGONDOC: lua: silence "Unexpected indentation" Sphinx warnings
2023-04-05  Aurelien DARRAGONDOC: lua: silence "literal block ends without a blank...
2023-04-05  Aurelien DARRAGONMINOR: hlua: support for optional arguments to core...
2023-04-05  Aurelien DARRAGONMINOR: hlua_fcn: add server->get_rid() method
2023-04-05  Aurelien DARRAGONBUG/MEDIUM: hlua: prevent deadlocks with main lua lock
2023-04-05  Aurelien DARRAGONMINOR: hlua: simplify lua locking
2023-04-05  Aurelien DARRAGONCLEANUP: hlua: use hlua_unref() instead of luaL_unref()
2023-04-05  Aurelien DARRAGONCLEANUP: hlua: use hlua_pushref() instead of lua_rawgeti()
2023-04-05  Aurelien DARRAGONCLEANUP: hlua: use hlua_ref() instead of luaL_ref()
2023-04-05  Aurelien DARRAGONBUG/MINOR: hlua: prevent function and table reference...
2023-04-05  Aurelien DARRAGONBUG/MINOR: hlua: fix reference leak in hlua_post_init_s...
2023-04-05  Aurelien DARRAGONBUG/MINOR: hlua: fix reference leak in core.register_task()
2023-04-05  Aurelien DARRAGONMINOR: hlua: fix return type for hlua_checkfunction...
2023-04-05  Aurelien DARRAGONMINOR: hlua: add simple hlua reference handling API
2023-04-05  Aurelien DARRAGONCLEANUP: hlua: fix conflicting comment in hlua_ctx_dest...
2023-04-05  Aurelien DARRAGONMEDIUM: hlua_fcn/api: remove some old server and proxy...
2023-04-05  Thierry FournierMEDIUM: hlua_fcn: dynamic server iteration and indexing
2023-04-05  Thierry FournierMINOR: hlua_fcn: alternative to old proxy and server...
2023-04-05  Thierry FournierMEDIUM: hlua: Dynamic list of frontend/backend in Lua
2023-04-05  Thierry FournierMINOR: hlua: Fix two functions that return nothing...
2023-04-05  Aurelien DARRAGONBUG/MINOR: hlua: enforce proper running context for...
2023-04-05  Aurelien DARRAGONMINOR: hlua: properly handle hlua_process_task HLUA_E_E...
2023-04-05  Aurelien DARRAGONBUG/MINOR: hlua: hook yield does not behave as expected
2023-04-05  Aurelien DARRAGONMINOR: server: correctly free servers on deinit()
2023-04-05  Aurelien DARRAGONMINOR: server: always call ssl->destroy_srv when available
2023-04-05  Aurelien DARRAGONBUG/MINOR: log: free log forward proxies on deinit()
2023-04-05  Aurelien DARRAGONBUG/MINOR: sink: free forward_px on deinit()
2023-04-05  Aurelien DARRAGONBUG/MINOR: stats: properly handle server stats dumping...
2023-04-05  Aurelien DARRAGONBUG/MINOR: server/del: fix srv->next pointer consistency
2023-04-05  Aurelien DARRAGONMINOR: server: add SRV_F_DELETED flag
2023-04-05  Christopher... MINOR: stconn/applet: Add BUG_ON_HOT() to be sure SE_FL...
2023-04-05  Christopher... MINOR: tree-wide: Simplifiy some tests on SHUT flags...
2023-04-05  Christopher... MEDIUM: tree-wide: Move flags about shut from the chann...
2023-04-05  Christopher... MINOR: stconn/channel: Move CF_EOI into the SC and...
2023-04-05  Christopher... MEDIUM: http_client: Use the sedesc to report and detec...
2023-04-05  Christopher... MEDIUM: promex: Use the sedesc to report and detect...
2023-04-05  Christopher... MEDIUM: stats: Use the sedesc to report and detect...
2023-04-05  Christopher... MEDIUM: sink: Use the sedesc to report and detect end...
next