1. 3399226 MINOR: peers: use defines instead of enums to appease clang. by Olivier Houchard · Tue Oct 16 18:49:26 2018 +0200
  2. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · Mon Oct 15 11:18:03 2018 +0200
  3. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  4. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  5. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · Thu Sep 06 11:45:30 2018 +0200
  6. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  7. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  8. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  9. 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
  10. 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
  11. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · Wed Dec 06 17:39:53 2017 +0100
  12. 088c9b7 BUG/MAJOR: thread/peers: fix deadlock on peers sync. by Emeric Brun · Fri Dec 01 11:37:36 2017 +0100
  13. cea8537 BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting by Willy Tarreau · Wed Nov 29 14:49:30 2017 +0100
  14. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  15. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  16. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  17. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · Thu Nov 02 17:32:43 2017 +0100
  18. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  19. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  20. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  21. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  22. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  23. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  24. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  25. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  26. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · Sun Oct 08 21:32:53 2017 +0200
  27. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  28. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  29. 04b9286 MINOR: peers: don't reference the incoming listener on outgoing connections by Willy Tarreau · Fri Sep 15 11:01:04 2017 +0200
  30. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200
  31. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · Tue Jun 27 15:20:05 2017 +0200
  32. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  33. 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
  34. 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
  35. 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
  36. 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
  37. 5df1190 BUG/MEDIUM: peers: Peers CLOSE_WAIT issue. by Frédéric Lécaille · Tue Jun 13 16:39:57 2017 +0200
  38. 18928af BUG/MEDIUM: peers: fix buffer overflow control in intdecode. by Emeric Brun · Wed Mar 29 16:32:53 2017 +0200
  39. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  40. 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
  41. 9df94c2 MINOR: peers: remove the pointer to the stream by Willy Tarreau · Mon Oct 31 18:42:52 2016 +0100
  42. 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
  43. b21d08e BUG/MEDIUM: peers: fix use after free in peer_session_create() by Willy Tarreau · Mon Oct 31 17:46:57 2016 +0100
  44. 78c0c50 BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream by Willy Tarreau · Mon Oct 31 17:32:20 2016 +0100
  45. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · Wed Oct 12 17:30:30 2016 +0200
  46. 597b26e BUG/MINOR: peers: empty chunks after a resync. by Emeric Brun · Fri Aug 12 11:23:31 2016 +0200
  47. cc52274 BUG/MINOR: peers: some updates are pushed twice after a resync. by Emeric Brun · Wed Aug 10 17:19:27 2016 +0200
  48. 22fc320 BUG/MINOR: peers: Fix peers data decoding issue by Frédéric Lécaille · Tue Jul 19 14:04:36 2016 +0200
  49. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  50. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  51. 3bb4617 BUG/MEDIUM: peers: fix incorrect age in frequency counters by Willy Tarreau · Fri Mar 25 18:17:47 2016 +0100
  52. 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
  53. b058f1c BUG/MINOR: fct peer_prepare_ackmsg should not use trash. by Emeric Brun · Tue Sep 22 15:50:18 2015 +0200
  54. a6a0998 BUG/MEDIUM: peers: same table updates re-pushed after a re-connect by Emeric Brun · Tue Sep 22 15:34:19 2015 +0200
  55. 37bb7be BUG/MAJOR: peers: fix a crash when stopping peers on unbound processes by Willy Tarreau · Mon Sep 21 15:24:58 2015 +0200
  56. 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
  57. e1ab808 BUG/MEDIUM: peers: fix wrong message id on stick table updates acknowledgement. by Emeric Brun · Fri Aug 21 11:48:54 2015 +0200
  58. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · Fri Jul 24 08:46:42 2015 +0200
  59. 9490095 MEDIUM: peers: support of any stick-table data-types for sync by Emeric Brun · Thu Jun 11 18:25:54 2015 +0200
  60. 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
  61. b3971ab MAJOR: peers: peers protocol version 2.0 by Emeric Brun · Tue May 12 18:49:09 2015 +0200
  62. b4e34da BUG/MEDIUM: peers: apply a random reconnection timeout by Willy Tarreau · Wed May 20 10:39:04 2015 +0200
  63. 0fca483 MEDIUM: config: propagate the table's process list to the peers sections by Willy Tarreau · Fri May 01 19:12:05 2015 +0200
  64. 46dc1ca MEDIUM: peers: unregister peers that were never started by Willy Tarreau · Fri May 01 18:32:13 2015 +0200
  65. aa72978 MINOR: peers: store the pointer to the signal handler by Willy Tarreau · Fri May 01 18:29:09 2015 +0200
  66. e5843b3 BUG/MEDIUM: peers: recent applet changes broke peers updates scheduling by Willy Tarreau · Mon Apr 27 18:40:14 2015 +0200
  67. 6e2979c BUG/MEDIUM: peers: fix applet scheduling by Willy Tarreau · Mon Apr 27 13:21:15 2015 +0200
  68. fe12793 MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put} by Willy Tarreau · Tue Apr 21 19:23:39 2015 +0200
  69. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · Mon Apr 20 01:31:23 2015 +0200
  70. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · Sun Apr 19 17:20:03 2015 +0200
  71. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200
  72. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · Mon Apr 13 13:24:54 2015 +0200
  73. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · Mon Apr 13 12:05:19 2015 +0200
  74. 73b65ac MINOR: stream: pass the pointer to the origin explicitly to stream_new() by Willy Tarreau · Wed Apr 08 18:26:29 2015 +0200
  75. 0c5c68e MINOR: peers: no need for setting timeouts / conn_retries in peer_session_create() by Willy Tarreau · Mon Apr 06 01:06:42 2015 +0200
  76. d1769b8 MEDIUM: stream: don't rely on the session's listener anymore in stream_new() by Willy Tarreau · Mon Apr 06 00:25:48 2015 +0200
  77. 02d8638 MEDIUM: stream: return the stream upon accept() by Willy Tarreau · Sun Apr 05 12:00:52 2015 +0200
  78. 342bfb1 MEDIUM: peers: make use of stream_accept_session() by Willy Tarreau · Sun Apr 05 01:35:34 2015 +0200
  79. 8baf906 MEDIUM: peers: initialize the task before the stream by Willy Tarreau · Sun Apr 05 00:46:36 2015 +0200
  80. 4099a7c MINOR: peers: make use of session_new() when creating a new session by Willy Tarreau · Sun Apr 05 00:39:55 2015 +0200
  81. d990baf MEDIUM: peers: move the appctx initialization earlier by Willy Tarreau · Sun Apr 05 00:32:03 2015 +0200
  82. b2bf833 MINOR: session: add stick counters to the struct session by Willy Tarreau · Sat Apr 04 15:58:58 2015 +0200
  83. 11c3624 MINOR: session: implement session_free() and use it everywhere by Willy Tarreau · Sat Apr 04 15:54:03 2015 +0200
  84. 7ea671b MINOR: session: store the session's accept date by Willy Tarreau · Sat Apr 04 14:46:56 2015 +0200
  85. 15b5e14 MINOR: stream: move session initialization before the stream's by Willy Tarreau · Sat Apr 04 14:38:25 2015 +0200
  86. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · Sat Apr 04 02:10:38 2015 +0200
  87. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  88. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · Fri Apr 03 22:16:32 2015 +0200
  89. 40606ab MINOR: session: add a pointer to the session's origin by Willy Tarreau · Fri Apr 03 18:08:29 2015 +0200
  90. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  91. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · Fri Apr 03 14:46:27 2015 +0200
  92. feb7640 MEDIUM: stream: allocate the session when a stream is created by Willy Tarreau · Fri Apr 03 14:10:06 2015 +0200
  93. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · Fri Apr 03 13:53:24 2015 +0200
  94. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  95. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  96. d1d48d4 MEDIUM: peers: use frontend_accept() instead of peer_accept() by Willy Tarreau · Fri Mar 13 16:15:46 2015 +0100
  97. f87ab94 MINOR: proxy: store the default target into the frontend's configuration by Willy Tarreau · Fri Mar 13 15:55:16 2015 +0100
  98. 91d9628 MINOR: peers: centralize configuration of the peers frontend by Willy Tarreau · Fri Mar 13 15:47:26 2015 +0100
  99. bc18da1 MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* by Willy Tarreau · Fri Mar 13 14:00:47 2015 +0100
  100. 81cd900 MEDIUM: channel: remove now unused ->prod and ->cons pointers by Willy Tarreau · Fri Nov 28 14:23:47 2014 +0100