1. 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · Wed May 11 16:11:24 2022 +0200
  2. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  3. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  4. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  5. aff21f9 CLEANUP: mux-h2: always take the endp from the h2s not the cs by Willy Tarreau · Tue May 10 10:31:08 2022 +0200
  6. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  7. e872f75 MINOR: mux-h2: report a trace event when failing to create a new stream by Willy Tarreau · Thu May 12 09:24:41 2022 +0200
  8. 198b507 BUG/MINOR: mux-h2: mark the stream as open before processing it not after by Willy Tarreau · Thu May 12 09:08:51 2022 +0200
  9. 4d7fdc6 MINOR: connection: Add way to disable active connection closing during soft-stop by Remi Tricot-Le Breton · Tue Apr 26 15:17:18 2022 +0200
  10. 4de1bff MINOR: muxes: Don't expect to call release function with no mux defined by Christopher Faulet · Thu Apr 14 11:36:41 2022 +0200
  11. 4e61096 MINOR: muxes: Don't handle proto upgrade for muxes not supporting it by Christopher Faulet · Thu Apr 14 11:23:50 2022 +0200
  12. 7c452cc MINOR: muxes: Don't expect to have a mux without connection in destroy callback by Christopher Faulet · Thu Apr 14 11:08:26 2022 +0200
  13. 86b08a3 BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive by Willy Tarreau · Wed Apr 13 17:40:28 2022 +0200
  14. 6ff91e2 BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side by Willy Tarreau · Thu Apr 14 11:43:35 2022 +0200
  15. 22050e0 MINOR: muxes: Improve show_fd callbacks to dump endpoint flags by Christopher Faulet · Wed Apr 13 12:08:09 2022 +0200
  16. a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · Tue Apr 12 18:04:10 2022 +0200
  17. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  18. 64b8d33 MINOR: connection: unconst mux's get_fist_cs() callback function by Christopher Faulet · Fri Apr 01 13:21:41 2022 +0200
  19. 070b91b MEDIUM: conn-stream: Be prepared to fail to attach a cs to a mux by Christopher Faulet · Thu Mar 31 19:27:18 2022 +0200
  20. 0797656 MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope by Christopher Faulet · Thu Mar 31 11:05:05 2022 +0200
  21. ca2b527 MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN by Christopher Faulet · Wed Mar 30 14:48:10 2022 +0200
  22. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  23. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  24. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · Wed Mar 23 11:01:09 2022 +0100
  25. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · Tue Mar 22 18:37:19 2022 +0100
  26. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  27. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  28. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  29. 15dbedd BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent by Willy Tarreau · Wed Apr 13 09:40:52 2022 +0200
  30. b5d968d MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window by Remi Tricot-Le Breton · Fri Apr 08 18:04:18 2022 +0200
  31. 15a4733 BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts by Willy Tarreau · Fri Mar 18 15:57:34 2022 +0100
  32. 3439583 MEDIUM: mux-h2: slightly relax timeout management rules by Willy Tarreau · Fri Mar 18 14:59:54 2022 +0100
  33. b4b0377 MEDIUM: proxy: Store server_id_hdr_name as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:43 2022 +0100
  34. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  35. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
  36. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  37. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · Mon Dec 20 09:34:32 2021 +0100
  38. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  39. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  40. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  41. ec361bb BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer by Christopher Faulet · Mon Feb 21 15:12:54 2022 +0100
  42. d0de677 BUG/MINOR: mux-h2: update the session's idle delay before creating the stream by Willy Tarreau · Fri Feb 04 09:05:37 2022 +0100
  43. c7d8548 BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change by Willy Tarreau · Wed Feb 16 14:28:14 2022 +0100
  44. 39a0a1e MEDIUM: h2/hpack: emit a Dynamic Table Size Update after settings change by Willy Tarreau · Thu Jan 13 16:00:12 2022 +0100
  45. 3b990fe BUG/MEDIUM: connection: properly leave stopping list on error by Willy Tarreau · Wed Jan 12 17:24:26 2022 +0100
  46. 3a8bbcc BUG/MEDIUM: mux-h2: always process a pending shut read by Willy Tarreau · Fri Nov 19 11:41:10 2021 +0100
  47. 47940c3 BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value by Christopher Faulet · Wed Nov 10 17:50:10 2021 +0100
  48. 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · Mon Oct 18 14:45:49 2021 +0200
  49. 0df0436 BUG/MEDIUM: mux-h2: reject upgrade if no RFC8441 support by Amaury Denoyelle · Mon Oct 18 09:43:29 2021 +0200
  50. e0c258c MINOR: mux-h2: add trace on extended connect usage by Amaury Denoyelle · Mon Oct 18 10:05:16 2021 +0200
  51. 0b22247 MINOR: mux-h2: perform a full cycle shutdown+drain on close by Willy Tarreau · Thu Oct 21 22:24:31 2021 +0200
  52. e6dc7a0 BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame by Willy Tarreau · Thu Oct 21 17:30:06 2021 +0200
  53. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  54. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  55. 485da0b BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames by Christopher Faulet · Fri Oct 08 08:56:00 2021 +0200
  56. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · Wed Oct 06 18:23:40 2021 +0200
  57. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  58. 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · Tue Sep 21 15:50:55 2021 +0200
  59. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · Thu Sep 09 09:52:51 2021 +0200
  60. b5f7b52 BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames by Christopher Faulet · Mon Jul 26 12:06:53 2021 +0200
  61. 3f35da2 BUG/MINOR: mux-h2: Obey dontlognull option during the preface by Christopher Faulet · Mon Jul 26 10:18:35 2021 +0200
  62. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · Fri Jul 09 17:14:30 2021 +0200
  63. 3a53707 BUG/MINOR: mux-h2/traces: bring back the lost "sent H2 REQ/RES" traces by Willy Tarreau · Thu Jun 17 08:40:04 2021 +0200
  64. 29268e9 BUG/MINOR: mux-h2/traces: bring back the lost "rcvd H2 REQ" trace by Willy Tarreau · Thu Jun 17 08:29:14 2021 +0200
  65. ee4684f MINOR: mux-h2: obey http-ignore-probes during the preface by Willy Tarreau · Thu Jun 17 08:08:48 2021 +0200
  66. 9abb317 CLEANUP: mux-h2/traces: better align user messages by Willy Tarreau · Wed Jun 16 18:32:42 2021 +0200
  67. 8e6f749 MINOR: mux-h2/trace: report a few connection-level info during h2_init() by Willy Tarreau · Wed Jun 16 17:47:24 2021 +0200
  68. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  69. 925abdf BUG/MEDIUM: mux-h2: Handle EOM flag when sending a DATA frame with zero-copy by Christopher Faulet · Tue Apr 27 22:51:07 2021 +0200
  70. 3d87558 BUG/MINOR: mux-h2: Don't encroach on the reserve when decoding headers by Christopher Faulet · Mon Apr 26 17:46:13 2021 +0200
  71. de9d605 BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · Fri Apr 23 12:25:18 2021 +0200
  72. cb1847c BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames by Christopher Faulet · Wed Apr 21 11:11:21 2021 +0200
  73. 07f88d7 BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers by Christopher Faulet · Wed Apr 21 10:39:53 2021 +0200
  74. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  75. 6eb3d37 MINOR: trace: make trace sources read_mostly by Willy Tarreau · Sat Apr 10 19:29:26 2021 +0200
  76. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  77. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · Mon Mar 08 15:28:28 2021 +0100
  78. ceab1ed BUG/MINOR: mux-h2: Don't emit log twice if an error occurred on the preface by Christopher Faulet · Mon Mar 15 17:54:31 2021 +0100
  79. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  80. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
  81. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  82. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · Thu Mar 04 09:45:32 2021 +0100
  83. 4f8cd43 MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · Tue Mar 02 17:27:58 2021 +0100
  84. e388f2f MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · Tue Mar 02 16:51:09 2021 +0100
  85. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  86. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · Tue Mar 02 18:57:28 2021 +0100
  87. 154374c CLEANUP: Use istadv(const struct ist, const size_t) whenever possible by Tim Duesterhus · Tue Mar 02 18:57:27 2021 +0100
  88. 9f75ed1 CLEANUP: Reapply the ist2() replacement patch by Tim Duesterhus · Tue Mar 02 18:57:26 2021 +0100
  89. a329802 BUG/MINOR: mux-h2: Fix typo in scheme adjustment by Tim Duesterhus · Sun Feb 28 16:12:20 2021 +0100
  90. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
  91. 6c93c4e CLEANUP: muxes: Remove useless if condition in show_fd function by Christopher Faulet · Thu Feb 25 10:06:29 2021 +0100
  92. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · Sat Feb 20 12:02:46 2021 +0100
  93. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  94. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  95. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · Fri Feb 19 15:29:16 2021 +0100
  96. 3d752a8 MINOR: mux_h2: do not try to remove front conn from idle trees by Amaury Denoyelle · Fri Feb 19 15:37:38 2021 +0100
  97. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  98. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · Mon Jan 11 09:21:52 2021 +0100
  99. 0aeaa29 CLEANUP: muxes: Remove useless calls to b_realign_if_empty() by Christopher Faulet · Thu Feb 04 11:13:43 2021 +0100
  100. 3372432 BUG/MEDIUM: mux-h2: Add EOT block when EOM flag is set on an empty HTX message by Christopher Faulet · Wed Feb 10 09:04:59 2021 +0100