1. 0392612 BUG/MEDIUM: peers: make "show peers" more careful about partial initialization by Willy Tarreau · Thu Jan 12 17:09:34 2023 +0100
  2. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  3. f648767 MINOR: peers: unused code path in process_peer_sync by Aurelien DARRAGON · Wed Nov 23 18:32:26 2022 +0100
  4. 4ede46b BUG/MINOR: peers: always update the stksess shard number on incoming updates by Willy Tarreau · Tue Nov 29 18:01:28 2022 +0100
  5. b12be7c CLEANUP: peers: factor out the key len calculation in received updates by Willy Tarreau · Tue Nov 29 17:43:10 2022 +0100
  6. d05aa38 CLEANUP: peers: fix format string for status messages (int signedness) by Willy Tarreau · Thu Nov 24 15:32:20 2022 +0100
  7. 4cfdcbb BUILD: peers: Remove unused variables by Christopher Faulet · Fri Nov 18 16:40:51 2022 +0100
  8. 0909f62 BUG/MEDIUM: peers: messages about unkown tables not correctly ignored by Emeric Brun · Fri Nov 18 14:52:54 2022 +0100
  9. 7910825 BUILD: peers: use __fallthrough in peer_io_handler() by Willy Tarreau · Mon Nov 14 07:13:22 2022 +0100
  10. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  11. ac55608 MINOR: peers: handle multiple resync requests using shards by Emeric Brun · Mon Oct 24 10:04:59 2022 +0200
  12. 36d1565 MINOR: peers: Support for peer shards by Frédéric Lécaille · Mon Oct 17 14:58:19 2022 +0200
  13. 7664222 MEDIUM: stick-table: switch the table lock to rwlock by Willy Tarreau · Tue Oct 11 12:02:50 2022 +0200
  14. b372f16 BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · Fri Aug 26 18:46:16 2022 +0200
  15. 19a82b9 BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · Fri Aug 26 18:40:46 2022 +0200
  16. 13db4bd BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · Mon Aug 29 11:32:26 2022 +0200
  17. 8bd146d MEDIUM: peers: limit the number of updates sent at once by Willy Tarreau · Tue Jul 19 20:17:38 2022 +0200
  18. 642170a BUG/MINOR: peers: Use right channel flag to consider the peer as connected by Christopher Faulet · Wed Jul 27 10:49:31 2022 +0200
  19. 160fff6 BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · Tue Jul 26 19:19:18 2022 +0200
  20. ab4b094 MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · Tue Jul 26 19:14:36 2022 +0200
  21. 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · Wed Jun 15 14:31:38 2022 +0200
  22. 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · Tue May 31 08:55:54 2022 +0200
  23. fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · Tue May 31 08:53:25 2022 +0200
  24. ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · Tue May 31 08:49:29 2022 +0200
  25. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  26. da30490 CLEANUP: peers: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:44:04 2022 +0200
  27. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:26:46 2022 +0200
  28. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  29. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  30. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  31. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  32. 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · Wed May 25 18:21:43 2022 +0200
  33. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
  34. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  35. 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
  36. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  37. 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
  38. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  39. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  40. 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · Wed May 18 08:02:37 2022 +0200
  41. 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · Mon May 16 17:27:28 2022 +0200
  42. d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · Mon May 16 17:26:20 2022 +0200
  43. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
  44. 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · Thu May 12 15:36:11 2022 +0200
  45. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · Thu May 12 14:47:52 2022 +0200
  46. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
  47. 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
  48. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  49. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · Thu May 05 20:16:16 2022 +0200
  50. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · Tue May 03 15:04:25 2022 +0200
  51. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 14:58:47 2022 +0200
  52. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · Tue May 03 14:26:31 2022 +0200
  53. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  54. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · Tue Apr 26 10:30:35 2022 +0200
  55. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  56. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 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. 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
  59. 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
  60. 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
  61. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  62. 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
  63. 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
  64. 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
  65. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  66. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  67. 2645b34 BUILD: peers: adjust some printf format to silence cppcheck by Willy Tarreau · Tue Apr 12 08:28:18 2022 +0200
  68. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  69. 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:35:56 2021 +0100
  70. 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
  71. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  72. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  73. b4ff6f4 BUG/MEDIUM: peers: properly skip conn_cur from incoming messages by Willy Tarreau · Fri Dec 24 13:38:49 2021 +0100
  74. d9e6b35 CLEANUP: peers: Remove useless test on peer variable in peer_trace() by Christopher Faulet · Mon Nov 15 09:40:57 2021 +0100
  75. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  76. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · Fri Oct 08 17:53:12 2021 +0200
  77. 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · Wed Oct 06 17:53:19 2021 +0200
  78. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  79. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  80. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  81. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · Tue Jun 22 16:09:55 2021 +0200
  82. 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · Thu Jul 01 18:54:05 2021 +0200
  83. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · Wed Jun 30 13:21:58 2021 +0200
  84. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · Tue Jun 15 09:08:18 2021 +0200
  85. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  86. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · Wed May 12 17:39:04 2021 +0200
  87. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  88. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · Wed Apr 28 12:59:35 2021 +0200
  89. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · Tue Apr 20 14:43:46 2021 +0200
  90. 8e7a13e BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · Wed Apr 28 11:48:15 2021 +0200
  91. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · Tue Feb 23 17:08:08 2021 +0100
  92. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · Tue Feb 23 16:50:53 2021 +0100
  93. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · Thu Mar 04 10:27:10 2021 +0100
  94. 437e48a BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · Wed Apr 28 09:49:33 2021 +0200
  95. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · Wed Apr 21 16:06:35 2021 +0200
  96. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · Fri Apr 23 12:21:26 2021 +0200
  97. cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · Thu Apr 22 18:20:37 2021 +0200
  98. 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · Thu Apr 22 18:13:13 2021 +0200
  99. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  100. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · Sat Apr 10 23:00:53 2021 +0200