1. d3c49d1 BUG/MINOR: connection: report mux modes when HTX is supported by Willy Tarreau · Fri Nov 30 16:52:32 2018 +0100
  2. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · Fri Nov 30 17:24:55 2018 +0100
  3. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  4. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · Wed Nov 21 00:16:29 2018 +0100
  5. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · Tue Nov 13 16:48:36 2018 +0100
  6. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · Tue Nov 13 16:44:31 2018 +0100
  7. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · Sun Nov 18 21:29:20 2018 +0100
  8. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · Mon Oct 22 11:49:15 2018 +0200
  9. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · Wed Oct 10 15:46:36 2018 +0200
  10. 1fddc9b BUG/MEDIUM: connections: Remove subscription if going in idle mode. by Olivier Houchard · Sun Oct 21 00:32:01 2018 +0200
  11. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 2018 +0200
  12. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  13. 55e0da6 BUILD: connection: silence a couple of null-deref build warnings at -Wextra by Willy Tarreau · Thu Sep 20 11:26:52 2018 +0200
  14. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  15. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · Wed Sep 12 15:21:03 2018 +0200
  16. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
  17. 57f8185 MINOR: connection: add new function conn_is_back() by Willy Tarreau · Thu Sep 06 14:52:21 2018 +0200
  18. 6ac98ac MINOR: connection: add new function conn_get_proxy() by Willy Tarreau · Thu Sep 06 11:48:44 2018 +0200
  19. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · Thu Sep 06 11:45:30 2018 +0200
  20. 1b13bfd BUG/MEDIUM: connection: don't forget to always delete the list's head by Willy Tarreau · Tue Aug 21 18:33:20 2018 +0200
  21. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  22. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  23. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  24. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
  25. 287527a BUG/MEDIUM: connection/mux: take care of serverless proxies by Willy Tarreau · Wed Aug 08 18:40:44 2018 +0200
  26. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · Tue Apr 10 15:01:45 2018 +0200
  27. 9c9ef03 MINOR: mux: Improve the message with the list of existing mux protocols by Christopher Faulet · Wed Aug 08 10:25:57 2018 +0200
  28. e15c6c4 MINOR: mux: Change get_mux_proto to get an ist as parameter by Christopher Faulet · Wed Aug 08 10:21:56 2018 +0200
  29. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · Tue Apr 10 14:37:32 2018 +0200
  30. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  31. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
  32. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · Wed May 23 14:58:55 2018 +0200
  33. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · Fri Mar 02 13:55:01 2018 +0100
  34. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · Fri Mar 02 10:43:58 2018 +0100
  35. 8318885 MINOR: connection: simplify subscription by adding a registration function by Willy Tarreau · Wed Jul 18 08:18:20 2018 +0200
  36. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  37. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  38. 302f9ef BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). by Olivier Houchard · Fri Apr 13 15:50:27 2018 +0200
  39. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  40. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · Fri Dec 22 18:46:33 2017 +0100
  41. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  42. 90084a1 MINOR: ssl: Handle reading early data after writing better. by Olivier Houchard · Thu Nov 23 18:21:29 2017 +0100
  43. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · Sun Oct 08 11:16:46 2017 +0200
  44. 2c52a2b MEDIUM: connection: make mux->detach() release the connection by Willy Tarreau · Sun Oct 08 11:00:17 2017 +0200
  45. 6978db3 MINOR: connection: add cs_close() to close a conn_stream by Willy Tarreau · Thu Oct 05 18:19:43 2017 +0200
  46. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · Thu Oct 05 15:25:48 2017 +0200
  47. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  48. 63dd75d MINOR: connection: introduce the conn_stream manipulation functions by Willy Tarreau · Sun Oct 08 15:16:00 2017 +0200
  49. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  50. 2e0b2b5 MEDIUM: session: use the ALPN token and proxy mode to select the mux by Willy Tarreau · Fri Sep 15 06:59:55 2017 +0200
  51. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · Thu Sep 21 19:40:52 2017 +0200
  52. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  53. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · Tue May 30 11:07:16 2017 +0200
  54. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  55. 7b271b2 MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw() by Willy Tarreau · Wed Oct 25 09:59:22 2017 +0200
  56. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · Wed Oct 25 09:22:43 2017 +0200
  57. bc97cc4 MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM by Willy Tarreau · Wed Oct 25 10:28:45 2017 +0200
  58. cbc6524 MINOR: connection: remove conn_force_close() by Willy Tarreau · Thu Oct 05 17:49:56 2017 +0200
  59. dc42acd MINOR: connection: add conn_stop_tracking() to disable tracking by Willy Tarreau · Thu Oct 05 18:09:20 2017 +0200
  60. 6a0a80a MINOR: connection: ensure conn_ctrl_close() also resets the fd by Willy Tarreau · Thu Oct 05 17:43:39 2017 +0200
  61. f9ce57e MEDIUM: connection: make conn_sock_shutw() aware of lingering by Willy Tarreau · Thu Oct 05 17:24:42 2017 +0200
  62. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  63. 576c5aa MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab by Christopher Faulet · Tue Sep 05 09:51:57 2017 +0200
  64. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  65. cde5651 CLEANUP: connection: remove the unused conn_sock_shutw_pending() by Willy Tarreau · Wed Aug 30 07:44:03 2017 +0200
  66. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  67. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · Mon Aug 28 15:46:01 2017 +0200
  68. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  69. 71d058c MINOR: ssl: add a new error codes for wrong server certificates by Willy Tarreau · Wed Jul 26 20:09:56 2017 +0200
  70. a9c1741 MINOR: connection: add a .get_alpn() method to xprt_ops by Willy Tarreau · Sun Dec 04 18:42:09 2016 +0100
  71. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  72. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · Wed May 17 20:42:48 2017 +0200
  73. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · Sat Jan 14 01:42:15 2017 +0000
  74. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · Thu Dec 22 20:25:26 2016 +0100
  75. 796c5b7 OPTIM: stream-int: don't disable polling anymore on DONT_READ by Willy Tarreau · Tue Nov 29 21:47:02 2016 +0100
  76. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  77. 2dc770c MINOR: connection: add a few functions to report the data and xprt layers' names by Willy Tarreau · Wed Nov 23 18:00:08 2016 +0100
  78. 733b132 DEBUG: connection: mark the closed FDs with a value that is easier to detect by Willy Tarreau · Thu Nov 17 14:22:52 2016 +0100
  79. 350135c BUG/MEDIUM: connection: check the control layer before stopping polling by Willy Tarreau · Thu Nov 17 12:05:13 2016 +0100
  80. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · Sat Jun 04 15:11:10 2016 +0100
  81. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · Thu Apr 14 11:13:20 2016 +0200
  82. d75d40e MINOR: connection: add a new list member in the connection struct by Willy Tarreau · Tue Aug 04 17:25:58 2015 +0200
  83. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · Fri Mar 13 00:40:28 2015 +0100
  84. f31fb07 MEDIUM: connection: make conn_drain() perform more controls by Willy Tarreau · Fri Mar 13 00:32:20 2015 +0100
  85. ff3e648 MINOR: connection: implement conn_sock_send() by Willy Tarreau · Thu Mar 12 23:56:52 2015 +0100
  86. 729c69f MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw() by Willy Tarreau · Thu Mar 12 22:51:10 2015 +0100
  87. a02e8c9 MINOR: connection: make conn_sock_shutw() actually perform the shutdown() call by Willy Tarreau · Thu Mar 12 22:42:29 2015 +0100
  88. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  89. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  90. f51c698 MEDIUM: ssl: implement a workaround for the OpenSSL heartbleed attack by Willy Tarreau · Fri Apr 25 20:02:39 2014 +0200
  91. b396637 MINOR: connection: add a new error code for SSL with heartbeat by Willy Tarreau · Fri Apr 25 18:54:29 2014 +0200
  92. aad6938 CLEANUP: connection: use conn_xprt_ready() instead of checking the flag by Willy Tarreau · Thu Jan 23 14:21:42 2014 +0100
  93. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · Thu Jan 23 13:50:42 2014 +0100
  94. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · Wed Jan 22 20:02:06 2014 +0100
  95. 310987a MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags by Willy Tarreau · Wed Jan 22 19:46:33 2014 +0100
  96. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  97. 45b34e8 MINOR: connection: add more error codes to report connection errors by Willy Tarreau · Fri Jan 24 16:06:50 2014 +0100
  98. 2aefad5 MINOR: connection: add a new conn_drain() function by Willy Tarreau · Mon Jan 20 11:41:52 2014 +0100
  99. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · Sun Dec 15 13:31:35 2013 +0100
  100. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · Sun Dec 15 14:19:38 2013 +0100