1. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 3 years, 7 months ago
  2. 8ae8c48 MEDIUM: fwlc: re-enable per-server queuing up to maxqueue by Willy Tarreau · 3 years, 8 months ago
  3. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 3 years, 9 months ago
  4. 7239c24 MEDIUM: backend: reuse connection if using a static sni by Amaury Denoyelle · 3 years, 9 months ago
  5. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  6. 0d21dea MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  7. 00464ab MEDIUM: backend: add new conn to session if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  8. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 3 years, 9 months ago
  9. 5f1ded5 BUG/MINOR: connection: fix loop iter on connection takeover by Amaury Denoyelle · 3 years, 9 months ago
  10. 82cd5c1 OPTIM: backend: skip LB when we know the backend is full by Willy Tarreau · 3 years, 9 months ago
  11. b88ae18 OPTIM: backend/random: never queue on the server, always on the backend by Willy Tarreau · 3 years, 9 months ago
  12. 57a3741 MINOR: backend: add a new "path-only" option to "balance uri" by Willy Tarreau · 3 years, 9 months ago
  13. 3d1119d MINOR: backend: make the "whole" option of balance uri take only one bit by Willy Tarreau · 3 years, 9 months ago
  14. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  15. a3b1756 BUG/MEDIUM: backend: always attach the transport before installing the mux by Willy Tarreau · 4 years ago
  16. b4de420 MINOR: connection: Preinstall the mux for non-ssl connect by Christopher Faulet · 4 years ago
  17. 3f5bcd0 BUG/MEDIUM: connection: Be sure to always install a mux for sync connect by Christopher Faulet · 4 years ago
  18. dc2ac81 BUG/MINOR: backend: fix potential null deref on srv_conn by Willy Tarreau · 4 years ago
  19. 1bea865 MINOR: backend: Add sample fetches to get the server's weight by Christopher Faulet · 4 years ago
  20. 3d52f0f MINOR: server: Factorize code to deal with reuse of server idle connections by Christopher Faulet · 4 years ago
  21. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years ago
  22. fcc3d8a MINOR: connection: Use a dedicated function to look for a session's connection by Christopher Faulet · 4 years ago
  23. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years ago
  24. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · 4 years ago
  25. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · 4 years ago
  26. 27bd6ff MINOR: connection: Set the SNI on server connections before installing the mux by Christopher Faulet · 4 years ago
  27. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · 4 years ago
  28. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  29. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · 4 years ago
  30. e91a526 BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server by Christopher Faulet · 4 years ago
  31. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · 4 years ago
  32. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  33. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  34. 364f25a MINOR: backend: don't always takeover from the same threads by Willy Tarreau · 4 years ago
  35. 0d58711 BUG/MEDIUM: backend: always search in the safe list after failing on the idle one by Willy Tarreau · 4 years ago
  36. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · 4 years ago
  37. 151c253 MINOR: server: skip servers with no idle conns earlier by Willy Tarreau · 4 years ago
  38. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · 4 years ago
  39. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · 4 years ago
  40. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · 4 years ago
  41. 4ba494c BUG/MEDIUM: connections: Don't increase curr_used_conns for shared connections. by Olivier Houchard · 4 years ago
  42. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  43. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  44. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  46. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  48. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  49. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  59. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · 4 years, 1 month ago
  63. 546ba42 REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 0254941 REORG: include: move lb_fwlc.h to haproxy/lb_fwlc{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  68. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  70. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  76. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  79. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  80. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  81. 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
  82. 68ad53c BUG/MEDIUM: backend: set the connection owner to the session when using alpn. by Olivier Houchard · 4 years, 1 month ago
  83. f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · 4 years, 2 months ago
  84. 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
  85. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · 4 years, 3 months ago
  86. c0caac2 BUG/MINOR: connections: Make sure we free the connection on failure. by Olivier Houchard · 4 years, 3 months ago
  87. fdc7ee2 BUG/MEDIUM: connections: Don't forget to decrement idle connection counters. by Olivier Houchard · 4 years, 4 months ago
  88. b339736 MEDIUM: connections: Kill connections even if we are reusing one. by Olivier Houchard · 4 years, 4 months ago
  89. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · 4 years, 4 months ago
  90. 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
  91. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  92. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  93. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 5 months ago
  94. b9f54c5 MINOR: backend: use a single call to ha_random32() for the random LB algo by Willy Tarreau · 4 years, 4 months ago
  95. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  96. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  97. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  98. ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · 4 years, 4 months ago
  99. 849d4f0 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · 4 years, 5 months ago
  100. 1fc5a64 MEDIUM: streams: Don't close the connection in back_handle_st_rdy(). by Olivier Houchard · 4 years, 5 months ago