- 3fdacdd MEDIUM: queue: revert to regular inter-task wakeups by Willy Tarreau · 2 years, 6 months ago
- 319d136 MEDIUM: task: use regular eb32 trees for the run queues by Willy Tarreau · 2 years, 6 months ago
- c958c70 MINOR: task: replace global_tasks_mask with a check for tree's emptiness by Willy Tarreau · 2 years, 6 months ago
- da195e8 MINOR: task: remove grq_total and use rq_total instead by Willy Tarreau · 2 years, 6 months ago
- b17dd6c MEDIUM: task: replace the global rq_lock with a per-rq one by Willy Tarreau · 2 years, 6 months ago
- 6f78038 MEDIUM: task: move the shared runqueue to one per thread by Willy Tarreau · 2 years, 6 months ago
- a4fb79b MINOR: task: make rqueue_ticks atomic by Willy Tarreau · 2 years, 6 months ago
- fc5de15 CLEANUP: task: remove the now unused TASK_GLOBAL flag by Willy Tarreau · 2 years, 6 months ago
- 3961608 CLEANUP: task: remove the unused task_unlink_rq() by Willy Tarreau · 2 years, 6 months ago
- eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · 2 years, 6 months ago
- 159e3ac MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid by Willy Tarreau · 2 years, 6 months ago
- 3b7a19c MINOR: applet: always use task_new_on() on applet creation by Willy Tarreau · 2 years, 6 months ago
- 1f4bf72 MEDIUM: task: only keep task_new_*() and drop task_new() by Willy Tarreau · 2 years, 6 months ago
- cb85427 MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() by Willy Tarreau · 2 years, 6 months ago
- 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · 2 years, 6 months ago
- c44d08e MAJOR: task: replace t->thread_mask with 1<<t->tid when thread mask is needed by Willy Tarreau · 2 years, 6 months ago
- 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · 2 years, 6 months ago
- 5b8e054 MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid by Willy Tarreau · 2 years, 6 months ago
- 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · 2 years, 6 months ago
- 8e5c53a MINOR: debug: remove mask support from "debug dev sched" by Willy Tarreau · 2 years, 6 months ago
- 66ef2c3 CLEANUP: config: remove unused proc_mask() by Willy Tarreau · 2 years, 5 months ago
- 252754c MINOR: tinfo: make tid temporarily still reflect global ID by Willy Tarreau · 2 years, 6 months ago
- 7d392a5 BUG/MEDIUM: ssl/fd: unexpected fd close using async engine by Emeric Brun · 2 years, 5 months ago
- f41a3f6 MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FD by Emeric Brun · 2 years, 5 months ago
- 6befccd BUG/MINOR: mux-quic: do not signal FIN if gap in buffer by Amaury Denoyelle · 2 years, 5 months ago
- e0a92a7 MINOR: ncbuf: implement ncb_is_fragmented() by Amaury Denoyelle · 2 years, 5 months ago
- 36d4b5e CLEANUP: mux-quic: adjust comment on qcs_consume() by Amaury Denoyelle · 2 years, 5 months ago
- 649b3fd MINOR: quic: Increase the QUIC connections RX buffer size (upto 64Kb) by Frédéric Lécaille · 2 years, 5 months ago
- 67fda16 CLEANUP: h2: Typo fix in h2_unsubcribe() traces by Frédéric Lécaille · 2 years, 5 months ago
- 1b0707f MINOR: quic: Improvements for the datagrams receipt by Frédéric Lécaille · 2 years, 5 months ago
- 1ca1495 MINOR: quic: Duplicated QUIC_RX_BUFSZ definition by Frédéric Lécaille · 2 years, 5 months ago
- 45a1629 MINOR: quic: Add new stats counter to diagnose RX buffer overrun by Frédéric Lécaille · 2 years, 5 months ago
- 95a8dfb BUG/MINOR: quic: Dropped packets not counted (with RX buffers full) by Frédéric Lécaille · 2 years, 5 months ago
- ad548b5 MINOR: task: Add tasklet_wakeup_after() by Frédéric Lécaille · 2 years, 5 months ago
- a7a4c80 MINOR: qpack: properly handle invalid dynamic table references by Amaury Denoyelle · 2 years, 5 months ago
- 46e992d BUG/MINOR: qpack: abort on dynamic index field line decoding by Amaury Denoyelle · 2 years, 5 months ago
- 2bc4786 MINOR: h3: handle errors on HEADERS parsing/QPACK decoding by Amaury Denoyelle · 2 years, 5 months ago
- 055de23 BUG/MINOR: qpack: fix build with QPACK_DEBUG by Amaury Denoyelle · 2 years, 5 months ago
- f9de4e9 [RELEASE] Released version 2.7-dev1 by Willy Tarreau · 2 years, 5 months ago
- 2b67770 MEDIUM: bwlim: Add support of bandwith limitation at the stream level by Christopher Faulet · 2 years, 5 months ago
- 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · 2 years, 5 months ago
- 2bed1f1 BUG/MAJOR: quic: Big RX dgrams leak with POST requests by Frédéric Lécaille · 2 years, 5 months ago
- 19ef636 BUG/MAJOR: quic: Big RX dgrams leak when fulfilling a buffer by Frédéric Lécaille · 2 years, 5 months ago
- 0c53568 BUG/MINOR: quic: Wrong reuse of fulfilled dgram RX buffer by Frédéric Lécaille · 2 years, 5 months ago
- 27061cd MEDIUM: debug: improve DEBUG_MEM_STATS to also report pool alloc/free by Willy Tarreau · 2 years, 5 months ago
- b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · 2 years, 5 months ago
- 47af317 BUG/MINOR: stream: only free the req/res captures when set by Willy Tarreau · 2 years, 5 months ago
- aa55640 MINOR: freq_ctr: Add a function to get events excess over the current period by Christopher Faulet · 2 years, 5 months ago
- dbbdb25 BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch by Christopher Faulet · 2 years, 5 months ago
- 5eb67f5 BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created by Christopher Faulet · 2 years, 5 months ago
- 77ac6f5 BUG/MINOR: quic: Missing acknowledgments for trailing packets by Frédéric Lécaille · 2 years, 5 months ago
- 1bad7db BUG/MINOR: ssl: Do not look for key in extra files if already in pem by Remi Tricot-Le Breton · 2 years, 6 months ago
- d543ae0 BUILD: ssl_ckch: fix "maybe-uninitialized" build error on gcc-9.4 + ARM by Willy Tarreau · 2 years, 5 months ago
- 798d6fc TESTS: add a unit test for one_among_mask() by Willy Tarreau · 2 years, 5 months ago
- c7a8a3c MINOR: intops: add a function to return a valid bit position from a mask by Willy Tarreau · 2 years, 5 months ago
- 0a012aa BUG/MEDIUM: mworker: use default maxconn in wait mode by William Lallemand · 2 years, 5 months ago
- 4f5777a MINOR: quic: Dump version_information transport parameter by Frédéric Lécaille · 2 years, 5 months ago
- 57bddbc BUG/MINOR: quic: Acknowledgement must be forced during handshake by Frédéric Lécaille · 2 years, 5 months ago
- ae6547f REGTESTS: ssl: add the same cert for client/server by William Lallemand · 2 years, 5 months ago
- cb6c5f4 BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list by William Lallemand · 2 years, 5 months ago
- debaa04 BUG/MINOR: qpack: abort on dynamic index field line decoding by Amaury Denoyelle · 2 years, 5 months ago
- 23f908c BUG/MINOR: quic: free rejected Rx packets by Amaury Denoyelle · 2 years, 5 months ago
- 2c31e12 BUG/MINOR: quic: purge conn Rx packet list on release by Amaury Denoyelle · 2 years, 5 months ago
- 483499d BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name by Frédéric Lécaille · 2 years, 5 months ago
- 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · 2 years, 5 months ago
- b1cb958 BUILD: quic: Wrong HKDF label constant variable initializations by Frédéric Lécaille · 2 years, 6 months ago
- 177aed5 MEDIUM: debug: detect redefinition of symbols upon dlopen() by Willy Tarreau · 2 years, 5 months ago
- 40dde2d MEDIUM: debug: add a tainted flag when a shared library is loaded by Willy Tarreau · 2 years, 5 months ago
- 0b7b639 MINOR: hlua: add a new hlua_show_current_location() function by Willy Tarreau · 2 years, 5 months ago
- 5c14340 MINOR: hlua: don't dump empty entries in hlua_traceback() by Willy Tarreau · 2 years, 5 months ago
- a892b7f BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option by Christopher Faulet · 2 years, 5 months ago
- 82af3c6 CLEANUP: stconn: Don't expect to have no sedesc on detach by Christopher Faulet · 2 years, 5 months ago
- 9b8d7a1 MINOR: stream: Rely on stconn flags to abort stream destructive upgrade by Christopher Faulet · 2 years, 5 months ago
- b68f77d BUG/MEDIUM: stream: Properly handle destructive client connection upgrades by Christopher Faulet · 2 years, 6 months ago
- 9b3aa63 BUG/MINOR: task: fix thread assignment in tasklet_kill() by Willy Tarreau · 2 years, 6 months ago
- e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · 2 years, 6 months ago
- 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · 2 years, 6 months ago
- e17bf77 MINOR: quic: Released QUIC TLS extension for QUIC v2 draft by Frédéric Lécaille · 2 years, 6 months ago
- 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · 2 years, 6 months ago
- 83bf9ca CLEANUP: quid: QUIC draft-28 no more supported by Frédéric Lécaille · 2 years, 6 months ago
- ea0ec27 MINOR: quic: Parse long packet version from qc_parse_hd_form() by Frédéric Lécaille · 2 years, 6 months ago
- fa94f77 BUG/MINOR: quic: Wrong PTO calculation by Frédéric Lécaille · 2 years, 6 months ago
- 3f96a0a MINOR: quic: Add several nonce and key definitions for Retry tag by Frédéric Lécaille · 2 years, 6 months ago
- 01d515e BUG/MINOR: quic: Stop hardcoding Retry packet Version field by Frédéric Lécaille · 2 years, 6 months ago
- fa7fadc BUG/BUILD: h3: fix wrong label name by Amaury Denoyelle · 2 years, 6 months ago
- c003f50 MINOR: qpack: implement standalone decoder tool by Amaury Denoyelle · 2 years, 6 months ago
- b666c6b MINOR: qpack: improve decoding function by Amaury Denoyelle · 2 years, 6 months ago
- 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · 2 years, 6 months ago
- 28d3c24 MINOR: qpack: add ABORT_NOW on unimplemented decoding by Amaury Denoyelle · 2 years, 6 months ago
- 4bcaf69 BUG/MINOR: qpack: support header litteral name decoding by Amaury Denoyelle · 2 years, 6 months ago
- 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · 2 years, 6 months ago
- c5d31ed MINOR: qpack: add comments and remove a useless trace by Amaury Denoyelle · 2 years, 6 months ago
- 0aa6f3e DOC: design: update the task vs thread affinity requirements by Willy Tarreau · 2 years, 6 months ago
- f5aef02 OPTIM: task: do not consult shared WQ when we're already full by Willy Tarreau · 2 years, 6 months ago
- 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · 2 years, 6 months ago
- e35f032 CLEANUP: hlua: check for at least 2 threads on a task by Willy Tarreau · 2 years, 6 months ago
- 1a85a95 MINOR: tinfo: remove the global thread ID bit (tid_bit) by Willy Tarreau · 2 years, 6 months ago
- 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · 2 years, 6 months ago
- 680ed5f MINOR: task: move profiling bit to per-thread by Willy Tarreau · 2 years, 6 months ago
- 040955f BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup by Amaury Denoyelle · 2 years, 6 months ago