1. b372f16 BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · 2 years, 3 months ago
  2. 19a82b9 BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · 2 years, 3 months ago
  3. 13db4bd BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · 2 years, 3 months ago
  4. 8bd146d MEDIUM: peers: limit the number of updates sent at once by Willy Tarreau · 2 years, 4 months ago
  5. 642170a BUG/MINOR: peers: Use right channel flag to consider the peer as connected by Christopher Faulet · 2 years, 4 months ago
  6. 160fff6 BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · 2 years, 4 months ago
  7. ab4b094 MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · 2 years, 4 months ago
  8. 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · 2 years, 5 months ago
  9. 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · 2 years, 6 months ago
  10. fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · 2 years, 6 months ago
  11. ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · 2 years, 6 months ago
  12. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  13. da30490 CLEANUP: peers: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  14. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  15. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  16. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  17. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  18. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  19. 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · 2 years, 6 months ago
  20. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  21. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  22. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  23. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
  24. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
  25. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  26. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  27. 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · 2 years, 6 months ago
  28. 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · 2 years, 6 months ago
  29. d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · 2 years, 6 months ago
  30. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 6 months ago
  31. 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · 2 years, 7 months ago
  32. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
  33. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · 2 years, 7 months ago
  34. 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · 2 years, 7 months ago
  35. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  36. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  37. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · 2 years, 7 months ago
  38. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  39. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  40. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
  41. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  42. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  43. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  44. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  45. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  46. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  47. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  48. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  49. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  50. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
  51. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · 2 years, 8 months ago
  52. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
  53. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · 2 years, 10 months ago
  54. 2645b34 BUILD: peers: adjust some printf format to silence cppcheck by Willy Tarreau · 2 years, 8 months ago
  55. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  56. 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  57. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
  58. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  59. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  60. b4ff6f4 BUG/MEDIUM: peers: properly skip conn_cur from incoming messages by Willy Tarreau · 3 years ago
  61. d9e6b35 CLEANUP: peers: Remove useless test on peer variable in peer_trace() by Christopher Faulet · 3 years ago
  62. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
  63. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · 3 years, 2 months ago
  64. 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · 3 years, 2 months ago
  65. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  66. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 2 months ago
  67. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  68. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · 3 years, 5 months ago
  69. 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · 3 years, 5 months ago
  70. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · 3 years, 5 months ago
  71. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
  72. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
  73. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 7 months ago
  74. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  75. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 7 months ago
  76. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 7 months ago
  77. 8e7a13e BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 7 months ago
  78. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 9 months ago
  79. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 9 months ago
  80. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 9 months ago
  81. 437e48a BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 7 months ago
  82. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 7 months ago
  83. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
  84. cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 7 months ago
  85. 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 7 months ago
  86. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  87. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 8 months ago
  88. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  89. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  90. 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · 3 years, 10 months ago
  91. f6c8842 MINOR: peers: export process_peer_sync() to improve traces by Willy Tarreau · 3 years, 10 months ago
  92. 2b0ba54 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 10 months ago
  93. 4b1a05f BUG/MINOR: peers: Possible appctx pointer dereference. by Frédéric Lécaille · 3 years, 10 months ago
  94. 81d7092 BUILD: peers: fix build warning about unused variable by Willy Tarreau · 3 years, 10 months ago
  95. da2b084 MINOR: peers: Add traces for peer control messages. by Frédéric Lécaille · 3 years, 10 months ago
  96. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  97. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 4 years ago
  98. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 4 years, 2 months ago
  99. 345ebcf BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 4 years ago
  100. 1dfd4f1 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 4 years ago