1. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · Wed Mar 25 19:41:03 2020 +0100
  2. c0caac2 BUG/MINOR: connections: Make sure we free the connection on failure. by Olivier Houchard · Fri Mar 20 14:26:32 2020 +0100
  3. fdc7ee2 BUG/MEDIUM: connections: Don't forget to decrement idle connection counters. by Olivier Houchard · Thu Mar 19 23:52:28 2020 +0100
  4. b339736 MEDIUM: connections: Kill connections even if we are reusing one. by Olivier Houchard · Mon Mar 16 13:49:00 2020 +0100
  5. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · Fri Mar 06 18:18:56 2020 +0100
  6. d2489e0 MINOR: connections: Add a flag to know if we're in the safe or idle list. by Olivier Houchard · Tue Mar 10 18:04:37 2020 +0100
  7. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · Fri Mar 06 18:12:03 2020 +0100
  8. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  9. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · Mon Jan 20 13:56:01 2020 +0100
  10. b9f54c5 MINOR: backend: use a single call to ha_random32() for the random LB algo by Willy Tarreau · Sun Mar 08 17:31:39 2020 +0100
  11. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  12. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  13. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  14. ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · Wed Mar 04 16:42:03 2020 +0100
  15. 849d4f0 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · Fri Jan 31 17:22:08 2020 +0100
  16. 1fc5a64 MEDIUM: streams: Don't close the connection in back_handle_st_rdy(). by Olivier Houchard · Fri Jan 24 15:24:32 2020 +0100
  17. 7c30642 MEDIUM: streams: Don't close the connection in back_handle_st_con(). by Olivier Houchard · Fri Jan 24 15:37:37 2020 +0100
  18. b43589c BUG/MEDIUM: stream: Don't install the mux in back_handle_st_con(). by Olivier Houchard · Fri Jan 24 15:36:38 2020 +0100
  19. ecffb7d BUG/MEDIUM: streams: Move the conn_stream allocation outside #IF USE_OPENSSL. by Olivier Houchard · Fri Jan 24 14:10:55 2020 +0100
  20. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
  21. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · Thu Jan 23 15:23:13 2020 +0100
  22. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  23. 79fd577 CLEANUP: backend: shut another false null-deref in back_handle_st_con() by Willy Tarreau · Thu Jan 23 11:40:40 2020 +0100
  24. b1a40c7 CLEANUP: backend: remove useless test for inexistent connection by Willy Tarreau · Thu Jan 23 11:36:33 2020 +0100
  25. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · Wed Jan 22 18:08:48 2020 +0100
  26. 8af03b3 MEDIUM: streams: Always create a conn_stream in connect_server(). by Olivier Houchard · Wed Jan 22 17:34:54 2020 +0100
  27. 062df2c MEDIUM: backend: move the connection finalization step to back_handle_st_con() by Willy Tarreau · Fri Jan 10 06:17:03 2020 +0100
  28. 3a9312a REORG: stream/backend: move backend-specific stuff to backend.c by Willy Tarreau · Thu Jan 09 18:43:15 2020 +0100
  29. 1402374 BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. by Olivier Houchard · Mon Dec 30 18:15:40 2019 +0100
  30. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · Tue Nov 05 16:18:10 2019 +0100
  31. 1dfd165 MINOR: backend: Add srv_name sample fetche by vkill · Wed Oct 30 16:58:14 2019 +0800
  32. e8f5f5d BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. by Olivier Houchard · Fri Oct 25 17:00:54 2019 +0200
  33. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  34. 1dbc467 BUG/MINOR: backend: Fix a possible null pointer dereference by Christopher Faulet · Fri Sep 13 10:01:36 2019 +0200
  35. 177adc9 MINOR: backend: Add srv_queue converter by Nenad Merdanovic · Tue Aug 27 01:58:13 2019 +0200
  36. b082186 MEDIUM: backend: remove impossible cases from connect_server() by Willy Tarreau · Thu Jul 18 19:26:11 2019 +0200
  37. a5797aa MEDIUM: backend: always release any existing prior connection in connect_server() by Willy Tarreau · Thu Jul 18 18:40:06 2019 +0200
  38. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · Thu Jul 18 15:47:45 2019 +0200
  39. 16aa4af MINOR: connection: don't use clear_addr() anymore, just release the address by Willy Tarreau · Thu Jul 18 11:16:41 2019 +0200
  40. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · Wed Jul 17 19:04:47 2019 +0200
  41. c0e16f2 MEDIUM: backend: turn all conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · Wed Jul 17 18:16:30 2019 +0200
  42. 3cc01d8 MINOR: backend: switch to conn_get_{src,dst}() for port and address mapping by Willy Tarreau · Wed Jul 17 11:27:38 2019 +0200
  43. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  44. 7d37fbb MEDIUM: backend: Remove code relying on the HTTP legacy mode by Christopher Faulet · Mon Jul 15 15:37:57 2019 +0200
  45. b5f86f1 MINOR: backend/htx: Don't rewind output data to set the sni on a srv connection by Christopher Faulet · Thu Jun 13 11:32:54 2019 +0200
  46. 09e0203 BUG/MINOR: backend: do not try to install a mux when the connection failed by Willy Tarreau · Thu Jul 18 16:18:20 2019 +0200
  47. a1ab973 BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it. by Olivier Houchard · Mon Jul 08 16:30:32 2019 +0200
  48. 6c6dc58 BUG/MEDIUM: connections: Always add the xprt handshake if needed. by Olivier Houchard · Mon Jun 24 18:19:40 2019 +0200
  49. 8694e5b BUG/MEDIUM: connections: Don't try to send early data if we have no mux. by Olivier Houchard · Sat Jun 15 00:14:05 2019 +0200
  50. b4a8b2c BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP. by Olivier Houchard · Sat Jun 15 00:13:15 2019 +0200
  51. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  52. 14fcc2e BUG/MEDIUM: servers: Don't attempt to destroy idle connections if disabled. by Olivier Houchard · Wed Jun 05 13:55:01 2019 +0200
  53. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · Mon Jun 03 14:23:33 2019 +0200
  54. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
  55. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · Wed May 29 15:01:50 2019 +0200
  56. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · Mon May 13 15:27:23 2019 +0200
  57. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · Mon May 13 14:41:27 2019 +0200
  58. 08e2b41 BUILD: connections: shut up gcc about impossible out-of-bounds warning by Willy Tarreau · Sun May 26 11:50:08 2019 +0200
  59. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  60. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 14:13:35 2019 +0200
  61. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 13:26:41 2019 +0200
  62. 4cd2af4 BUG/MEDIUM: ssl: Don't attempt to use early data with libressl. by Olivier Houchard · Mon May 06 15:18:27 2019 +0200
  63. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  64. 010941f BUG/MEDIUM: ssl: Use the early_data API the right way. by Olivier Houchard · Fri May 03 20:56:19 2019 +0200
  65. a48237f BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. by Olivier Houchard · Thu May 02 12:04:15 2019 +0200
  66. 46451d6 MINOR: gcc: Fix a silly gcc warning in connect_server() by Christopher Faulet · Fri Apr 19 15:39:22 2019 +0200
  67. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  68. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · Mon Apr 08 11:23:22 2019 +0200
  69. 237f781 MEDIUM: backend: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:49:07 2019 +0100
  70. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · Thu Feb 28 16:06:56 2019 +0100
  71. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  72. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · Tue Jan 22 16:11:03 2019 +0100
  73. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  74. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · Fri Feb 15 18:49:15 2019 +0100
  75. f7679ad BUG/MAJOR: htx/backend: Make all tests on HTTP messages compatible with HTX by Christopher Faulet · Mon Feb 04 12:02:18 2019 +0100
  76. 1da41ec BUG/MINOR: backend: check srv_conn before dereferencing it by Willy Tarreau · Fri Feb 01 16:38:48 2019 +0100
  77. 3c4e19f BUG/MEDIUM: backend: always release the previous connection into its own target srv_list by Willy Tarreau · Fri Feb 01 11:54:23 2019 +0100
  78. 7493114 BUG/MEDIUM: servers: Close the connection if we failed to install the mux. by Olivier Houchard · Tue Jan 29 19:11:16 2019 +0100
  79. 26da323 BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list. by Olivier Houchard · Tue Jan 29 16:05:02 2019 +0100
  80. 4dc8553 BUG/MEDIUM: servers: Only destroy a conn_stream we just allocated. by Olivier Houchard · Tue Jan 29 15:50:38 2019 +0100
  81. d822013 BUG/MEDIUM: backend: always call si_detach_endpoint() on async connection failure by Willy Tarreau · Mon Jan 28 16:33:35 2019 +0100
  82. 9ef5155 BUG/MEDIUM: servers: Attempt to reuse an unfinished connection on retry. by Olivier Houchard · Mon Jan 28 15:33:15 2019 +0100
  83. 2c7dedd BUG/MEDIUM: backend: never try to attach to a mux having no more stream available by Willy Tarreau · Thu Jan 24 18:22:19 2019 +0100
  84. 5ce6337 BUG/MEDIUM: backend: also remove from idle list muxes that have no more room by Willy Tarreau · Wed Jan 23 17:33:06 2019 +0100
  85. 09a0f03 BUG/MEDIUM: servers: Make assign_tproxy_address work when ALPN is set. by Olivier Houchard · Thu Jan 17 15:59:13 2019 +0100
  86. 21c741a MINOR: backend: make the random algorithm support a number of draws by Willy Tarreau · Mon Jan 14 18:14:27 2019 +0100
  87. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · Mon Jan 14 16:14:15 2019 +0100
  88. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · Mon Jan 14 16:04:54 2019 +0100
  89. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · Mon Jan 14 15:28:53 2019 +0100
  90. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · Mon Jan 14 15:23:54 2019 +0100
  91. 6c30be5 BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit by Willy Tarreau · Mon Jan 14 17:07:39 2019 +0100
  92. 602a499 BUG/MINOR: backend: balance uri specific options were lost across defaults by Willy Tarreau · Mon Jan 14 16:29:52 2019 +0100
  93. 5cd6217 BUG/MEDIUM: server: Defer the mux init until after xprt has been initialized. by Olivier Houchard · Fri Jan 04 15:52:26 2019 +0100
  94. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · Wed Jan 02 14:48:31 2019 +0100
  95. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · Fri Dec 28 18:50:57 2018 +0100
  96. c685d70 MEDIUM: servers: Be smarter when switching connections. by Olivier Houchard · Fri Dec 28 16:20:25 2018 +0100
  97. 4f41751 BUG/MEDIUM: servers: Flag the stream_interface on handshake error. by Olivier Houchard · Thu Dec 27 18:59:46 2018 +0100
  98. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · Thu Dec 27 17:20:54 2018 +0100
  99. 5f7de56 BUG/MAJOR: servers: Correctly use LIST_ELEM(). by Olivier Houchard · Thu Dec 27 15:35:22 2018 +0100
  100. c3fa638 BUG/MAJOR: servers: Use the list api correctly to avoid crashes. by Olivier Houchard · Thu Dec 27 15:29:53 2018 +0100