1. f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · 2 years, 4 months ago
  2. 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · 2 years, 4 months ago
  3. 03f3049 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · 2 years, 4 months ago
  4. 4348232 BUG/MINOR: ssl: allow duplicate certificates in ca-file directories by William Lallemand · 2 years, 4 months ago
  5. 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · 2 years, 4 months ago
  6. e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · 2 years, 4 months ago
  7. 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · 2 years, 4 months ago
  8. bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · 2 years, 4 months ago
  9. 2200a9c [RELEASE] Released version 2.7-dev2 by Willy Tarreau · 2 years, 4 months ago
  10. 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · 2 years, 4 months ago
  11. 856d56d MINOR: config: change default MAX_TGROUPS to 16 by Willy Tarreau · 2 years, 4 months ago
  12. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · 2 years, 4 months ago
  13. cfdd20a MEDIUM: fd: support broadcasting updates for foreign groups in updt_fd_polling by Willy Tarreau · 2 years, 4 months ago
  14. 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · 2 years, 5 months ago
  15. d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · 2 years, 5 months ago
  16. 9baff4f MEDIUM: fd: support stopping FDs during starting by Willy Tarreau · 2 years, 4 months ago
  17. 88c4c14 MINOR: fd: add fd_reregister_all() to deal with boot-time FDs by Willy Tarreau · 2 years, 5 months ago
  18. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · 2 years, 5 months ago
  19. 6018c02 MEDIUM: thread: change thread_resolve_group_mask() to return group-local values by Willy Tarreau · 2 years, 5 months ago
  20. 0b51eab MEDIUM: fd: quit fd_update_events() when FD is closed by Willy Tarreau · 2 years, 5 months ago
  21. ddedc16 MEDIUM: fd: make fd_insert/fd_delete atomically update fd.tgid by Willy Tarreau · 2 years, 5 months ago
  22. 27a3245 MEDIUM: fd: make fd_insert() take local thread masks by Willy Tarreau · 2 years, 5 months ago
  23. 3638d17 MEDIUM: fd: make thread_mask now represent group-local IDs by Willy Tarreau · 2 years, 5 months ago
  24. d6e1987 MINOR: fd: make fd_clr_running() return the previous value instead by Willy Tarreau · 2 years, 5 months ago
  25. a707d02 MEDIUM: fd/poller: turn running_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  26. 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  27. 6302212 MEDIUM: fd/poller: turn polled_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  28. 0dc1cc9 MAJOR: fd: grab the tgid before manipulating running by Willy Tarreau · 2 years, 5 months ago
  29. ceffd17 MINOR: fd: add fd_get_running() to atomically return the running mask by Willy Tarreau · 2 years, 5 months ago
  30. 080373e MINOR: fd: add functions to manipulate the FD's tgid by Willy Tarreau · 2 years, 5 months ago
  31. c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" by Willy Tarreau · 2 years, 5 months ago
  32. 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · 2 years, 5 months ago
  33. 512dd2d MINOR: fd: make fd_insert() apply the thread mask itself by Willy Tarreau · 2 years, 5 months ago
  34. 8e2c0fa MINOR: fd: delete unused updates on close() by Willy Tarreau · 2 years, 5 months ago
  35. 35ee710 MEDIUM: fd/poller: make the update-list per-group by Willy Tarreau · 2 years, 5 months ago
  36. 2f36d90 MAJOR: fd: remove pending updates upon real close by Willy Tarreau · 2 years, 5 months ago
  37. 15c5500 MEDIUM: conn: make conn_backend_get always scan the same group by Willy Tarreau · 2 years, 5 months ago
  38. d60269f DOC: design: add some thoughts about how to handle the update_list by Willy Tarreau · 2 years, 5 months ago
  39. 91a7c16 MINOR: task: move the niced_tasks counter to the thread group context by Willy Tarreau · 2 years, 5 months ago
  40. b0e7712 MEDIUM: task/thread: move the task shared wait queues per thread group by Willy Tarreau · 2 years, 5 months ago
  41. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · 2 years, 5 months ago
  42. 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · 2 years, 5 months ago
  43. dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 by Willy Tarreau · 2 years, 5 months ago
  44. 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · 2 years, 5 months ago
  45. 1b2b59b MINOR: thread: remove MAX_THREADS limitation by Willy Tarreau · 2 years, 5 months ago
  46. e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · 2 years, 5 months ago
  47. b1093c6 MEDIUM: poller: program the update in fd_update_events() for a migrated FD by Willy Tarreau · 2 years, 5 months ago
  48. 1b927eb MEDIUM: proto: stop protocols under thread isolation during soft stop by Willy Tarreau · 2 years, 4 months ago
  49. 7aa4119 MEDIUM: debug/threads: make the lock debugging take tgroups into account by Willy Tarreau · 2 years, 4 months ago
  50. 4d9888c CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros by Willy Tarreau · 2 years, 5 months ago
  51. 740038c MINOR: listener/config: make "thread" always support up to LONGBITS by Willy Tarreau · 2 years, 4 months ago
  52. acd6441 MEDIUM: config: remove the "process" keyword on "bind" lines by Willy Tarreau · 2 years, 4 months ago
  53. 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · 2 years, 4 months ago
  54. 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · 2 years, 4 months ago
  55. 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · 2 years, 4 months ago
  56. dadf00e DEBUG: cli: add a new "debug dev deadlock" expert command by Willy Tarreau · 2 years, 4 months ago
  57. dd75b64 MINOR: cli/streams: show a stream's tgid next to its thread ID by Willy Tarreau · 2 years, 4 months ago
  58. f0c86dd BUG/MEDIUM: debug: fix parallel thread dumps again by Willy Tarreau · 2 years, 4 months ago
  59. 55433f9 BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · 2 years, 4 months ago
  60. f15c75a BUG/MINOR: thread: use the correct thread's group in ha_tkillall() by Willy Tarreau · 2 years, 4 months ago
  61. 52f238d BUG/MEDIUM: cli/threads: make "show threads" more robust on applets by Willy Tarreau · 2 years, 4 months ago
  62. 9b0f0d1 BUG/MINOR: threads: produce correct global mask for tgroup > 1 by Willy Tarreau · 2 years, 4 months ago
  63. 114c9c8 MINOR: h3: implement graceful shutdown with GOAWAY by Amaury Denoyelle · 2 years, 8 months ago
  64. d701039 MINOR: h3: store control stream in h3c by Amaury Denoyelle · 2 years, 4 months ago
  65. a154dc0 MINOR: mux-quic: send one last time before release by Amaury Denoyelle · 2 years, 5 months ago
  66. c49d5d1 CLEANUP: mux-quic: move qc_release() by Amaury Denoyelle · 2 years, 4 months ago
  67. 240b1b1 MEDIUM: quic: send CONNECTION_CLOSE on released MUX by Amaury Denoyelle · 2 years, 4 months ago
  68. 069288b MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release by Amaury Denoyelle · 2 years, 4 months ago
  69. d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · 2 years, 4 months ago
  70. 57e6db7 MINOR: quic: define a generic QUIC error type by Amaury Denoyelle · 2 years, 4 months ago
  71. 41cd879 CLEANUP: quic: clean up include on quic_frame-t.h by Amaury Denoyelle · 2 years, 4 months ago
  72. 72d8650 BUG/MINOR: quic: fix closing state on NO_ERROR code sent by Amaury Denoyelle · 2 years, 4 months ago
  73. 6729726 BUG/MEDIUM: debug: fix possible hang when multiple threads dump at once by Willy Tarreau · 2 years, 4 months ago
  74. a5b5075 MEDIUM: mux-quic: implement STOP_SENDING handling by Amaury Denoyelle · 2 years, 5 months ago
  75. 843a119 MEDIUM: mux-quic: implement RESET_STREAM emission by Amaury Denoyelle · 2 years, 5 months ago
  76. 20d1f84 MINOR: mux-quic: use stream states to mark as detached by Amaury Denoyelle · 2 years, 5 months ago
  77. 38e6006 MINOR: mux-quic: define basic stream states by Amaury Denoyelle · 2 years, 5 months ago
  78. b68559a MINOR: mux-quic: support stream opening via MAX_STREAM_DATA by Amaury Denoyelle · 2 years, 5 months ago
  79. 57161b7 MINOR: mux-quic: do not ack STREAM frames on unrecoverable error by Amaury Denoyelle · 2 years, 5 months ago
  80. 5fbb869 MINOR: mux-quic: filter send/receive-only streams on frame parsing by Amaury Denoyelle · 2 years, 5 months ago
  81. 4561f84 MINOR: mux-quic: implement qcs_alert() by Amaury Denoyelle · 2 years, 5 months ago
  82. 392e94e MINOR: mux-quic: add traces on frame parsing functions by Amaury Denoyelle · 2 years, 5 months ago
  83. c1a6dfd MINOR: mux-quic: rename stream purge function by Amaury Denoyelle · 2 years, 5 months ago
  84. b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · 2 years, 5 months ago
  85. e53b489 BUG/MEDIUM: mux-quic: fix server chunked encoding response by Amaury Denoyelle · 2 years, 5 months ago
  86. a88e8bf BUILD: http: silence an uninitialized warning affecting gcc-5 by Willy Tarreau · 2 years, 5 months ago
  87. 481edac BUILD: debug: silence warning on gcc-5 by Willy Tarreau · 2 years, 5 months ago
  88. 0d02377 MEDIUM: epoll: don't synchronously delete migrated FDs by Willy Tarreau · 2 years, 5 months ago
  89. 372b38f BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send by Christopher Faulet · 2 years, 5 months ago
  90. 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
  91. 5966e40 BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer by Christopher Faulet · 2 years, 5 months ago
  92. a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · 2 years, 5 months ago
  93. 887a2b5 REGTEESTS: filters: Fix CONNECT request in random-forwarding script by Christopher Faulet · 2 years, 5 months ago
  94. 12f6dbb BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream by Christopher Faulet · 2 years, 5 months ago
  95. d1d983f MINOR: http-htx: Use new HTTP functions for the scheme based normalization by Christopher Faulet · 2 years, 5 months ago
  96. 3f5fbe9 BUG/MEDIUM: h1: Improve authority validation for CONNCET request by Christopher Faulet · 2 years, 5 months ago
  97. ca7218a MINOR: http: Add function to detect default port by Christopher Faulet · 2 years, 5 months ago
  98. 658f971 MINOR: http: Add function to get port part of a host by Christopher Faulet · 2 years, 5 months ago
  99. 0eab050 BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo by Christopher Faulet · 2 years, 5 months ago
  100. 1d93217 BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · 2 years, 5 months ago