1. d1b5730 MINOR: mux-h1: Avoid useless call to h1_send() if no error is sent by Christopher Faulet · Wed Nov 23 17:13:12 2022 +0100
  2. a1a76ce MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions handling errors by Christopher Faulet · Wed Nov 23 17:07:48 2022 +0100
  3. 2274244 BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out by Christopher Faulet · Wed Nov 23 16:58:22 2022 +0100
  4. 4427ea7 BUG/MEDIUM: mux-h1: Remove H1C_F_WAIT_NEXT_REQ flag on a next request by Christopher Faulet · Wed Nov 23 15:58:59 2022 +0100
  5. a462ee0 BUG/MEDIUM: mux-h1: Subscribe for reads on error on sending path by Christopher Faulet · Tue Nov 22 17:16:22 2022 +0100
  6. f75cc54 BUG/MEDIUM: mux-h1: Don't release H1C on timeout if there is a SC attached by Christopher Faulet · Tue Nov 22 17:06:13 2022 +0100
  7. ce7928d CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn() by Christopher Faulet · Fri Nov 18 08:44:44 2022 +0100
  8. e6ef4cd BUG/MINOR: mux-h1: Fix error handling when H1S allocation failed on client side by Christopher Faulet · Thu Nov 17 15:54:12 2022 +0100
  9. 62138aa MINOR: mux-h1: Rely on a H1S flag to know a WS key was found or not by Christopher Faulet · Wed Nov 02 08:42:08 2022 +0100
  10. 31da34d MEDIUM: mux-h1: Don't report a final error whe a message is aborted by Christopher Faulet · Mon Oct 10 16:36:10 2022 +0200
  11. fc473a6 MEDIUM: mux-h1: Rely on the H1C to deal with shutdown for reads by Christopher Faulet · Wed Oct 05 08:22:33 2022 +0200
  12. bef8900 MINOR: mux-h1: Add flag on H1 stream to deal with internal errors by Christopher Faulet · Wed Oct 05 07:50:19 2022 +0200
  13. 56a4994 CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING by Christopher Faulet · Tue Oct 04 17:45:24 2022 +0200
  14. 2177d96 MINOR: mux-h1: Don't handle subscribe for reads in h1_process_demux() by Christopher Faulet · Wed Oct 05 08:39:14 2022 +0200
  15. 4e72b17 MEDIUM: mux-h1: Handle H1C states via its state field instead of H1C_F_ST_* by Christopher Faulet · Tue Oct 04 17:35:19 2022 +0200
  16. ef93be2 MINOR: mux-h1: Add a dedicated enum to deal with H1 connection state by Christopher Faulet · Tue Oct 04 17:13:32 2022 +0200
  17. 71abc0c CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags by Christopher Faulet · Tue Oct 04 17:06:52 2022 +0200
  18. 089cc6e REORG: mux-h1: Reorg the H1C structure by Christopher Faulet · Tue Oct 04 11:24:46 2022 +0200
  19. 7fcbcc0 CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK by Christopher Faulet · Thu Oct 06 09:24:07 2022 +0200
  20. c3fe6f3 MINOR: mux-h1: Remove usless code inside shutr callback by Christopher Faulet · Wed Oct 05 10:24:11 2022 +0200
  21. 226082d BUG/MINOR: mux-h1: Do not send a last null chunk on body-less answers by Mickael Torres · Wed Nov 16 14:29:37 2022 +0100
  22. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  23. 1049856 BUG/MEDIUM: mux-h1: Handle abort with an incomplete message during parsing by Christopher Faulet · Mon Oct 10 18:05:25 2022 +0200
  24. 9009c97 BUG/MEDIUM: mux-h1: Add connection error handling when reading/sending on a pipe by Christopher Faulet · Wed Oct 05 12:04:56 2022 +0200
  25. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  26. b0b8e9b BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error by Christopher Faulet · Thu Sep 15 16:21:55 2022 +0200
  27. 18ad15f REORG: mux-h1: extract flags and enums into mux_h1-t.h by Christopher Faulet · Thu Sep 15 10:51:26 2022 +0200
  28. af5336f BUG/MINOR: mux-h1: Increment open_streams counter when H1 stream is created by Christopher Faulet · Mon Sep 12 07:46:11 2022 +0200
  29. e6f389d MINOR: mux-h1: provide a "show_sd" helper to output stream debugging info by Willy Tarreau · Fri Sep 02 16:32:31 2022 +0200
  30. 7079c0f MINOR: mux-h1: split "show_fd" into connection and stream by Willy Tarreau · Fri Sep 02 16:11:28 2022 +0200
  31. 9b6a187 BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · Fri Sep 02 14:21:05 2022 +0200
  32. 4d1ff11 BUG/MEDIUM: mux-h1: always use RST to kill idle connections in pools by Willy Tarreau · Thu Sep 01 15:49:23 2022 +0200
  33. cad42a7 BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input by Willy Tarreau · Mon Aug 29 10:22:56 2022 +0200
  34. 372b38f BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send by Christopher Faulet · Fri Jul 08 15:20:31 2022 +0200
  35. 5966e40 BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer by Christopher Faulet · Fri Jul 08 09:02:59 2022 +0200
  36. 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
  37. 1a0d9ac CLEANUP: mux-h1: rename the "endp" field to "sd" by Willy Tarreau · Fri May 27 16:12:05 2022 +0200
  38. e68bc61 CLEANUP: stconn: replace a few remaining occurrences of CS in comments or traces by Willy Tarreau · Fri May 27 11:23:05 2022 +0200
  39. df1a2fc CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc() by Willy Tarreau · Fri May 27 11:11:15 2022 +0200
  40. 000d63c CLEANUP: mux-h1: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:39:17 2022 +0200
  41. d137353 CLEANUP: muxes: rename "get_first_cs" to "get_first_sc" by Willy Tarreau · Fri May 27 11:00:59 2022 +0200
  42. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  43. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  44. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · Fri May 27 08:33:53 2022 +0200
  45. 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · Wed May 18 16:28:02 2022 +0200
  46. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  47. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · Wed May 18 10:17:16 2022 +0200
  48. c105492 CLEANUP: stdesc: rename the stream connector ->cs field to ->sc by Willy Tarreau · Wed May 18 07:43:52 2022 +0200
  49. 97b4d3b CLEANUP: mux-h1: add and use h1s_sc() to retrieve the stream connector by Willy Tarreau · Wed May 18 07:27:14 2022 +0200
  50. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  51. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · Tue May 17 18:20:02 2022 +0200
  52. ea59b02 CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) by Willy Tarreau · Tue May 17 17:53:22 2022 +0200
  53. 65d0597 CLEANUP: conn_stream: rename the cs_endpoint's target to "se" by Willy Tarreau · Mon May 16 17:29:42 2022 +0200
  54. 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
  55. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
  56. 24d15b1 CLEANUP: conn_stream: rename the cs_endpoint's context to "conn" by Willy Tarreau · Mon May 16 17:17:16 2022 +0200
  57. 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
  58. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  59. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · Tue May 10 10:25:41 2022 +0200
  60. 61533d3 CLEANUP: mux-h1: always take the endp from the h1s not the cs by Willy Tarreau · Tue May 10 10:27:08 2022 +0200
  61. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · Fri May 13 09:27:13 2022 +0200
  62. 0f9c0f5 MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests by Christopher Faulet · Fri May 13 09:20:13 2022 +0200
  63. d934e8d BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified by Christopher Faulet · Thu May 05 09:39:42 2022 +0200
  64. 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
  65. b4f5fac BUG/MINOR: connection: "connection:close" header added despite 'close-spread-time' by Remi Tricot-Le Breton · Mon Apr 25 17:50:48 2022 +0200
  66. ae660be BUG/MEDIUM: mux-h1: Don't request more room on partial trailers by Christopher Faulet · Wed Apr 13 17:48:54 2022 +0200
  67. 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
  68. 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
  69. 186354b MINOR: mux-h1: Rely on the endpoint instead of the conn-stream when possible by Christopher Faulet · Wed Apr 13 12:09:36 2022 +0200
  70. 22050e0 MINOR: muxes: Improve show_fd callbacks to dump endpoint flags by Christopher Faulet · Wed Apr 13 12:08:09 2022 +0200
  71. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  72. 64b8d33 MINOR: connection: unconst mux's get_fist_cs() callback function by Christopher Faulet · Fri Apr 01 13:21:41 2022 +0200
  73. 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
  74. 0797656 MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope by Christopher Faulet · Thu Mar 31 11:05:05 2022 +0200
  75. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  76. 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
  77. 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
  78. 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
  79. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  80. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  81. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  82. 91449b0 BUG/MINOR: mux-h1: Don't release unallocated CS on error path by Christopher Faulet · Tue Mar 22 18:45:55 2022 +0100
  83. 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
  84. 2eb5243 BUG/MEDIUM: mux-h1: Set outgoing message to DONE when payload length is reached by Christopher Faulet · Thu Apr 07 10:29:38 2022 +0200
  85. 744451c BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing by Christopher Faulet · Mon Mar 28 16:19:02 2022 +0200
  86. 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · Tue Mar 15 13:11:06 2022 +0100
  87. 99bbdbc BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf by Willy Tarreau · Thu Mar 17 17:10:36 2022 +0100
  88. b4b0377 MEDIUM: proxy: Store server_id_hdr_name as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:43 2022 +0100
  89. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
  90. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  91. 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
  92. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  93. 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
  94. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  95. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  96. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  97. c17c31c BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer by Christopher Faulet · Tue Feb 01 18:25:06 2022 +0100
  98. 3b990fe BUG/MEDIUM: connection: properly leave stopping list on error by Willy Tarreau · Wed Jan 12 17:24:26 2022 +0100
  99. b4eca0e BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data by Christopher Faulet · Mon Jan 10 17:27:51 2022 +0100
  100. a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · Wed Jan 05 22:53:24 2022 +0100