1. 10be5b1 support ^(?:/p/|/a/|/) git url by natalie · 2 years, 10 months ago dev-2.0
  2. 4a5c44a Merge tag 'v2.0.17' into dev-2.0 by vend_natalie.chen · 3 years, 10 months ago
  3. 6bd4ee1 MINOR: connection: Preinstall the mux for non-ssl connect by Christopher Faulet · 3 years, 11 months ago
  4. e8d2423 BUG/MAJOR: stream: Mark the server address as unset on new outgoing connection by Christopher Faulet · 4 years ago
  5. c3db7c1 BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server by Christopher Faulet · 4 years ago
  6. 926c4fc BUG/MEDIUM: backend: don't access a non-existing mux from a previous connection by Willy Tarreau · 4 years, 1 month ago
  7. c73eaba BUG/MINOR: connections: Make sure we free the connection on failure. by Olivier Houchard · 4 years, 3 months ago
  8. 511213f MINOR: backend: use a single call to ha_random32() for the random LB algo by Willy Tarreau · 4 years, 3 months ago
  9. 861c4ef BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 3 months ago
  10. f77ca89 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · 4 years, 5 months ago
  11. 7fcbd37 BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. by Olivier Houchard · 4 years, 6 months ago
  12. fb92839 retrieve gerrit project name from uri by vend_natalie.chen · 4 years, 6 months ago
  13. 36deb21 BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. by Olivier Houchard · 4 years, 8 months ago
  14. 88e4765 BUG/MINOR: backend: Fix a possible null pointer dereference by Christopher Faulet · 4 years, 9 months ago
  15. d9b35d9 BUG/MINOR: backend: do not try to install a mux when the connection failed by Willy Tarreau · 5 years ago
  16. a9da467 BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it. by Olivier Houchard · 5 years ago
  17. fc4c35a BUG/MEDIUM: connections: Always add the xprt handshake if needed. by Olivier Houchard · 5 years ago
  18. 8694e5b BUG/MEDIUM: connections: Don't try to send early data if we have no mux. by Olivier Houchard · 5 years ago
  19. b4a8b2c BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP. by Olivier Houchard · 5 years ago
  20. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  21. 14fcc2e BUG/MEDIUM: servers: Don't attempt to destroy idle connections if disabled. by Olivier Houchard · 5 years ago
  22. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  23. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  24. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  25. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  26. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  27. 08e2b41 BUILD: connections: shut up gcc about impossible out-of-bounds warning by Willy Tarreau · 5 years ago
  28. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  29. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  30. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  31. 4cd2af4 BUG/MEDIUM: ssl: Don't attempt to use early data with libressl. by Olivier Houchard · 5 years ago
  32. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  33. 010941f BUG/MEDIUM: ssl: Use the early_data API the right way. by Olivier Houchard · 5 years ago
  34. a48237f BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. by Olivier Houchard · 5 years ago
  35. 46451d6 MINOR: gcc: Fix a silly gcc warning in connect_server() by Christopher Faulet · 5 years ago
  36. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  37. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  38. 237f781 MEDIUM: backend: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  39. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · 5 years ago
  40. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  41. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · 5 years ago
  42. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  43. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · 5 years ago
  44. f7679ad BUG/MAJOR: htx/backend: Make all tests on HTTP messages compatible with HTX by Christopher Faulet · 5 years ago
  45. 1da41ec BUG/MINOR: backend: check srv_conn before dereferencing it by Willy Tarreau · 5 years ago
  46. 3c4e19f BUG/MEDIUM: backend: always release the previous connection into its own target srv_list by Willy Tarreau · 5 years ago
  47. 7493114 BUG/MEDIUM: servers: Close the connection if we failed to install the mux. by Olivier Houchard · 5 years ago
  48. 26da323 BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list. by Olivier Houchard · 5 years ago
  49. 4dc8553 BUG/MEDIUM: servers: Only destroy a conn_stream we just allocated. by Olivier Houchard · 5 years ago
  50. d822013 BUG/MEDIUM: backend: always call si_detach_endpoint() on async connection failure by Willy Tarreau · 5 years ago
  51. 9ef5155 BUG/MEDIUM: servers: Attempt to reuse an unfinished connection on retry. by Olivier Houchard · 5 years ago
  52. 2c7dedd BUG/MEDIUM: backend: never try to attach to a mux having no more stream available by Willy Tarreau · 5 years ago
  53. 5ce6337 BUG/MEDIUM: backend: also remove from idle list muxes that have no more room by Willy Tarreau · 5 years ago
  54. 09a0f03 BUG/MEDIUM: servers: Make assign_tproxy_address work when ALPN is set. by Olivier Houchard · 5 years ago
  55. 21c741a MINOR: backend: make the random algorithm support a number of draws by Willy Tarreau · 5 years ago
  56. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  57. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  58. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  59. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  60. 6c30be5 BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit by Willy Tarreau · 5 years ago
  61. 602a499 BUG/MINOR: backend: balance uri specific options were lost across defaults by Willy Tarreau · 5 years ago
  62. 5cd6217 BUG/MEDIUM: server: Defer the mux init until after xprt has been initialized. by Olivier Houchard · 5 years ago
  63. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · 5 years ago
  64. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 5 years ago
  65. c685d70 MEDIUM: servers: Be smarter when switching connections. by Olivier Houchard · 5 years ago
  66. 4f41751 BUG/MEDIUM: servers: Flag the stream_interface on handshake error. by Olivier Houchard · 5 years ago
  67. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 5 years ago
  68. 5f7de56 BUG/MAJOR: servers: Correctly use LIST_ELEM(). by Olivier Houchard · 5 years ago
  69. c3fa638 BUG/MAJOR: servers: Use the list api correctly to avoid crashes. by Olivier Houchard · 5 years ago
  70. 134a204 BUG/MEDIUM: servers: Fail if we fail to allocate a conn_stream. by Olivier Houchard · 5 years ago
  71. bb3dac3 BUG/MEDIUM: servers: Don't try to reuse connection if we switched server. by Olivier Houchard · 5 years ago
  72. 94031d3 MINOR: connection: remove an unwelcome dependency on struct stream by Willy Tarreau · 6 years ago
  73. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  74. 7aec9ed MEDIUM: servers: Be more agressive when adding H2 connection to idle lists. by Olivier Houchard · 6 years ago
  75. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  76. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  77. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  78. cc79ed2 BUG/MAJOR: backend: only update server's counters when the server exists by Willy Tarreau · 6 years ago
  79. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  80. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  81. ab8b075 BUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS on retry. by Olivier Houchard · 6 years ago
  82. ac1ce6f BUG/MEDIUM: connections: Remove error flags when retrying. by Olivier Houchard · 6 years ago
  83. eb2bbba BUG/MEDIUM: connection: Don't use the provided conn_stream if it was tried. by Olivier Houchard · 6 years ago
  84. 0fa989f BUG/MEDIUM: connections: Reuse an already attached conn_stream. by Olivier Houchard · 6 years ago
  85. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  86. 2442f68 BUG/MEDIUM: Special-case http_proxy when dealing with outgoing connections. by Olivier Houchard · 6 years ago
  87. ba4fff5 MEDIUM: server: Be smarter about deciding to reuse the last server. by Olivier Houchard · 6 years ago
  88. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  89. bf024f0 MEDIUM: connections: Put H2 connections in the idle list if http-reuse always. by Olivier Houchard · 6 years ago
  90. a30a40b BUG/MEDIUM: connections: Remove the connection from the idle list before destroy. by Olivier Houchard · 6 years ago
  91. a49d41a BUG/MEDIUM: connections: Don't assume we have a mux in connect_server(). by Olivier Houchard · 6 years ago
  92. d76bd2d BUG/MEDIUM: connections: Don't forget to detach the connection from the SI. by Olivier Houchard · 6 years ago
  93. 70d9b2f BUG/MEDIUM: connections: Wake the stream once the mux is chosen. by Olivier Houchard · 6 years ago
  94. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  95. da95fd9 BUILD/MINOR: ssl: fix build with non-alpn/non-npn libssl by Lukas Tribus · 6 years ago
  96. ee23b2a MEDIUM: servers: Store the connection in the SI until we have a mux. by Olivier Houchard · 6 years ago
  97. 1295016 BUG/MEDIUM: servers: Don't check if we have a conn_stream too soon. by Olivier Houchard · 6 years ago
  98. c6e0bb4 MINOR: server: Only defined conn_complete_server if USE_OPENSSL is set. by Olivier Houchard · 6 years ago
  99. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · 6 years ago
  100. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · 6 years ago