1. 34f81d5 BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment by Christopher Faulet · Thu May 04 16:41:37 2023 +0200
  2. 4403cdf BUG/MEDIUM: mux-h2: Properly handle end of request to expect data from server by Christopher Faulet · Thu May 04 15:49:12 2023 +0200
  3. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  4. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · Thu Apr 27 09:46:02 2023 +0200
  5. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  6. b1ec21d CLEANUP: Stop checking the pointer before calling `tasklet_free()` by Tim Duesterhus · Sat Apr 22 17:47:32 2023 +0200
  7. ca1027c MINOR: mux-h2: make the max number of concurrent streams configurable per side by Willy Tarreau · Tue Apr 18 15:57:03 2023 +0200
  8. 9d7abda MINOR: mux-h2: make the initial window size configurable per side by Willy Tarreau · Mon Apr 17 15:04:34 2023 +0200
  9. c202c74 BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR by Christopher Faulet · Tue Apr 11 08:59:08 2023 +0200
  10. 07be66d CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 01 12:26:42 2023 +0200
  11. 21fb6bd BUG/MEDIUM: mux-h2: Be able to detect connection error during handshake by Christopher Faulet · Tue Mar 28 12:16:53 2023 +0200
  12. 389ab0d BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path by Willy Tarreau · Mon Mar 20 19:16:04 2023 +0100
  13. bcdc6cc BUG/MEDIUM: mux-h2: do not try to free an unallocated h2s->sd by Willy Tarreau · Mon Mar 20 19:14:47 2023 +0100
  14. 464fa06 MINOR: mux-h2: set CO_SFL_MSG_MORE when sending multiple buffers by Willy Tarreau · Fri Mar 17 16:09:14 2023 +0100
  15. 14ea98a BUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending lots of data by Willy Tarreau · Thu Mar 16 17:30:30 2023 +0100
  16. 93c5511 BUG/MEDIUM: mux-h2: only restart sending when mux buffer is decongested by Willy Tarreau · Thu Mar 16 16:47:44 2023 +0100
  17. 3fb2c6d BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it by Willy Tarreau · Thu Mar 16 18:06:19 2023 +0100
  18. 3a7b539 BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · Thu Mar 16 11:43:05 2023 +0100
  19. 5e1b0e7 BUG/MEDIUM: connection: Clear flags when a conn is removed from an idle list by Christopher Faulet · Tue Feb 28 15:39:38 2023 +0100
  20. 72722c0 MEDIUM: mux-h2: Don't expect data from server as long as request is unfinished by Christopher Faulet · Thu Feb 23 14:26:34 2023 +0100
  21. 0d6e5d2 MINOR: mux-h2/traces: add a missing TRACE_LEAVE() in h2s_frt_handle_headers() by Willy Tarreau · Mon Feb 20 17:05:10 2023 +0100
  22. f9f4499 MINOR: mux-h2/traces: do not log h2s pointer for dummy streams by Willy Tarreau · Mon Feb 20 16:57:47 2023 +0100
  23. 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · Wed Jan 18 11:52:21 2023 +0100
  24. c254516 BUG/MINOR: mux-h2: Fix possible null pointer deref on h2c in _h2_trace_header() by Christopher Faulet · Mon Jan 30 08:26:09 2023 +0100
  25. 7cfbb81 CLEANUP: mux-h2/trace: shorten the name of the header enc/dec functions by Willy Tarreau · Thu Jan 26 16:02:01 2023 +0100
  26. 11e8a8c MEDIUM: mux-h2/trace: add tracing support for headers by Willy Tarreau · Tue Jan 24 19:43:11 2023 +0100
  27. 17c630b BUG/MINOR: mux-h2: add missing traces on failed headers decoding by Willy Tarreau · Thu Jan 19 23:58:11 2023 +0100
  28. f43f36d BUG/MINOR: mux-h2: make sure to produce a log on invalid requests by Willy Tarreau · Thu Jan 19 23:22:03 2023 +0100
  29. 35c4dd0 CLEANUP: stconn: always use se_fl_set_error() to set the pending error by Willy Tarreau · Tue Jan 17 16:25:29 2023 +0100
  30. 2e47e3a MINOR: htx: Add an HTX value for the extra field is payload length is unknown by Christopher Faulet · Fri Jan 13 11:40:24 2023 +0100
  31. 462f522 BUG/MEDIUM: mux-h2: Don't send CANCEL on shutw when response length is unkown by Christopher Faulet · Fri Jan 13 11:28:31 2023 +0100
  32. 827a629 BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set by Christopher Faulet · Thu Dec 22 09:47:01 2022 +0100
  33. f8c7709 MINOR: mux-h2: add the expire task and its expiration date in "show fd" by Willy Tarreau · Tue Nov 29 15:26:43 2022 +0100
  34. 68ee784 CLEANUP: mux-h2: Remove unused fields in h2c structures by Christopher Faulet · Wed Oct 12 10:21:33 2022 +0200
  35. ff7925d MEDIUM: mux-h2: Introduce flags to deal with connection read/write errors by Christopher Faulet · Tue Oct 11 19:12:40 2022 +0200
  36. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  37. 6c0fadf REORG: mux-h2: extract flags and enums into mux_h2-t.h by Willy Tarreau · Mon Sep 12 19:07:51 2022 +0200
  38. 7051f73 MINOR: mux-h2: insert line breaks in "show sess all" output for legibility by Willy Tarreau · Fri Sep 02 15:22:12 2022 +0200
  39. bf4ec6f MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info by Willy Tarreau · Fri Sep 02 15:11:40 2022 +0200
  40. 4e97bcc MINOR: mux-h2: extract the connection dump function out of h2_show_fd() by Willy Tarreau · Thu Sep 01 19:25:57 2022 +0200
  41. 90bffa2 MINOR: mux-h2: extract the stream dump function out of h2_show_fd() by Willy Tarreau · Thu Sep 01 19:06:44 2022 +0200
  42. ba7657c BUG/MINOR: mux-h2: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · Thu Sep 01 18:02:15 2022 +0200
  43. 473e0e5 BUG/MINOR: mux-h2: send a CANCEL instead of ES on truncated writes by Willy Tarreau · Thu Aug 18 16:12:15 2022 +0200
  44. 4877045 MINOR: mux-h2: make streams know if they need to send more data by Willy Tarreau · Thu Aug 18 16:03:51 2022 +0200
  45. ed2b9d9 MINOR: mux-h2/traces: report transition to SETTINGS1 before not after by Willy Tarreau · Thu Aug 18 15:30:41 2022 +0200
  46. 0f45871 BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle by Willy Tarreau · Thu Aug 18 11:19:57 2022 +0200
  47. 67fda16 CLEANUP: h2: Typo fix in h2_unsubcribe() traces by Frédéric Lécaille · Thu Jun 30 12:01:54 2022 +0200
  48. 0012f89 OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k by Glenn Strauss · Sat Jun 04 22:11:50 2022 -0400
  49. 617592c MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames by Willy Tarreau · Wed Jun 08 16:32:22 2022 +0200
  50. 186367f CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions by Christopher Faulet · Mon May 30 08:45:15 2022 +0200
  51. 95acc8b CLEANUP: mux-h2: rename the "endp" field to "sd" by Willy Tarreau · Fri May 27 16:14:10 2022 +0200
  52. 36c2232 CLEANUP: mux-h2: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:41:24 2022 +0200
  53. d137353 CLEANUP: muxes: rename "get_first_cs" to "get_first_sc" by Willy Tarreau · Fri May 27 11:00:59 2022 +0200
  54. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  55. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  56. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · Fri May 27 08:33:53 2022 +0200
  57. 967955b CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error() by Willy Tarreau · Wed May 18 18:15:18 2022 +0200
  58. 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · Wed May 18 16:28:02 2022 +0200
  59. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · Wed May 18 10:17:16 2022 +0200
  60. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  61. c105492 CLEANUP: stdesc: rename the stream connector ->cs field to ->sc by Willy Tarreau · Wed May 18 07:43:52 2022 +0200
  62. 7be4ee0 CLEANUP: mux-h2: add and use h2s_sc() to retrieve the stream connector by Willy Tarreau · Wed May 18 07:31:41 2022 +0200
  63. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  64. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · Tue May 17 18:20:02 2022 +0200
  65. ea59b02 CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) by Willy Tarreau · Tue May 17 17:53:22 2022 +0200
  66. 65d0597 CLEANUP: conn_stream: rename the cs_endpoint's target to "se" by Willy Tarreau · Mon May 16 17:29:42 2022 +0200
  67. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
  68. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
  69. 24d15b1 CLEANUP: conn_stream: rename the cs_endpoint's context to "conn" by Willy Tarreau · Mon May 16 17:17:16 2022 +0200
  70. 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
  71. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  72. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  73. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  74. 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
  75. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  76. 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
  77. 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
  78. 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
  79. 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
  80. 4e61096 MINOR: muxes: Don't handle proto upgrade for muxes not supporting it by Christopher Faulet · Thu Apr 14 11:23:50 2022 +0200
  81. 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
  82. 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
  83. 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
  84. 22050e0 MINOR: muxes: Improve show_fd callbacks to dump endpoint flags by Christopher Faulet · Wed Apr 13 12:08:09 2022 +0200
  85. a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · Tue Apr 12 18:04:10 2022 +0200
  86. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  87. 64b8d33 MINOR: connection: unconst mux's get_fist_cs() callback function by Christopher Faulet · Fri Apr 01 13:21:41 2022 +0200
  88. 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
  89. 0797656 MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope by Christopher Faulet · Thu Mar 31 11:05:05 2022 +0200
  90. ca2b527 MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN by Christopher Faulet · Wed Mar 30 14:48:10 2022 +0200
  91. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  92. 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
  93. 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
  94. 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
  95. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  96. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  97. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  98. 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
  99. 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
  100. 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