]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-07-04  Willy TarreauBUG/MEDIUM: thread: check stopping thread against local...
2022-07-04  Willy TarreauBUG/MEDIUM: threads: fix incorrect thread group being...
2022-07-01  Willy TarreauBUILD: debug: re-export thread_dump_state
2022-07-01  Willy TarreauBUILD: debug: fix build issue on clang with previous...
2022-07-01  Willy TarreauMEDIUM: debug: make the thread dumper not rely on a...
2022-07-01  Willy TarreauMINOR: wdt: do not rely on threads_to_dump anymore
2022-07-01  Willy TarreauMINOR: debug: mark oneself harmless while waiting for...
2022-07-01  Willy TarreauMINOR: thread: add is_thread_harmless() to know if...
2022-07-01  Willy TarreauMAJOR: threads: change thread_isolate to support inter...
2022-07-01  Willy TarreauMEDIUM: thread: make stopping_threads per-group and...
2022-07-01  Willy TarreauMEDIUM: tinfo: add a dynamic thread-group context
2022-07-01  Willy TarreauCLEANUP: thread: remove thread_sync_release() and threa...
2022-07-01  Willy TarreauMINOR: thread: add a new all_tgroups_mask variable...
2022-07-01  Willy TarreauMINOR: thread: use ltid_bit in ha_tkillall()
2022-07-01  Willy TarreauMINOR: clock: use ltid_bit in clock_report_idle()
2022-07-01  Willy TarreauMINOR: wdt: use ltid_bit in wdt_handler()
2022-07-01  Willy TarreauMINOR: debug: use ltid_bit in ha_thread_dump()
2022-07-01  Willy TarreauMINOR: tinfo: add the mask of enabled threads in each...
2022-07-01  Willy TarreauMINOR: tinfo: replace the tgid with tgid_bit in tgroup_info
2022-07-01  Willy TarreauMINOR: tinfo: add the tgid to the thread_info struct
2022-07-01  Willy TarreauMEDIUM: tasks/fd: replace sleeping_thread_mask with...
2022-07-01  Willy TarreauMEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIE...
2022-07-01  Willy TarreauMINOR: poller: update_fd_polling: wake a random other...
2022-07-01  Willy TarreauMEDIUM: polling: make update_fd_polling() not care...
2022-07-01  Willy TarreauMINOR: poller: centralize poll return handling
2022-07-01  Willy TarreauMINOR: thread: only use atomic ops to touch the flags
2022-07-01  Willy TarreauMINOR: thread: move the flags to the shared cache line
2022-07-01  Willy TarreauMINOR: thread: make wake_thread() take care of the...
2022-07-01  Willy TarreauMEDIUM: queue: revert to regular inter-task wakeups
2022-07-01  Willy TarreauMEDIUM: task: use regular eb32 trees for the run queues
2022-07-01  Willy TarreauMINOR: task: replace global_tasks_mask with a check...
2022-07-01  Willy TarreauMINOR: task: remove grq_total and use rq_total instead
2022-07-01  Willy TarreauMEDIUM: task: replace the global rq_lock with a per...
2022-07-01  Willy TarreauMEDIUM: task: move the shared runqueue to one per thread
2022-07-01  Willy TarreauMINOR: task: make rqueue_ticks atomic
2022-07-01  Willy TarreauCLEANUP: task: remove the now unused TASK_GLOBAL flag
2022-07-01  Willy TarreauCLEANUP: task: remove the unused task_unlink_rq()
2022-07-01  Willy TarreauMINOR: task: replace task_set_affinity() with task_set_...
2022-07-01  Willy TarreauMEDIUM: task: remove TASK_SHARED_WQ and only use t...
2022-07-01  Willy TarreauMINOR: applet: always use task_new_on() on applet creation
2022-07-01  Willy TarreauMEDIUM: task: only keep task_new_*() and drop task_new()
2022-07-01  Willy TarreauMEDIUM: applet: only keep appctx_new_*() and drop appct...
2022-07-01  Willy TarreauCLEANUP: task: remove thread_mask from the struct task
2022-07-01  Willy TarreauMAJOR: task: replace t->thread_mask with 1<<t->tid...
2022-07-01  Willy TarreauMAJOR: task: use t->tid instead of ffsl(t->thread_mask...
2022-07-01  Willy TarreauMEDIUM: task/debug: move the ->thread_mask integrity...
2022-07-01  Willy TarreauMEDIUM: task: add and preset a thread ID in the task...
2022-07-01  Willy TarreauMINOR: debug: remove mask support from "debug dev sched"
2022-07-01  Willy TarreauCLEANUP: config: remove unused proc_mask()
2022-07-01  Willy TarreauMINOR: tinfo: make tid temporarily still reflect global ID
2022-07-01  Emeric BrunBUG/MEDIUM: ssl/fd: unexpected fd close using async...
2022-07-01  Emeric BrunMINOR: fd: add a new FD_DISOWN flag to prevent from...
2022-07-01  Amaury DenoyelleBUG/MINOR: mux-quic: do not signal FIN if gap in buffer
2022-07-01  Amaury DenoyelleMINOR: ncbuf: implement ncb_is_fragmented()
2022-07-01  Amaury DenoyelleCLEANUP: mux-quic: adjust comment on qcs_consume()
2022-06-30  Frédéric LécailleMINOR: quic: Increase the QUIC connections RX buffer...
2022-06-30  Frédéric LécailleCLEANUP: h2: Typo fix in h2_unsubcribe() traces
2022-06-30  Frédéric LécailleMINOR: quic: Improvements for the datagrams receipt
2022-06-30  Frédéric LécailleMINOR: quic: Duplicated QUIC_RX_BUFSZ definition
2022-06-30  Frédéric LécailleMINOR: quic: Add new stats counter to diagnose RX buffe...
2022-06-30  Frédéric LécailleBUG/MINOR: quic: Dropped packets not counted (with...
2022-06-30  Frédéric LécailleMINOR: task: Add tasklet_wakeup_after()
2022-06-30  Amaury DenoyelleMINOR: qpack: properly handle invalid dynamic table...
2022-06-30  Amaury DenoyelleBUG/MINOR: qpack: abort on dynamic index field line...
2022-06-30  Amaury DenoyelleMINOR: h3: handle errors on HEADERS parsing/QPACK decoding
2022-06-30  Amaury DenoyelleBUG/MINOR: qpack: fix build with QPACK_DEBUG
2022-06-24  Willy Tarreau[RELEASE] Released version 2.7-dev1 v2.7-dev1
2022-06-24  Christopher... MEDIUM: bwlim: Add support of bandwith limitation at...
2022-06-24  Frédéric LécailleBUILD: quic+h3: 32-bit compilation errors fixes
2022-06-23  Frédéric LécailleBUG/MAJOR: quic: Big RX dgrams leak with POST requests
2022-06-23  Frédéric LécailleBUG/MAJOR: quic: Big RX dgrams leak when fulfilling...
2022-06-23  Frédéric LécailleBUG/MINOR: quic: Wrong reuse of fulfilled dgram RX...
2022-06-23  Willy TarreauMEDIUM: debug: improve DEBUG_MEM_STATS to also report...
2022-06-23  Willy TarreauCLEANUP: pool/tree-wide: remove suffix "_pool" from...
2022-06-23  Willy TarreauBUG/MINOR: stream: only free the req/res captures when set
2022-06-22  Christopher... MINOR: freq_ctr: Add a function to get events excess...
2022-06-22  Christopher... BUG/MINOR: http-fetch: Use integer value when possible...
2022-06-22  Christopher... BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER...
2022-06-22  Frédéric LécailleBUG/MINOR: quic: Missing acknowledgments for trailing...
2022-06-22  Remi Tricot... BUG/MINOR: ssl: Do not look for key in extra files...
2022-06-22  Willy TarreauBUILD: ssl_ckch: fix "maybe-uninitialized" build error...
2022-06-21  Willy TarreauTESTS: add a unit test for one_among_mask()
2022-06-21  Willy TarreauMINOR: intops: add a function to return a valid bit...
2022-06-21  William LallemandBUG/MEDIUM: mworker: use default maxconn in wait mode
2022-06-21  Frédéric LécailleMINOR: quic: Dump version_information transport parameter
2022-06-21  Frédéric LécailleBUG/MINOR: quic: Acknowledgement must be forced during...
2022-06-20  William LallemandREGTESTS: ssl: add the same cert for client/server
2022-06-20  William LallemandBUG/MEDIUM: ssl/cli: crash when crt inserted into a...
2022-06-20  Amaury DenoyelleBUG/MINOR: qpack: abort on dynamic index field line...
2022-06-20  Amaury DenoyelleBUG/MINOR: quic: free rejected Rx packets
2022-06-20  Amaury DenoyelleBUG/MINOR: quic: purge conn Rx packet list on release
2022-06-20  Frédéric LécailleBUG/MINOR: quic_stats: Duplicate "quic_streams_data_blo...
2022-06-20  Frédéric LécailleBUG/MINOR: quic: Unexpected half open connection counte...
2022-06-20  Frédéric LécailleBUILD: quic: Wrong HKDF label constant variable initial...
2022-06-19  Willy TarreauMEDIUM: debug: detect redefinition of symbols upon...
2022-06-19  Willy TarreauMEDIUM: debug: add a tainted flag when a shared library...
2022-06-19  Willy TarreauMINOR: hlua: add a new hlua_show_current_location(...
2022-06-19  Willy TarreauMINOR: hlua: don't dump empty entries in hlua_traceback()
2022-06-17  Christopher... BUG/MINOR: log: Properly test connection retries to...
2022-06-17  Christopher... CLEANUP: stconn: Don't expect to have no sedesc on...
next