1. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  2. cbfcb02 CLEANUP: backend: Remove useless debug message in assign_server() by Christopher Faulet · Tue Apr 18 18:25:09 2023 +0200
  3. 725170e MEDIUM: backend: Stop to use SE flags to detect connection errors by Christopher Faulet · Fri Apr 14 12:05:25 2023 +0200
  4. 88d05a0 MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer by Christopher Faulet · Fri Apr 14 12:03:50 2023 +0200
  5. ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · Fri Apr 14 11:59:15 2023 +0200
  6. 38656f4 MINOR: backend: Set SC_FL_ERROR on connection error by Christopher Faulet · Fri Apr 14 11:35:07 2023 +0200
  7. 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:37:37 2023 +0200
  8. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · Thu Apr 13 16:23:48 2023 +0200
  9. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · Thu Apr 13 16:16:15 2023 +0200
  10. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · Thu Apr 13 16:10:23 2023 +0200
  11. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · Thu Apr 13 15:45:24 2023 +0200
  12. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · Mon Apr 03 18:32:50 2023 +0200
  13. 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · Wed Mar 22 14:53:11 2023 +0100
  14. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
  15. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · Thu Jan 26 16:18:09 2023 +0100
  16. 285f761 MEDIUM: channel: Use CF_READ_EVENT instead of CF_READ_PARTIAL by Christopher Faulet · Mon Dec 12 08:28:55 2022 +0100
  17. b96f2aa REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENT by Christopher Faulet · Mon Dec 12 08:11:36 2022 +0100
  18. c21a187 MINOR: server/idle: make the next_takeover index per-tgroup by Willy Tarreau · Mon Nov 21 14:14:06 2022 +0100
  19. 406efb9 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  20. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  21. ecb40b2 MINOR: backend: always satisfy the first req reuse rule with l7 retries by Willy Tarreau · Thu Sep 01 19:58:58 2022 +0200
  22. bc6b238 BUG/MINOR: backend: Don't increment conn_retries counter too early by Christopher Faulet · Wed Aug 03 10:47:48 2022 +0200
  23. 38c5394 BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible by Christopher Faulet · Fri Jul 22 17:07:32 2022 +0200
  24. 15c5500 MEDIUM: conn: make conn_backend_get always scan the same group by Willy Tarreau · Thu Jul 07 09:12:45 2022 +0200
  25. 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
  26. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:13:37 2022 +0200
  27. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  28. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  29. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  30. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  31. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · Fri May 27 08:57:21 2022 +0200
  32. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  33. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · Fri May 27 08:33:53 2022 +0200
  34. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · Wed May 18 17:58:02 2022 +0200
  35. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · Wed May 18 16:23:22 2022 +0200
  36. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
  37. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200
  38. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
  39. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  40. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  41. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · Tue May 17 18:20:02 2022 +0200
  42. 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
  43. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:10:17 2022 +0200
  44. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  45. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  46. b3f0d42 CLEANUP: backend: make alloc_{bind,dst}_address() idempotent by Willy Tarreau · Mon May 02 16:20:36 2022 +0200
  47. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · Thu Apr 28 18:25:24 2022 +0200
  48. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · Tue Apr 26 10:30:35 2022 +0200
  49. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · Mon Apr 25 10:25:34 2022 +0200
  50. 7ae48a7 BUG/MAJOR: connection: Never remove connection from idle lists outside the lock by Christopher Faulet · Fri Apr 22 17:56:24 2022 +0200
  51. a33ff7a BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created by Christopher Faulet · Thu Apr 21 11:52:07 2022 +0200
  52. bb5b62e BUG/MINOR: backend: Don't allow to change backend applet by Christopher Faulet · Thu Apr 21 10:28:30 2022 +0200
  53. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · Tue Apr 12 18:15:16 2022 +0200
  54. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  55. 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · Mon Apr 04 11:06:31 2022 +0200
  56. 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · Fri Apr 01 11:36:58 2022 +0200
  57. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
  58. 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
  59. 0a4dcb6 MINOR: stream-int/backend: Move si_connect() in the backend scope by Christopher Faulet · Thu Mar 31 09:53:38 2022 +0200
  60. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · Thu Mar 31 09:16:34 2022 +0200
  61. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · Wed Mar 30 19:39:30 2022 +0200
  62. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · Wed Mar 30 16:26:39 2022 +0200
  63. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
  64. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · Wed Mar 30 10:47:32 2022 +0200
  65. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · Wed Mar 30 10:06:11 2022 +0200
  66. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · Tue Mar 29 19:02:31 2022 +0200
  67. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  68. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · Tue Mar 29 16:08:44 2022 +0200
  69. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · Tue Mar 29 15:42:09 2022 +0200
  70. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  71. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  72. 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
  73. 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
  74. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  75. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  76. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · Thu Jan 13 09:53:00 2022 +0100
  77. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  78. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 12:24:35 2021 +0100
  79. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  80. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  81. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  82. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · Wed Dec 15 09:50:17 2021 +0100
  83. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · Mon Dec 06 07:01:02 2021 +0000
  84. 34a3eb4 MINOR: backend: Get client dst address to set the server's one only if needful by Christopher Faulet · Fri Nov 05 12:02:56 2021 +0100
  85. 9c3251d MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · Mon Oct 18 14:39:57 2021 +0200
  86. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · Thu Oct 28 16:36:11 2021 +0200
  87. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · Wed Oct 27 17:41:07 2021 +0200
  88. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  89. a8e95fe MEDIUM: backend: Rely on addresses at stream level to init server connection by Christopher Faulet · Mon Oct 25 08:13:25 2021 +0200
  90. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · Wed Oct 20 15:04:03 2021 +0200
  91. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · Wed Oct 20 15:22:20 2021 +0200
  92. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · Wed Oct 20 15:22:01 2021 +0200
  93. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · Tue Oct 12 18:48:05 2021 +0200
  94. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · Wed Oct 06 19:54:09 2021 +0200
  95. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · Wed Oct 06 18:23:40 2021 +0200
  96. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · Mon Aug 30 09:35:18 2021 +0200
  97. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  98. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  99. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  100. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200