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