- f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · 2 years, 4 months ago
- 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · 2 years, 4 months ago
- 03f3049 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · 2 years, 4 months ago
- 4348232 BUG/MINOR: ssl: allow duplicate certificates in ca-file directories by William Lallemand · 2 years, 4 months ago
- 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · 2 years, 4 months ago
- e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · 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
- bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · 2 years, 4 months ago
- 2200a9c [RELEASE] Released version 2.7-dev2 by Willy Tarreau · 2 years, 4 months ago
- 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · 2 years, 4 months ago
- 856d56d MINOR: config: change default MAX_TGROUPS to 16 by Willy Tarreau · 2 years, 4 months ago
- c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · 2 years, 4 months ago
- cfdd20a MEDIUM: fd: support broadcasting updates for foreign groups in updt_fd_polling by Willy Tarreau · 2 years, 4 months ago
- 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · 2 years, 5 months ago
- d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · 2 years, 5 months ago
- 9baff4f MEDIUM: fd: support stopping FDs during starting by Willy Tarreau · 2 years, 4 months ago
- 88c4c14 MINOR: fd: add fd_reregister_all() to deal with boot-time FDs by Willy Tarreau · 2 years, 5 months ago
- d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · 2 years, 5 months ago
- 6018c02 MEDIUM: thread: change thread_resolve_group_mask() to return group-local values by Willy Tarreau · 2 years, 5 months ago
- 0b51eab MEDIUM: fd: quit fd_update_events() when FD is closed 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
- 27a3245 MEDIUM: fd: make fd_insert() take local thread masks 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
- 6302212 MEDIUM: fd/poller: turn polled_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
- 0dc1cc9 MAJOR: fd: grab the tgid before manipulating running 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
- c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" 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
- 8e2c0fa MINOR: fd: delete unused updates on close() 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
- 2f36d90 MAJOR: fd: remove pending updates upon real close by Willy Tarreau · 2 years, 5 months ago
- 15c5500 MEDIUM: conn: make conn_backend_get always scan the same group by Willy Tarreau · 2 years, 5 months ago
- d60269f DOC: design: add some thoughts about how to handle the update_list 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
- 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · 2 years, 5 months ago
- dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 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
- 1b2b59b MINOR: thread: remove MAX_THREADS limitation by Willy Tarreau · 2 years, 5 months ago
- e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · 2 years, 5 months ago
- b1093c6 MEDIUM: poller: program the update in fd_update_events() for a migrated FD by Willy Tarreau · 2 years, 5 months ago
- 1b927eb MEDIUM: proto: stop protocols under thread isolation during soft stop by Willy Tarreau · 2 years, 4 months ago
- 7aa4119 MEDIUM: debug/threads: make the lock debugging take tgroups into account by Willy Tarreau · 2 years, 4 months ago
- 4d9888c CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros by Willy Tarreau · 2 years, 5 months ago
- 740038c MINOR: listener/config: make "thread" always support up to LONGBITS by Willy Tarreau · 2 years, 4 months ago
- acd6441 MEDIUM: config: remove the "process" keyword on "bind" lines by Willy Tarreau · 2 years, 4 months ago
- 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · 2 years, 4 months ago
- 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · 2 years, 4 months ago
- 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · 2 years, 4 months ago
- dadf00e DEBUG: cli: add a new "debug dev deadlock" expert command by Willy Tarreau · 2 years, 4 months ago
- dd75b64 MINOR: cli/streams: show a stream's tgid next to its thread ID by Willy Tarreau · 2 years, 4 months ago
- f0c86dd BUG/MEDIUM: debug: fix parallel thread dumps again by Willy Tarreau · 2 years, 4 months ago
- 55433f9 BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · 2 years, 4 months ago
- f15c75a BUG/MINOR: thread: use the correct thread's group in ha_tkillall() by Willy Tarreau · 2 years, 4 months ago
- 52f238d BUG/MEDIUM: cli/threads: make "show threads" more robust on applets by Willy Tarreau · 2 years, 4 months ago
- 9b0f0d1 BUG/MINOR: threads: produce correct global mask for tgroup > 1 by Willy Tarreau · 2 years, 4 months ago
- 114c9c8 MINOR: h3: implement graceful shutdown with GOAWAY by Amaury Denoyelle · 2 years, 8 months ago
- d701039 MINOR: h3: store control stream in h3c by Amaury Denoyelle · 2 years, 4 months ago
- a154dc0 MINOR: mux-quic: send one last time before release by Amaury Denoyelle · 2 years, 5 months ago
- c49d5d1 CLEANUP: mux-quic: move qc_release() by Amaury Denoyelle · 2 years, 4 months ago
- 240b1b1 MEDIUM: quic: send CONNECTION_CLOSE on released MUX by Amaury Denoyelle · 2 years, 4 months ago
- 069288b MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release by Amaury Denoyelle · 2 years, 4 months ago
- d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · 2 years, 4 months ago
- 57e6db7 MINOR: quic: define a generic QUIC error type by Amaury Denoyelle · 2 years, 4 months ago
- 41cd879 CLEANUP: quic: clean up include on quic_frame-t.h by Amaury Denoyelle · 2 years, 4 months ago
- 72d8650 BUG/MINOR: quic: fix closing state on NO_ERROR code sent by Amaury Denoyelle · 2 years, 4 months ago
- 6729726 BUG/MEDIUM: debug: fix possible hang when multiple threads dump at once by Willy Tarreau · 2 years, 4 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
- 20d1f84 MINOR: mux-quic: use stream states to mark as detached by Amaury Denoyelle · 2 years, 5 months ago
- 38e6006 MINOR: mux-quic: define basic stream states by Amaury Denoyelle · 2 years, 5 months ago
- b68559a MINOR: mux-quic: support stream opening via MAX_STREAM_DATA by Amaury Denoyelle · 2 years, 5 months ago
- 57161b7 MINOR: mux-quic: do not ack STREAM frames on unrecoverable error by Amaury Denoyelle · 2 years, 5 months ago
- 5fbb869 MINOR: mux-quic: filter send/receive-only streams on frame parsing by Amaury Denoyelle · 2 years, 5 months ago
- 4561f84 MINOR: mux-quic: implement qcs_alert() by Amaury Denoyelle · 2 years, 5 months ago
- 392e94e MINOR: mux-quic: add traces on frame parsing functions by Amaury Denoyelle · 2 years, 5 months ago
- c1a6dfd MINOR: mux-quic: rename stream purge function by Amaury Denoyelle · 2 years, 5 months ago
- b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · 2 years, 5 months ago
- e53b489 BUG/MEDIUM: mux-quic: fix server chunked encoding response by Amaury Denoyelle · 2 years, 5 months ago
- a88e8bf BUILD: http: silence an uninitialized warning affecting gcc-5 by Willy Tarreau · 2 years, 5 months ago
- 481edac BUILD: debug: silence warning on gcc-5 by Willy Tarreau · 2 years, 5 months ago
- 0d02377 MEDIUM: epoll: don't synchronously delete migrated FDs by Willy Tarreau · 2 years, 5 months ago
- 372b38f BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send by Christopher Faulet · 2 years, 5 months ago
- 52fc0cb BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state by Christopher Faulet · 2 years, 5 months ago
- 5966e40 BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer by Christopher Faulet · 2 years, 5 months ago
- a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · 2 years, 5 months ago
- 887a2b5 REGTEESTS: filters: Fix CONNECT request in random-forwarding script by Christopher Faulet · 2 years, 5 months ago
- 12f6dbb BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream by Christopher Faulet · 2 years, 5 months ago
- d1d983f MINOR: http-htx: Use new HTTP functions for the scheme based normalization by Christopher Faulet · 2 years, 5 months ago
- 3f5fbe9 BUG/MEDIUM: h1: Improve authority validation for CONNCET request by Christopher Faulet · 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
- 0eab050 BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo by Christopher Faulet · 2 years, 5 months ago
- 1d93217 BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · 2 years, 5 months ago