1. 3c8cc27 CLEANUP: backend: Remove useless debug message in assign_server() by Christopher Faulet · 1 year, 2 months ago
  2. 9fca290 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · 1 year, 9 months ago
  3. 78531de BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible by Christopher Faulet · 2 years ago
  4. 618f103 BUG/MAJOR: connection: Never remove connection from idle lists outside the lock by Christopher Faulet · 2 years, 2 months ago
  5. 05550a0 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · 3 years ago
  6. 4568a4b BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · 3 years, 1 month ago
  7. 6618259 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 2 years, 7 months ago
  8. 8e99b84 MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · 2 years, 9 months ago
  9. 6037887 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · 2 years, 8 months ago
  10. 5546a63 BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · 2 years, 8 months ago
  11. 42afc59 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · 2 years, 10 months ago
  12. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years ago
  13. a7ed7d4 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 1 month ago
  14. d909078 BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · 3 years, 1 month ago
  15. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  16. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  17. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 3 months ago
  18. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 4 months ago
  19. 9b9f847 MEDIUM: backend: use a trylock to grab a connection on high FD counts as well by Willy Tarreau · 3 years, 3 months ago
  20. 65bf600 BUG/MEDIUM: release lock on idle conn killing on reached pool high count by Amaury Denoyelle · 3 years, 3 months ago
  21. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  22. 249f056 BUG/MINOR: backend: fix condition for reuse on mode HTTP by Amaury Denoyelle · 3 years, 4 months ago
  23. d7faa3d MINOR: backend: add a BUG_ON if conn mux NULL in connect_server by Amaury Denoyelle · 3 years, 4 months ago
  24. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  25. 1adaddb OPTIM: lb-random: use a cheaper PRNG to pick a server by Ubuntu · 3 years, 4 months ago
  26. b1adf03 MEDIUM: backend: use a trylock when trying to grab an idle connection by Ubuntu · 3 years, 4 months ago
  27. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · 3 years, 4 months ago
  28. 68967e5 BUG/MINOR: backend: free allocated bind_addr if reuse conn by Amaury Denoyelle · 3 years, 4 months ago
  29. 6036578 CLEANUP: backend: fix a wrong comment by Amaury Denoyelle · 3 years, 4 months ago
  30. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  31. ae30561 BUG/MINOR: connection: Use the client's dst family for adressless servers by Christopher Faulet · 3 years, 4 months ago
  32. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 4 months ago
  33. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 4 months ago
  34. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · 3 years, 4 months ago
  35. 4c09800 BUG/MINOR: backend: do not call smp_make_safe for sni conn hash by Amaury Denoyelle · 3 years, 4 months ago
  36. edadf19 BUG/MINOR: backend: fix compilation without ssl by Amaury Denoyelle · 3 years, 5 months ago
  37. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · 3 years, 6 months ago
  38. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  39. f7bdf00 MINOR: backend: rewrite alloc of connection src address by Amaury Denoyelle · 3 years, 5 months ago
  40. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  41. 68cf395 MINOR: backend: rewrite alloc of stream target address by Amaury Denoyelle · 3 years, 6 months ago
  42. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · 3 years, 6 months ago
  43. 293dcc4 MINOR: backend: compare conn hash for session conn reuse by Amaury Denoyelle · 3 years, 5 months ago
  44. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  45. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · 3 years, 5 months ago
  46. aa890ae MINOR: backend: search conn in idle tree after safe on always reuse by Amaury Denoyelle · 3 years, 5 months ago
  47. 1399d69 MINOR: backend: search conn in idle/safe trees after available by Amaury Denoyelle · 3 years, 5 months ago
  48. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 6 months ago
  49. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 6 months ago
  50. a3bf62e BUG/MINOR: backend: hold correctly lock when killing idle conn by Amaury Denoyelle · 3 years, 5 months ago
  51. a81bb71 BUG/MINOR: backend: check available list allocation for reuse by Amaury Denoyelle · 3 years, 5 months ago
  52. 08d87b3 BUG/MEDIUM: backend: never reuse a connection for tcp mode by Amaury Denoyelle · 3 years, 5 months ago
  53. 7f68d81 REORG: backend: simplify conn_backend_get by Amaury Denoyelle · 3 years, 5 months ago
  54. 37e25bc CLEANUP: backend: remove an obsolete comment on conn_backend_get by Amaury Denoyelle · 3 years, 5 months ago
  55. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  56. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  57. d91d779 MINOR: backend: add timeout sample fetches by Amaury Denoyelle · 3 years, 7 months ago
  58. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 3 years, 7 months ago
  59. 8ae8c48 MEDIUM: fwlc: re-enable per-server queuing up to maxqueue by Willy Tarreau · 3 years, 8 months ago
  60. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 3 years, 9 months ago
  61. 7239c24 MEDIUM: backend: reuse connection if using a static sni by Amaury Denoyelle · 3 years, 9 months ago
  62. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  63. 0d21dea MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  64. 00464ab MEDIUM: backend: add new conn to session if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  65. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 3 years, 9 months ago
  66. 5f1ded5 BUG/MINOR: connection: fix loop iter on connection takeover by Amaury Denoyelle · 3 years, 9 months ago
  67. 82cd5c1 OPTIM: backend: skip LB when we know the backend is full by Willy Tarreau · 3 years, 9 months ago
  68. b88ae18 OPTIM: backend/random: never queue on the server, always on the backend by Willy Tarreau · 3 years, 9 months ago
  69. 57a3741 MINOR: backend: add a new "path-only" option to "balance uri" by Willy Tarreau · 3 years, 9 months ago
  70. 3d1119d MINOR: backend: make the "whole" option of balance uri take only one bit by Willy Tarreau · 3 years, 9 months ago
  71. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  72. a3b1756 BUG/MEDIUM: backend: always attach the transport before installing the mux by Willy Tarreau · 4 years ago
  73. b4de420 MINOR: connection: Preinstall the mux for non-ssl connect by Christopher Faulet · 4 years ago
  74. 3f5bcd0 BUG/MEDIUM: connection: Be sure to always install a mux for sync connect by Christopher Faulet · 4 years ago
  75. dc2ac81 BUG/MINOR: backend: fix potential null deref on srv_conn by Willy Tarreau · 4 years ago
  76. 1bea865 MINOR: backend: Add sample fetches to get the server's weight by Christopher Faulet · 4 years ago
  77. 3d52f0f MINOR: server: Factorize code to deal with reuse of server idle connections by Christopher Faulet · 4 years ago
  78. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years ago
  79. fcc3d8a MINOR: connection: Use a dedicated function to look for a session's connection by Christopher Faulet · 4 years ago
  80. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years ago
  81. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · 4 years ago
  82. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · 4 years ago
  83. 27bd6ff MINOR: connection: Set the SNI on server connections before installing the mux by Christopher Faulet · 4 years ago
  84. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · 4 years ago
  85. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  86. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · 4 years ago
  87. e91a526 BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server by Christopher Faulet · 4 years ago
  88. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · 4 years ago
  89. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  90. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  91. 364f25a MINOR: backend: don't always takeover from the same threads by Willy Tarreau · 4 years ago
  92. 0d58711 BUG/MEDIUM: backend: always search in the safe list after failing on the idle one by Willy Tarreau · 4 years ago
  93. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · 4 years ago
  94. 151c253 MINOR: server: skip servers with no idle conns earlier by Willy Tarreau · 4 years ago
  95. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · 4 years ago
  96. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · 4 years ago
  97. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · 4 years ago
  98. 4ba494c BUG/MEDIUM: connections: Don't increase curr_used_conns for shared connections. by Olivier Houchard · 4 years ago
  99. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  100. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago