1. 7493114 BUG/MEDIUM: servers: Close the connection if we failed to install the mux. by Olivier Houchard · 5 years ago
  2. 26da323 BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list. by Olivier Houchard · 5 years ago
  3. 4dc8553 BUG/MEDIUM: servers: Only destroy a conn_stream we just allocated. by Olivier Houchard · 5 years ago
  4. d822013 BUG/MEDIUM: backend: always call si_detach_endpoint() on async connection failure by Willy Tarreau · 5 years ago
  5. 9ef5155 BUG/MEDIUM: servers: Attempt to reuse an unfinished connection on retry. by Olivier Houchard · 5 years ago
  6. 2c7dedd BUG/MEDIUM: backend: never try to attach to a mux having no more stream available by Willy Tarreau · 5 years ago
  7. 5ce6337 BUG/MEDIUM: backend: also remove from idle list muxes that have no more room by Willy Tarreau · 5 years ago
  8. 09a0f03 BUG/MEDIUM: servers: Make assign_tproxy_address work when ALPN is set. by Olivier Houchard · 5 years ago
  9. 21c741a MINOR: backend: make the random algorithm support a number of draws by Willy Tarreau · 5 years ago
  10. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  11. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  12. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  13. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  14. 6c30be5 BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit by Willy Tarreau · 5 years ago
  15. 602a499 BUG/MINOR: backend: balance uri specific options were lost across defaults by Willy Tarreau · 5 years ago
  16. 5cd6217 BUG/MEDIUM: server: Defer the mux init until after xprt has been initialized. by Olivier Houchard · 5 years ago
  17. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · 5 years ago
  18. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 5 years ago
  19. c685d70 MEDIUM: servers: Be smarter when switching connections. by Olivier Houchard · 5 years ago
  20. 4f41751 BUG/MEDIUM: servers: Flag the stream_interface on handshake error. by Olivier Houchard · 6 years ago
  21. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  22. 5f7de56 BUG/MAJOR: servers: Correctly use LIST_ELEM(). by Olivier Houchard · 6 years ago
  23. c3fa638 BUG/MAJOR: servers: Use the list api correctly to avoid crashes. by Olivier Houchard · 6 years ago
  24. 134a204 BUG/MEDIUM: servers: Fail if we fail to allocate a conn_stream. by Olivier Houchard · 5 years ago
  25. bb3dac3 BUG/MEDIUM: servers: Don't try to reuse connection if we switched server. by Olivier Houchard · 6 years ago
  26. 94031d3 MINOR: connection: remove an unwelcome dependency on struct stream by Willy Tarreau · 6 years ago
  27. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  28. 7aec9ed MEDIUM: servers: Be more agressive when adding H2 connection to idle lists. by Olivier Houchard · 6 years ago
  29. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  30. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  31. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  32. cc79ed2 BUG/MAJOR: backend: only update server's counters when the server exists by Willy Tarreau · 6 years ago
  33. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  34. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  35. ab8b075 BUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS on retry. by Olivier Houchard · 6 years ago
  36. ac1ce6f BUG/MEDIUM: connections: Remove error flags when retrying. by Olivier Houchard · 6 years ago
  37. eb2bbba BUG/MEDIUM: connection: Don't use the provided conn_stream if it was tried. by Olivier Houchard · 6 years ago
  38. 0fa989f BUG/MEDIUM: connections: Reuse an already attached conn_stream. by Olivier Houchard · 6 years ago
  39. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  40. 2442f68 BUG/MEDIUM: Special-case http_proxy when dealing with outgoing connections. by Olivier Houchard · 6 years ago
  41. ba4fff5 MEDIUM: server: Be smarter about deciding to reuse the last server. by Olivier Houchard · 6 years ago
  42. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  43. bf024f0 MEDIUM: connections: Put H2 connections in the idle list if http-reuse always. by Olivier Houchard · 6 years ago
  44. a30a40b BUG/MEDIUM: connections: Remove the connection from the idle list before destroy. by Olivier Houchard · 6 years ago
  45. a49d41a BUG/MEDIUM: connections: Don't assume we have a mux in connect_server(). by Olivier Houchard · 6 years ago
  46. d76bd2d BUG/MEDIUM: connections: Don't forget to detach the connection from the SI. by Olivier Houchard · 6 years ago
  47. 70d9b2f BUG/MEDIUM: connections: Wake the stream once the mux is chosen. by Olivier Houchard · 6 years ago
  48. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  49. da95fd9 BUILD/MINOR: ssl: fix build with non-alpn/non-npn libssl by Lukas Tribus · 6 years ago
  50. ee23b2a MEDIUM: servers: Store the connection in the SI until we have a mux. by Olivier Houchard · 6 years ago
  51. 1295016 BUG/MEDIUM: servers: Don't check if we have a conn_stream too soon. by Olivier Houchard · 6 years ago
  52. c6e0bb4 MINOR: server: Only defined conn_complete_server if USE_OPENSSL is set. by Olivier Houchard · 6 years ago
  53. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · 6 years ago
  54. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · 6 years ago
  55. 47e9a1a MEDIUM: connections: Wait until the connection is established to try to recv. by Olivier Houchard · 6 years ago
  56. cde1bc6 BUG/MINOR: backend: assign the wait list after the error check by Willy Tarreau · 6 years ago
  57. 80512b1 BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic by Lukas Tribus · 6 years ago
  58. 85b73e9 BUG/MEDIUM: stream: Make sure polling is right on retry. by Olivier Houchard · 6 years ago
  59. 33dd4ef BUG/MINOR: backend: check that the mux installed properly by Willy Tarreau · 6 years ago
  60. 1e582e5 BUILD: backend: fix 3 build warnings related to null-deref at -Wextra by Willy Tarreau · 6 years ago
  61. 155e93e MINOR: Add srv_conn_free sample fetch by Patrick Hemmer · 6 years ago
  62. 4cdf3ab MINOR: add be_conn_free sample fetch by Patrick Hemmer · 6 years ago
  63. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · 6 years ago
  64. b75bb21 MEDIUM: backend: don't rely on mux_pt_ops in connect_server() by Christopher Faulet · 6 years ago
  65. 6cc7afa MINOR: backend: Try to find the best mux for outgoing connections by Christopher Faulet · 6 years ago
  66. 2bf88c0 CLEANUP: backend: Move mux install to call it at only one place by Christopher Faulet · 6 years ago
  67. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  68. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  69. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  70. 6a445eb MINOR: backend: use new buffer API by Willy Tarreau · 6 years ago
  71. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  72. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  73. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  74. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  75. 56803b1 CLEANUP: debug: Use DPRINTF instead of fprintf into #ifdef DEBUG_FULL/#endif by Christopher Faulet · 7 years ago
  76. 46c9d3e BUILD: ssl: fix build of backend without ssl by Willy Tarreau · 7 years ago
  77. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · 7 years ago
  78. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  79. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago
  80. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago
  81. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  82. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · 7 years ago
  83. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  84. f098fd0 MINOR: backend: use conn_full_close() instead of conn_force_close() by Willy Tarreau · 7 years ago
  85. ff2b7af MINOR: server: add the srv_queue() sample fetch method by Willy Tarreau · 7 years ago
  86. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  87. 8fe4891 MINOR: backends: Make get_server_* functions explicitly static by Christopher Faulet · 7 years ago
  88. f0614e8 MINOR: backends: Change get_server_sh/get_server_uh into private function by Christopher Faulet · 7 years ago
  89. 2754fbc CLEANUP: Replace repeated code to count usable servers with be_usable_srv() by Nenad Merdanovic · 7 years ago
  90. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · 7 years ago
  91. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  92. 1ca1b6f BUG/MINOR: option prefer-last-server must be ignored in some case by Olivier Doucet · 7 years ago
  93. 57b8771 BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled by Marcin Deranek · 8 years ago
  94. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  95. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · 8 years ago
  96. 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
  97. b3e111b BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos by Willy Tarreau · 8 years ago
  98. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · 8 years ago
  99. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  100. 2e0565c BUG/MAJOR: server: the "sni" directive could randomly cause trouble by Willy Tarreau · 8 years ago