1. 82cd5c1 OPTIM: backend: skip LB when we know the backend is full by Willy Tarreau · Tue Sep 29 17:07:21 2020 +0200
  2. b88ae18 OPTIM: backend/random: never queue on the server, always on the backend by Willy Tarreau · Tue Sep 29 16:58:30 2020 +0200
  3. 57a3741 MINOR: backend: add a new "path-only" option to "balance uri" by Willy Tarreau · Wed Sep 23 08:56:29 2020 +0200
  4. 3d1119d MINOR: backend: make the "whole" option of balance uri take only one bit by Willy Tarreau · Wed Sep 23 08:05:47 2020 +0200
  5. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Jul 23 00:32:55 2020 +0500
  6. a3b1756 BUG/MEDIUM: backend: always attach the transport before installing the mux by Willy Tarreau · Fri Jul 31 08:39:31 2020 +0200
  7. b4de420 MINOR: connection: Preinstall the mux for non-ssl connect by Christopher Faulet · Thu Jul 30 09:10:36 2020 +0200
  8. 3f5bcd0 BUG/MEDIUM: connection: Be sure to always install a mux for sync connect by Christopher Faulet · Wed Jul 29 22:42:27 2020 +0200
  9. dc2ac81 BUG/MINOR: backend: fix potential null deref on srv_conn by Willy Tarreau · Wed Jul 15 17:46:32 2020 +0200
  10. 1bea865 MINOR: backend: Add sample fetches to get the server's weight by Christopher Faulet · Fri Jul 10 16:03:45 2020 +0200
  11. 3d52f0f MINOR: server: Factorize code to deal with reuse of server idle connections by Christopher Faulet · Thu Jul 02 15:45:56 2020 +0200
  12. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · Thu Jul 02 09:19:54 2020 +0200
  13. fcc3d8a MINOR: connection: Use a dedicated function to look for a session's connection by Christopher Faulet · Wed Jul 01 16:36:51 2020 +0200
  14. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  15. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · Wed Jul 01 15:26:14 2020 +0200
  16. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · Wed Jul 01 15:12:43 2020 +0200
  17. 27bd6ff MINOR: connection: Set the SNI on server connections before installing the mux by Christopher Faulet · Wed Jul 01 11:00:18 2020 +0200
  18. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · Fri Jul 10 08:28:20 2020 +0200
  19. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  20. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · Tue Jun 30 14:47:46 2020 +0200
  21. e91a526 BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server by Christopher Faulet · Wed Jul 01 18:56:30 2020 +0200
  22. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · Fri Jul 03 14:04:37 2020 +0200
  23. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · Wed Jul 01 18:49:24 2020 +0200
  24. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
  25. 364f25a MINOR: backend: don't always takeover from the same threads by Willy Tarreau · Wed Jul 01 15:55:30 2020 +0200
  26. 0d58711 BUG/MEDIUM: backend: always search in the safe list after failing on the idle one by Willy Tarreau · Wed Jul 01 15:04:38 2020 +0200
  27. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · Wed Jul 01 07:43:51 2020 +0200
  28. 151c253 MINOR: server: skip servers with no idle conns earlier by Willy Tarreau · Wed Jul 01 08:24:44 2020 +0200
  29. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · Mon Jun 29 15:56:35 2020 +0200
  30. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · Mon Jun 29 14:43:16 2020 +0200
  31. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · Mon Jun 29 14:17:59 2020 +0200
  32. 4ba494c BUG/MEDIUM: connections: Don't increase curr_used_conns for shared connections. by Olivier Houchard · Sun Jun 28 16:14:09 2020 +0200
  33. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  34. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  35. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  36. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  37. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  38. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  39. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  40. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  41. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  42. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  43. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  44. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  45. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · Thu Jun 04 20:22:59 2020 +0200
  46. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  47. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  48. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  49. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · Thu Jun 04 17:31:04 2020 +0200
  50. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  51. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  52. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  53. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · Thu Jun 04 15:13:30 2020 +0200
  54. 546ba42 REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.h by Willy Tarreau · Thu Jun 04 14:45:03 2020 +0200
  55. 0254941 REORG: include: move lb_fwlc.h to haproxy/lb_fwlc{,-t}.h by Willy Tarreau · Thu Jun 04 14:41:04 2020 +0200
  56. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · Thu Jun 04 14:37:38 2020 +0200
  57. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · Thu Jun 04 14:34:27 2020 +0200
  58. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · Thu Jun 04 14:04:31 2020 +0200
  59. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · Thu Jun 04 11:29:21 2020 +0200
  60. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  61. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  62. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  63. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
  64. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  65. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  66. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  67. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  68. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
  69. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  70. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  71. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  72. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  73. 68ad53c BUG/MEDIUM: backend: set the connection owner to the session when using alpn. by Olivier Houchard · Wed May 27 01:26:06 2020 +0200
  74. f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · Wed May 06 09:42:04 2020 +0200
  75. d1b4464 MINOR: checks: Add support of be_id, be_name, srv_id and srv_name sample fetches by Christopher Faulet · Thu Apr 30 09:51:15 2020 +0200
  76. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · Wed Mar 25 19:41:03 2020 +0100
  77. c0caac2 BUG/MINOR: connections: Make sure we free the connection on failure. by Olivier Houchard · Fri Mar 20 14:26:32 2020 +0100
  78. fdc7ee2 BUG/MEDIUM: connections: Don't forget to decrement idle connection counters. by Olivier Houchard · Thu Mar 19 23:52:28 2020 +0100
  79. b339736 MEDIUM: connections: Kill connections even if we are reusing one. by Olivier Houchard · Mon Mar 16 13:49:00 2020 +0100
  80. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · Fri Mar 06 18:18:56 2020 +0100
  81. 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
  82. 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
  83. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  84. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · Mon Jan 20 13:56:01 2020 +0100
  85. 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
  86. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  87. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  88. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  89. ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · Wed Mar 04 16:42:03 2020 +0100
  90. 849d4f0 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · Fri Jan 31 17:22:08 2020 +0100
  91. 1fc5a64 MEDIUM: streams: Don't close the connection in back_handle_st_rdy(). by Olivier Houchard · Fri Jan 24 15:24:32 2020 +0100
  92. 7c30642 MEDIUM: streams: Don't close the connection in back_handle_st_con(). by Olivier Houchard · Fri Jan 24 15:37:37 2020 +0100
  93. 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
  94. ecffb7d BUG/MEDIUM: streams: Move the conn_stream allocation outside #IF USE_OPENSSL. by Olivier Houchard · Fri Jan 24 14:10:55 2020 +0100
  95. 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
  96. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · Thu Jan 23 15:23:13 2020 +0100
  97. 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
  98. 79fd577 CLEANUP: backend: shut another false null-deref in back_handle_st_con() by Willy Tarreau · Thu Jan 23 11:40:40 2020 +0100
  99. b1a40c7 CLEANUP: backend: remove useless test for inexistent connection by Willy Tarreau · Thu Jan 23 11:36:33 2020 +0100
  100. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · Wed Jan 22 18:08:48 2020 +0100