1. 0bbec0f MINOR: peers: adds counters on show peers about tasks calls. by Emeric Brun · Thu Apr 18 11:39:43 2019 +0200
  2. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  3. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · Mon Apr 15 10:25:27 2019 +0200
  4. 9ef2ad7 BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. by Emeric Brun · Tue Apr 02 17:22:01 2019 +0200
  5. b7405c1 BUG/MINOR: peers: Missing initializations after peer session shutdown. by Frédéric Lécaille · Wed Mar 27 14:32:39 2019 +0100
  6. 54bff83 CLEANUP: peers: replace timeout constants by macros. by Frédéric Lécaille · Tue Mar 26 10:25:20 2019 +0100
  7. aba44a2 CLEANUP: peers: remove useless annoying tabulations. by Frédéric Lécaille · Tue Mar 26 10:18:07 2019 +0100
  8. 045e0d4 BUG/MINOR: peers: Really close the sessions with no heartbeat. by Frédéric Lécaille · Thu Mar 21 11:12:32 2019 +0100
  9. ed87989 MEDIUM: peers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:53:43 2019 +0100
  10. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · Mon Feb 11 17:49:39 2019 +0100
  11. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · Wed Feb 27 16:49:00 2019 +0100
  12. 9bdd7bc BUILD/MINOR: peers: remove an impossible null test in intencode() by Willy Tarreau · Tue Feb 12 11:59:35 2019 +0100
  13. ef60ff3 BUG/MEDIUM: peers: Handle mux creation failure. by Olivier Houchard · Tue Jan 29 19:00:33 2019 +0100
  14. 6254a92 BUILD/MINOR: peers: shut up a build warning introduced during last cleanup by Willy Tarreau · Tue Jan 29 17:45:23 2019 +0100
  15. 6f731f3 CLEANUP: peers: factor error handling in peer_treat_definedmsg() by Willy Tarreau · Tue Jan 29 11:11:23 2019 +0100
  16. 1e82a14 CLEANUP: peers: factor the error handling code in peer_treet_updatemsg() by Willy Tarreau · Tue Jan 29 11:08:06 2019 +0100
  17. 4b2fd9b MINOR: peers: move peer initializations code to reduce the size of the I/O handler. by Frédéric Lécaille · Fri Jan 25 08:58:41 2019 +0100
  18. 3f0fb9d MINOR: peers: move "hello" message treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · Fri Jan 25 08:30:29 2019 +0100
  19. be825e5 CLEANUP: peers: Remove useless statements. by Frédéric Lécaille · Thu Jan 24 18:28:44 2019 +0100
  20. 25e1d5e MINOR: peers: move send code to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 17:33:48 2019 +0100
  21. 444243c MINOR: peers: move messages treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 15:40:11 2019 +0100
  22. 7d0ceee MINOR: peers: move error handling to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 14:24:05 2019 +0100
  23. d5fe14b CLEANUP: peers: Be more generic. by Frédéric Lécaille · Thu Jan 24 10:33:40 2019 +0100
  24. 95203f2 MINOR: peers: Move high level receive code to reduce the size of I/O handler. by Frédéric Lécaille · Wed Jan 23 19:38:11 2019 +0100
  25. d27b094 MINOR: peers: Move ack, switch and definition receive code to reduce the size of the I/O handler. by Frédéric Lécaille · Wed Jan 23 17:31:37 2019 +0100
  26. 168a34b MINOR: peers: Move update receive code to reduce the size of the I/O handler. by Frédéric Lécaille · Wed Jan 23 11:16:57 2019 +0100
  27. 6a8303d MEDIUM: peers: synchronizaiton code factorization to reduce the size of the I/O handler. by Frédéric Lécaille · Tue Jan 22 22:25:17 2019 +0100
  28. 87f554c MINOR: peers: Add new functions to send code and reduce the I/O handler. by Frédéric Lécaille · Tue Jan 22 17:26:50 2019 +0100
  29. ec44ea8 MINOR: peers: send code factorization. by Frédéric Lécaille · Tue Jan 22 15:54:53 2019 +0100
  30. a8725ec CLEANUP: peers: Indentation fixes. by Frédéric Lécaille · Tue Jan 22 10:31:39 2019 +0100
  31. ce02557 MINOR: peers: Extract some code to be reused. by Frédéric Lécaille · Mon Jan 21 13:38:06 2019 +0100
  32. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · Thu Apr 26 14:35:21 2018 +0200
  33. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · Thu Apr 26 10:06:41 2018 +0200
  34. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · Fri Dec 14 19:42:40 2018 +0100
  35. 82b2f54 CLEANUP: Fix typos in the peers subsystem by Joseph Herlant · Thu Nov 15 12:19:14 2018 -0800
  36. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  37. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  38. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · Mon Nov 05 17:12:27 2018 +0100
  39. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · Mon Nov 05 16:31:22 2018 +0100
  40. 086735a BUG/MINOR: tasks: make sure wakeup events are properly reported to subscribers by Willy Tarreau · Mon Nov 05 15:09:47 2018 +0100
  41. 3399226 MINOR: peers: use defines instead of enums to appease clang. by Olivier Houchard · Tue Oct 16 18:49:26 2018 +0200
  42. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · Mon Oct 15 11:18:03 2018 +0200
  43. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  44. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  45. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · Thu Sep 06 11:45:30 2018 +0200
  46. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  47. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  48. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  49. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  50. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · Mon Jan 22 15:10:08 2018 +0100
  51. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · Wed Dec 06 17:39:53 2017 +0100
  52. 088c9b7 BUG/MAJOR: thread/peers: fix deadlock on peers sync. by Emeric Brun · Fri Dec 01 11:37:36 2017 +0100
  53. cea8537 BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting by Willy Tarreau · Wed Nov 29 14:49:30 2017 +0100
  54. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  55. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  56. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  57. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · Thu Nov 02 17:32:43 2017 +0100
  58. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  59. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  60. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  61. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  62. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  63. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  64. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  65. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  66. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · Sun Oct 08 21:32:53 2017 +0200
  67. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  68. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  69. 04b9286 MINOR: peers: don't reference the incoming listener on outgoing connections by Willy Tarreau · Fri Sep 15 11:01:04 2017 +0200
  70. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200
  71. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · Tue Jun 27 15:20:05 2017 +0200
  72. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  73. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · Thu Jul 13 09:07:09 2017 +0200
  74. 37a7254 MINOR: peers: Add additional information to stick-table definition messages. by Frédéric Lécaille · Thu Jul 06 15:02:16 2017 +0200
  75. 5f77fef MINOR: task/stream: tasks related to a stream must be init by the caller. by Emeric Brun · Mon May 29 15:26:51 2017 +0200
  76. 5d6e5f8 BUG/MINOR: Wrong peer task expiration handling during synchronization processing. by Frédéric Lécaille · Mon May 29 13:47:16 2017 +0200
  77. 5df1190 BUG/MEDIUM: peers: Peers CLOSE_WAIT issue. by Frédéric Lécaille · Tue Jun 13 16:39:57 2017 +0200
  78. 18928af BUG/MEDIUM: peers: fix buffer overflow control in intdecode. by Emeric Brun · Wed Mar 29 16:32:53 2017 +0200
  79. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  80. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · Fri Dec 09 17:30:18 2016 +0100
  81. 9df94c2 MINOR: peers: remove the pointer to the stream by Willy Tarreau · Mon Oct 31 18:42:52 2016 +0100
  82. 81bc3b0 MINOR: peers: make peer_session_forceshutdown() use the appctx and not the stream by Willy Tarreau · Mon Oct 31 17:37:39 2016 +0100
  83. b21d08e BUG/MEDIUM: peers: fix use after free in peer_session_create() by Willy Tarreau · Mon Oct 31 17:46:57 2016 +0100
  84. 78c0c50 BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream by Willy Tarreau · Mon Oct 31 17:32:20 2016 +0100
  85. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · Wed Oct 12 17:30:30 2016 +0200
  86. 597b26e BUG/MINOR: peers: empty chunks after a resync. by Emeric Brun · Fri Aug 12 11:23:31 2016 +0200
  87. cc52274 BUG/MINOR: peers: some updates are pushed twice after a resync. by Emeric Brun · Wed Aug 10 17:19:27 2016 +0200
  88. 22fc320 BUG/MINOR: peers: Fix peers data decoding issue by Frédéric Lécaille · Tue Jul 19 14:04:36 2016 +0200
  89. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  90. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  91. 3bb4617 BUG/MEDIUM: peers: fix incorrect age in frequency counters by Willy Tarreau · Fri Mar 25 18:17:47 2016 +0100
  92. 234fc3c BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. by Emeric Brun · Wed Dec 16 15:16:46 2015 +0100
  93. b058f1c BUG/MINOR: fct peer_prepare_ackmsg should not use trash. by Emeric Brun · Tue Sep 22 15:50:18 2015 +0200
  94. a6a0998 BUG/MEDIUM: peers: same table updates re-pushed after a re-connect by Emeric Brun · Tue Sep 22 15:34:19 2015 +0200
  95. 37bb7be BUG/MAJOR: peers: fix a crash when stopping peers on unbound processes by Willy Tarreau · Mon Sep 21 15:24:58 2015 +0200
  96. b157d73 BUG/MAJOR: peers: fix current table pointer not re-initialized on session release. by Emeric Brun · Fri Aug 21 12:00:30 2015 +0200
  97. e1ab808 BUG/MEDIUM: peers: fix wrong message id on stick table updates acknowledgement. by Emeric Brun · Fri Aug 21 11:48:54 2015 +0200
  98. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · Fri Jul 24 08:46:42 2015 +0200
  99. 9490095 MEDIUM: peers: support of any stick-table data-types for sync by Emeric Brun · Thu Jun 11 18:25:54 2015 +0200
  100. aaf5860 MINOR: peers: avoid re-scheduling of pending stick-table's updates still not pushed. by Emeric Brun · Mon Jun 15 17:23:30 2015 +0200