1. ac1ce6f BUG/MEDIUM: connections: Remove error flags when retrying. by Olivier Houchard · Sat Dec 08 19:08:48 2018 +0100
  2. eb2bbba BUG/MEDIUM: connection: Don't use the provided conn_stream if it was tried. by Olivier Houchard · Sat Dec 08 16:38:34 2018 +0100
  3. 0fa989f BUG/MEDIUM: connections: Reuse an already attached conn_stream. by Olivier Houchard · Wed Dec 05 17:08:55 2018 +0100
  4. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · Sun Dec 02 14:11:41 2018 +0100
  5. 2442f68 BUG/MEDIUM: Special-case http_proxy when dealing with outgoing connections. by Olivier Houchard · Sat Dec 01 17:03:38 2018 +0100
  6. ba4fff5 MEDIUM: server: Be smarter about deciding to reuse the last server. by Olivier Houchard · Sat Dec 01 14:40:40 2018 +0100
  7. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · Fri Nov 30 17:24:55 2018 +0100
  8. bf024f0 MEDIUM: connections: Put H2 connections in the idle list if http-reuse always. by Olivier Houchard · Thu Nov 29 17:08:53 2018 +0100
  9. a30a40b BUG/MEDIUM: connections: Remove the connection from the idle list before destroy. by Olivier Houchard · Thu Nov 29 18:04:12 2018 +0100
  10. a49d41a BUG/MEDIUM: connections: Don't assume we have a mux in connect_server(). by Olivier Houchard · Thu Nov 29 18:03:21 2018 +0100
  11. d76bd2d BUG/MEDIUM: connections: Don't forget to detach the connection from the SI. by Olivier Houchard · Thu Nov 29 16:58:49 2018 +0100
  12. 70d9b2f BUG/MEDIUM: connections: Wake the stream once the mux is chosen. by Olivier Houchard · Thu Nov 29 16:57:32 2018 +0100
  13. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  14. da95fd9 BUILD/MINOR: ssl: fix build with non-alpn/non-npn libssl by Lukas Tribus · Sun Nov 25 13:21:27 2018 +0100
  15. ee23b2a MEDIUM: servers: Store the connection in the SI until we have a mux. by Olivier Houchard · Fri Nov 23 17:07:04 2018 +0100
  16. 1295016 BUG/MEDIUM: servers: Don't check if we have a conn_stream too soon. by Olivier Houchard · Fri Nov 23 14:32:08 2018 +0100
  17. c6e0bb4 MINOR: server: Only defined conn_complete_server if USE_OPENSSL is set. by Olivier Houchard · Fri Nov 23 14:24:10 2018 +0100
  18. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · Wed Nov 21 00:16:29 2018 +0100
  19. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · Tue Nov 13 16:48:36 2018 +0100
  20. 47e9a1a MEDIUM: connections: Wait until the connection is established to try to recv. by Olivier Houchard · Wed Nov 07 17:55:19 2018 +0100
  21. cde1bc6 BUG/MINOR: backend: assign the wait list after the error check by Willy Tarreau · Sun Oct 28 20:36:00 2018 +0100
  22. 80512b1 BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic by Lukas Tribus · Sat Oct 27 20:07:40 2018 +0200
  23. 85b73e9 BUG/MEDIUM: stream: Make sure polling is right on retry. by Olivier Houchard · Sun Oct 21 03:18:11 2018 +0200
  24. 33dd4ef BUG/MINOR: backend: check that the mux installed properly by Willy Tarreau · Wed Oct 03 10:20:19 2018 +0200
  25. 1e582e5 BUILD: backend: fix 3 build warnings related to null-deref at -Wextra by Willy Tarreau · Thu Sep 20 11:29:28 2018 +0200
  26. 155e93e MINOR: Add srv_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 18:01:35 2018 -0400
  27. 4cdf3ab MINOR: add be_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 17:10:27 2018 -0400
  28. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · Tue Apr 10 15:01:45 2018 +0200
  29. b75bb21 MEDIUM: backend: don't rely on mux_pt_ops in connect_server() by Christopher Faulet · Wed May 23 16:53:38 2018 +0200
  30. 6cc7afa MINOR: backend: Try to find the best mux for outgoing connections by Christopher Faulet · Wed Feb 28 10:40:42 2018 +0100
  31. 2bf88c0 CLEANUP: backend: Move mux install to call it at only one place by Christopher Faulet · Wed Feb 28 10:33:34 2018 +0100
  32. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · Fri Jul 20 10:16:29 2018 +0200
  33. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  34. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  35. 6a445eb MINOR: backend: use new buffer API by Willy Tarreau · Tue Jun 19 07:04:45 2018 +0200
  36. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · Fri Jun 15 11:11:53 2018 +0200
  37. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  38. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
  39. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  40. 56803b1 CLEANUP: debug: Use DPRINTF instead of fprintf into #ifdef DEBUG_FULL/#endif by Christopher Faulet · Fri Nov 24 16:06:18 2017 +0100
  41. 46c9d3e BUILD: ssl: fix build of backend without ssl by Willy Tarreau · Wed Nov 08 14:25:59 2017 +0100
  42. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · Fri Nov 03 16:27:47 2017 +0100
  43. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  44. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  45. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  46. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  47. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  48. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  49. f098fd0 MINOR: backend: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Sun Oct 22 09:35:01 2017 +0200
  50. ff2b7af MINOR: server: add the srv_queue() sample fetch method by Willy Tarreau · Fri Oct 13 11:46:26 2017 +0200
  51. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  52. 8fe4891 MINOR: backends: Make get_server_* functions explicitly static by Christopher Faulet · Fri Jun 09 14:23:09 2017 +0200
  53. f0614e8 MINOR: backends: Change get_server_sh/get_server_uh into private function by Christopher Faulet · Fri Jun 09 14:20:29 2017 +0200
  54. 2754fbc CLEANUP: Replace repeated code to count usable servers with be_usable_srv() by Nenad Merdanovic · Sun Mar 12 21:56:56 2017 +0100
  55. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · Sun Mar 12 21:56:55 2017 +0100
  56. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · Fri Jan 06 17:41:29 2017 +0100
  57. 1ca1b6f BUG/MINOR: option prefer-last-server must be ignored in some case by Olivier Doucet · Mon Jan 02 11:48:57 2017 +0100
  58. 57b8771 BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled by Marcin Deranek · Thu Dec 22 16:21:08 2016 +0100
  59. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  60. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · Mon Dec 12 14:08:05 2016 +0100
  61. 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
  62. b3e111b BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos by Willy Tarreau · Sat Nov 26 15:52:04 2016 +0100
  63. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · Thu Nov 03 19:42:36 2016 +0100
  64. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · Tue Oct 25 12:49:45 2016 -0400
  65. 2e0565c BUG/MAJOR: server: the "sni" directive could randomly cause trouble by Willy Tarreau · Tue Aug 09 11:55:21 2016 +0200
  66. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
  67. 0aae480 BUG/MAJOR: http-reuse: fix risk of orphaned connections by Willy Tarreau · Tue Feb 02 18:29:05 2016 +0100
  68. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  69. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  70. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  71. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · Wed Aug 05 17:16:33 2015 +0200
  72. 161d45f MEDIUM: backend: implement "http-reuse safe" by Willy Tarreau · Wed Aug 05 16:02:46 2015 +0200
  73. efb90f9 MAJOR: backend: improve the connection reuse mechanism by Willy Tarreau · Thu Aug 06 11:37:10 2015 +0200
  74. 8dff998 MAJOR: backend: initial work towards connection reuse by Willy Tarreau · Tue Aug 04 20:45:52 2015 +0200
  75. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · Tue Aug 04 19:24:13 2015 +0200
  76. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  77. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  78. c12b5e6 MEDIUM: backend: don't call si_alloc_conn() when we reuse a valid connection by Willy Tarreau · Tue Aug 04 19:45:36 2015 +0200
  79. 7b00492 CLEANUP: backend: factor out objt_server() in connect_server() by Willy Tarreau · Tue Aug 04 19:34:21 2015 +0200
  80. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  81. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · Thu Jul 09 11:40:25 2015 +0200
  82. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  83. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  84. f69d4ff BUG/MAJOR: http: prevent risk of reading past end with balance url_param by Willy Tarreau · Sat May 02 00:05:47 2015 +0200
  85. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · Sat Apr 04 02:10:38 2015 +0200
  86. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  87. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  88. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  89. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · Fri Apr 03 19:19:59 2015 +0200
  90. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  91. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  92. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  93. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  94. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · Fri Nov 28 14:10:28 2014 +0100
  95. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · Thu Nov 27 20:45:39 2014 +0100
  96. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  97. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  98. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · Tue Jan 20 19:44:50 2015 +0100
  99. f607d81 BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used by Cyril Bonté · Sun Jan 04 15:17:36 2015 +0100
  100. fe1ebcd BUG/MAJOR: ns: HAProxy segfault if the cli_conn is not from a network connection by Thierry FOURNIER · Fri Dec 19 13:37:11 2014 +0100