- a2d8ad2 MINOR: quic: Replace MT_LISTs by LISTs for RX packets. by Frédéric Lécaille · 2 years, 3 months ago
- ea4a5cb BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data by Frédéric Lécaille · 2 years, 3 months ago
- 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · 2 years, 4 months ago
- d4774d3 MINOR: ssl: handle ca-file appending in cafile_entry by William Lallemand · 2 years, 4 months ago
- 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · 2 years, 3 months ago
- 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · 2 years, 3 months ago
- 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · 2 years, 3 months ago
- 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · 2 years, 3 months ago
- b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · 2 years, 4 months ago
- cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · 2 years, 3 months ago
- bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · 2 years, 3 months ago
- 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · 2 years, 3 months ago
- cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · 2 years, 3 months ago
- 42b180d MINOR: pools/memprof: store and report the pool's name in each bin by Willy Tarreau · 2 years, 3 months ago
- facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · 2 years, 3 months ago
- 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · 2 years, 3 months ago
- 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · 2 years, 4 months ago
- 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · 2 years, 4 months ago
- 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · 2 years, 4 months ago
- 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · 2 years, 4 months ago
- e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · 2 years, 4 months ago
- 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · 2 years, 4 months ago
- a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · 2 years, 4 months ago
- a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · 2 years, 4 months ago
- 341ac99 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · 2 years, 4 months ago
- f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · 2 years, 4 months ago
- db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · 2 years, 4 months ago
- 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
- 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
- 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · 2 years, 4 months ago
- 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
- 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · 2 years, 4 months ago
- 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · 2 years, 4 months ago
- 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · 2 years, 4 months ago
- 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · 2 years, 4 months ago
- 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · 2 years, 4 months ago
- 8ddde4f BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement by Frédéric Lécaille · 2 years, 4 months ago
- b32cb9b REORG: server: Export srv_settings_cpy() function by Christopher Faulet · 2 years, 4 months ago
- bd6ec1b MEDIUM: mux-quic: implement http-keep-alive timeout by Amaury Denoyelle · 2 years, 4 months ago
- c603de4 MINOR: mux-quic: count in-progress requests by Amaury Denoyelle · 2 years, 4 months ago
- 07bf8f4 MINOR: mux-quic: save proxy instance into qcc by Amaury Denoyelle · 2 years, 4 months ago
- 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · 2 years, 4 months ago
- 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · 2 years, 4 months ago
- 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · 2 years, 4 months ago
- 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · 2 years, 4 months ago
- 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · 2 years, 5 months ago
- 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · 2 years, 6 months ago
- c591459 MINOR: quic: Congestion control architecture refactoring by Frédéric Lécaille · 2 years, 6 months ago
- dc66f2f DEBUG: fd: split the fd check by William Lallemand · 2 years, 4 months ago
- 51b1fce DEBUG: fd: detect possibly invalid tgid in fd_insert() by Willy Tarreau · 2 years, 4 months ago
- 7e94b40 BUG/MINOR: fd: Properly init the fd state in fd_insert() by Christopher Faulet · 2 years, 4 months ago
- 03f3049 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · 2 years, 4 months ago
- 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · 2 years, 4 months ago
- 856d56d MINOR: config: change default MAX_TGROUPS to 16 by Willy Tarreau · 2 years, 5 months ago
- c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · 2 years, 5 months ago
- 88c4c14 MINOR: fd: add fd_reregister_all() to deal with boot-time FDs by Willy Tarreau · 2 years, 5 months ago
- ddedc16 MEDIUM: fd: make fd_insert/fd_delete atomically update fd.tgid by Willy Tarreau · 2 years, 5 months ago
- 3638d17 MEDIUM: fd: make thread_mask now represent group-local IDs by Willy Tarreau · 2 years, 5 months ago
- d6e1987 MINOR: fd: make fd_clr_running() return the previous value instead by Willy Tarreau · 2 years, 5 months ago
- a707d02 MEDIUM: fd/poller: turn running_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
- 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
- ceffd17 MINOR: fd: add fd_get_running() to atomically return the running mask by Willy Tarreau · 2 years, 5 months ago
- 080373e MINOR: fd: add functions to manipulate the FD's tgid by Willy Tarreau · 2 years, 5 months ago
- 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · 2 years, 5 months ago
- 512dd2d MINOR: fd: make fd_insert() apply the thread mask itself by Willy Tarreau · 2 years, 5 months ago
- 35ee710 MEDIUM: fd/poller: make the update-list per-group by Willy Tarreau · 2 years, 5 months ago
- 91a7c16 MINOR: task: move the niced_tasks counter to the thread group context by Willy Tarreau · 2 years, 5 months ago
- b0e7712 MEDIUM: task/thread: move the task shared wait queues per thread group by Willy Tarreau · 2 years, 5 months ago
- 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · 2 years, 5 months ago
- 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · 2 years, 5 months ago
- 7aa4119 MEDIUM: debug/threads: make the lock debugging take tgroups into account by Willy Tarreau · 2 years, 5 months ago
- 4d9888c CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros by Willy Tarreau · 2 years, 5 months ago
- 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · 2 years, 5 months ago
- d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · 2 years, 5 months ago
- 57e6db7 MINOR: quic: define a generic QUIC error type by Amaury Denoyelle · 2 years, 5 months ago
- 41cd879 CLEANUP: quic: clean up include on quic_frame-t.h by Amaury Denoyelle · 2 years, 5 months ago
- a5b5075 MEDIUM: mux-quic: implement STOP_SENDING handling by Amaury Denoyelle · 2 years, 5 months ago
- 843a119 MEDIUM: mux-quic: implement RESET_STREAM emission by Amaury Denoyelle · 2 years, 5 months ago
- 38e6006 MINOR: mux-quic: define basic stream states by Amaury Denoyelle · 2 years, 5 months ago
- b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · 2 years, 5 months ago
- 481edac BUILD: debug: silence warning on gcc-5 by Willy Tarreau · 2 years, 5 months ago
- ca7218a MINOR: http: Add function to detect default port by Christopher Faulet · 2 years, 5 months ago
- 658f971 MINOR: http: Add function to get port part of a host by Christopher Faulet · 2 years, 5 months ago
- 3f39b40 MINOR: mux-quic: rename qcs flag FIN_RECV to SIZE_KNOWN by Amaury Denoyelle · 2 years, 5 months ago
- a509ffb MEDIUM: mux-quic: refactor streams opening by Amaury Denoyelle · 2 years, 5 months ago
- 321fa77 REORG: mux-quic: reorganize flow-control fields by Amaury Denoyelle · 2 years, 5 months ago
- a441ec9 CLEANUP: mux-quic: do not export qc_get_ncbuf by Amaury Denoyelle · 2 years, 5 months ago
- 36d9097 MINOR: fd: Add BUG_ON checks on fd_insert() by Emeric Brun · 2 years, 5 months ago
- 1229ef3 MINOR: wdt: do not rely on threads_to_dump anymore by Willy Tarreau · 2 years, 5 months ago
- a2b8ed4 MINOR: thread: add is_thread_harmless() to know if a thread already is harmless by Willy Tarreau · 2 years, 5 months ago
- 598cf3f MAJOR: threads: change thread_isolate to support inter-group synchronization by Willy Tarreau · 2 years, 5 months ago
- ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · 2 years, 5 months ago
- 03f9b35 MEDIUM: tinfo: add a dynamic thread-group context by Willy Tarreau · 2 years, 5 months ago
- 22b2a24 CLEANUP: thread: remove thread_sync_release() and thread_sync_mask by Willy Tarreau · 2 years, 5 months ago
- cce203a MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups by Willy Tarreau · 2 years, 5 months ago
- 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · 2 years, 5 months ago
- 60fe4a9 MINOR: tinfo: replace the tgid with tgid_bit in tgroup_info by Willy Tarreau · 2 years, 5 months ago
- 66ad98a MINOR: tinfo: add the tgid to the thread_info struct by Willy Tarreau · 2 years, 5 months ago
- e7475c8 MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag by Willy Tarreau · 2 years, 5 months ago
- dce4ad7 MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups by Willy Tarreau · 2 years, 5 months ago