1. b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · 2 years, 5 months ago
  2. e53b489 BUG/MEDIUM: mux-quic: fix server chunked encoding response by Amaury Denoyelle · 2 years, 5 months ago
  3. a88e8bf BUILD: http: silence an uninitialized warning affecting gcc-5 by Willy Tarreau · 2 years, 5 months ago
  4. 481edac BUILD: debug: silence warning on gcc-5 by Willy Tarreau · 2 years, 5 months ago
  5. 0d02377 MEDIUM: epoll: don't synchronously delete migrated FDs by Willy Tarreau · 2 years, 5 months ago
  6. 372b38f BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send by Christopher Faulet · 2 years, 5 months ago
  7. 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
  8. 5966e40 BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer by Christopher Faulet · 2 years, 5 months ago
  9. a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · 2 years, 5 months ago
  10. 887a2b5 REGTEESTS: filters: Fix CONNECT request in random-forwarding script by Christopher Faulet · 2 years, 5 months ago
  11. 12f6dbb BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream by Christopher Faulet · 2 years, 5 months ago
  12. d1d983f MINOR: http-htx: Use new HTTP functions for the scheme based normalization by Christopher Faulet · 2 years, 5 months ago
  13. 3f5fbe9 BUG/MEDIUM: h1: Improve authority validation for CONNCET request by Christopher Faulet · 2 years, 5 months ago
  14. ca7218a MINOR: http: Add function to detect default port by Christopher Faulet · 2 years, 5 months ago
  15. 658f971 MINOR: http: Add function to get port part of a host by Christopher Faulet · 2 years, 5 months ago
  16. 0eab050 BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo by Christopher Faulet · 2 years, 5 months ago
  17. 1d93217 BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · 2 years, 5 months ago
  18. ad92fdf CLEANUP: thread: also remove a thread's bit from stopping_threads on stop by Willy Tarreau · 2 years, 5 months ago
  19. f34a3fa BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it by Willy Tarreau · 2 years, 5 months ago
  20. 4c3d3d2 BUG/MINOR: http-act: Properly generate 103 responses when several rules are used by Christopher Faulet · 2 years, 5 months ago
  21. 4c8e58d BUG/MINOR: http-check: Preserve headers if not redefined by an implicit rule by Christopher Faulet · 2 years, 5 months ago
  22. f0196f4 CLEANUP: bwlim: Set pointers to NULL when memory is released by Christopher Faulet · 2 years, 5 months ago
  23. d2494e0 BUG/MEDIUM: peers/config: properly set the thread mask by Willy Tarreau · 2 years, 5 months ago
  24. 8d15813 BUG/MINOR: peers/config: always fill the bind_conf's argument by Willy Tarreau · 2 years, 5 months ago
  25. bf91e39 MINOR: mux-quic: emit FINAL_SIZE_ERROR on invalid STREAM size by Amaury Denoyelle · 2 years, 5 months ago
  26. 3f39b40 MINOR: mux-quic: rename qcs flag FIN_RECV to SIZE_KNOWN by Amaury Denoyelle · 2 years, 5 months ago
  27. a509ffb MEDIUM: mux-quic: refactor streams opening by Amaury Denoyelle · 2 years, 5 months ago
  28. 3abeb57 MINOR: mux-quic: implement accessor for sedesc by Amaury Denoyelle · 2 years, 5 months ago
  29. 321fa77 REORG: mux-quic: reorganize flow-control fields by Amaury Denoyelle · 2 years, 5 months ago
  30. a441ec9 CLEANUP: mux-quic: do not export qc_get_ncbuf by Amaury Denoyelle · 2 years, 5 months ago
  31. 2ee490f CLEANUP: mworker: rename mworker_pipe to mworker_sockpair by William Lallemand · 2 years, 5 months ago
  32. 36d9097 MINOR: fd: Add BUG_ON checks on fd_insert() by Emeric Brun · 2 years, 5 months ago
  33. 34aae2f MEDIUM: mworker: set the iocb of the socketpair without using fd_insert() by William Lallemand · 2 years, 5 months ago
  34. cfba1f9 CI: re-enable gcc asan builds by Ilya Shipitsin · 2 years, 5 months ago
  35. 3214b44 BUILD: Makefile: Add Lua 5.4 autodetect by Christian Ruppert · 2 years, 5 months ago
  36. 7509ec3 MINOR: proxy: use tg->threads_enabled in hard_stop() to detect stopped threads by Willy Tarreau · 2 years, 5 months ago
  37. 24cfc9f BUG/MEDIUM: thread: check stopping thread against local bit and not global one by Willy Tarreau · 2 years, 5 months ago
  38. 291f6ff BUG/MEDIUM: threads: fix incorrect thread group being used on soft-stop by Willy Tarreau · 2 years, 5 months ago
  39. 89ed89e BUILD: debug: re-export thread_dump_state by Willy Tarreau · 2 years, 5 months ago
  40. 039972b BUILD: debug: fix build issue on clang with previous commit by Willy Tarreau · 2 years, 5 months ago
  41. 00c27b5 MEDIUM: debug: make the thread dumper not rely on a thread mask anymore by Willy Tarreau · 2 years, 5 months ago
  42. 1229ef3 MINOR: wdt: do not rely on threads_to_dump anymore by Willy Tarreau · 2 years, 5 months ago
  43. f7afdd9 MINOR: debug: mark oneself harmless while waiting for threads to finish by Willy Tarreau · 2 years, 5 months ago
  44. a2b8ed4 MINOR: thread: add is_thread_harmless() to know if a thread already is harmless by Willy Tarreau · 2 years, 5 months ago
  45. 598cf3f MAJOR: threads: change thread_isolate to support inter-group synchronization by Willy Tarreau · 2 years, 5 months ago
  46. ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · 2 years, 5 months ago
  47. 03f9b35 MEDIUM: tinfo: add a dynamic thread-group context by Willy Tarreau · 2 years, 5 months ago
  48. 22b2a24 CLEANUP: thread: remove thread_sync_release() and thread_sync_mask by Willy Tarreau · 2 years, 5 months ago
  49. cce203a MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups by Willy Tarreau · 2 years, 5 months ago
  50. c6cf64b MINOR: thread: use ltid_bit in ha_tkillall() by Willy Tarreau · 2 years, 5 months ago
  51. 1e7f0d6 MINOR: clock: use ltid_bit in clock_report_idle() by Willy Tarreau · 2 years, 5 months ago
  52. adc1f52 MINOR: wdt: use ltid_bit in wdt_handler() by Willy Tarreau · 2 years, 5 months ago
  53. 38d0712 MINOR: debug: use ltid_bit in ha_thread_dump() by Willy Tarreau · 2 years, 5 months ago
  54. 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · 2 years, 5 months ago
  55. 60fe4a9 MINOR: tinfo: replace the tgid with tgid_bit in tgroup_info by Willy Tarreau · 2 years, 5 months ago
  56. 66ad98a MINOR: tinfo: add the tgid to the thread_info struct by Willy Tarreau · 2 years, 5 months ago
  57. e7475c8 MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag by Willy Tarreau · 2 years, 5 months ago
  58. dce4ad7 MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups by Willy Tarreau · 2 years, 5 months ago
  59. 555c192 MINOR: poller: update_fd_polling: wake a random other thread by Willy Tarreau · 2 years, 5 months ago
  60. 962e5ba MEDIUM: polling: make update_fd_polling() not care about sleeping threads by Willy Tarreau · 2 years, 5 months ago
  61. 058b2c1 MINOR: poller: centralize poll return handling by Willy Tarreau · 2 years, 5 months ago
  62. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · 2 years, 5 months ago
  63. 8e079cd MINOR: thread: move the flags to the shared cache line by Willy Tarreau · 2 years, 5 months ago
  64. f3efef4 MINOR: thread: make wake_thread() take care of the sleeping threads mask by Willy Tarreau · 2 years, 5 months ago
  65. 3fdacdd MEDIUM: queue: revert to regular inter-task wakeups by Willy Tarreau · 2 years, 5 months ago
  66. 319d136 MEDIUM: task: use regular eb32 trees for the run queues by Willy Tarreau · 2 years, 5 months ago
  67. c958c70 MINOR: task: replace global_tasks_mask with a check for tree's emptiness by Willy Tarreau · 2 years, 5 months ago
  68. da195e8 MINOR: task: remove grq_total and use rq_total instead by Willy Tarreau · 2 years, 5 months ago
  69. b17dd6c MEDIUM: task: replace the global rq_lock with a per-rq one by Willy Tarreau · 2 years, 5 months ago
  70. 6f78038 MEDIUM: task: move the shared runqueue to one per thread by Willy Tarreau · 2 years, 5 months ago
  71. a4fb79b MINOR: task: make rqueue_ticks atomic by Willy Tarreau · 2 years, 5 months ago
  72. fc5de15 CLEANUP: task: remove the now unused TASK_GLOBAL flag by Willy Tarreau · 2 years, 5 months ago
  73. 3961608 CLEANUP: task: remove the unused task_unlink_rq() by Willy Tarreau · 2 years, 5 months ago
  74. eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · 2 years, 5 months ago
  75. 159e3ac MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid by Willy Tarreau · 2 years, 5 months ago
  76. 3b7a19c MINOR: applet: always use task_new_on() on applet creation by Willy Tarreau · 2 years, 5 months ago
  77. 1f4bf72 MEDIUM: task: only keep task_new_*() and drop task_new() by Willy Tarreau · 2 years, 5 months ago
  78. cb85427 MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() by Willy Tarreau · 2 years, 5 months ago
  79. 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · 2 years, 5 months ago
  80. c44d08e MAJOR: task: replace t->thread_mask with 1<<t->tid when thread mask is needed by Willy Tarreau · 2 years, 5 months ago
  81. 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · 2 years, 5 months ago
  82. 5b8e054 MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid by Willy Tarreau · 2 years, 5 months ago
  83. 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · 2 years, 5 months ago
  84. 8e5c53a MINOR: debug: remove mask support from "debug dev sched" by Willy Tarreau · 2 years, 5 months ago
  85. 66ef2c3 CLEANUP: config: remove unused proc_mask() by Willy Tarreau · 2 years, 5 months ago
  86. 252754c MINOR: tinfo: make tid temporarily still reflect global ID by Willy Tarreau · 2 years, 5 months ago
  87. 7d392a5 BUG/MEDIUM: ssl/fd: unexpected fd close using async engine by Emeric Brun · 2 years, 5 months ago
  88. f41a3f6 MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FD by Emeric Brun · 2 years, 5 months ago
  89. 6befccd BUG/MINOR: mux-quic: do not signal FIN if gap in buffer by Amaury Denoyelle · 2 years, 5 months ago
  90. e0a92a7 MINOR: ncbuf: implement ncb_is_fragmented() by Amaury Denoyelle · 2 years, 5 months ago
  91. 36d4b5e CLEANUP: mux-quic: adjust comment on qcs_consume() by Amaury Denoyelle · 2 years, 5 months ago
  92. 649b3fd MINOR: quic: Increase the QUIC connections RX buffer size (upto 64Kb) by Frédéric Lécaille · 2 years, 5 months ago
  93. 67fda16 CLEANUP: h2: Typo fix in h2_unsubcribe() traces by Frédéric Lécaille · 2 years, 5 months ago
  94. 1b0707f MINOR: quic: Improvements for the datagrams receipt by Frédéric Lécaille · 2 years, 5 months ago
  95. 1ca1495 MINOR: quic: Duplicated QUIC_RX_BUFSZ definition by Frédéric Lécaille · 2 years, 5 months ago
  96. 45a1629 MINOR: quic: Add new stats counter to diagnose RX buffer overrun by Frédéric Lécaille · 2 years, 5 months ago
  97. 95a8dfb BUG/MINOR: quic: Dropped packets not counted (with RX buffers full) by Frédéric Lécaille · 2 years, 5 months ago
  98. ad548b5 MINOR: task: Add tasklet_wakeup_after() by Frédéric Lécaille · 2 years, 5 months ago
  99. a7a4c80 MINOR: qpack: properly handle invalid dynamic table references by Amaury Denoyelle · 2 years, 5 months ago
  100. 46e992d BUG/MINOR: qpack: abort on dynamic index field line decoding by Amaury Denoyelle · 2 years, 5 months ago