1. b5821e1 MINOR: connection: add flag MX_FL_FRAMED to mark muxes relying on framed xprt by Willy Tarreau · Tue Apr 26 11:54:08 2022 +0200
  2. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · Fri May 20 15:56:32 2022 +0200
  3. 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:51:51 2022 +0200
  4. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:47:46 2022 +0200
  5. faafe4b CLEANUP: connections/deinit: destroy the idle_conns tasks by Willy Tarreau · Wed Apr 27 18:53:07 2022 +0200
  6. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · Mon Apr 25 20:32:15 2022 +0200
  7. 2bb5edc BUG/MEDIUM: connection: Don't crush context pointer location if it is a CS by Christopher Faulet · Fri Apr 15 10:57:09 2022 +0200
  8. a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · Tue Apr 12 18:04:10 2022 +0200
  9. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  10. aa91d62 MINOR: stream-int/connection: Move conn_si_send_proxy() in the connection scope by Christopher Faulet · Fri Apr 01 13:22:50 2022 +0200
  11. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  12. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · Mon Apr 11 14:18:10 2022 +0200
  13. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · Mon Apr 11 18:07:03 2022 +0200
  14. 0e9c264 MINOR: connection: use conn_fd() when displaying connection errors by Willy Tarreau · Mon Apr 11 18:01:28 2022 +0200
  15. dddfec5 CLEANUP: connection: reduce the with of the mux dump output by Willy Tarreau · Sat Apr 09 11:37:35 2022 +0200
  16. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · Wed Mar 02 14:46:45 2022 +0100
  17. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · Fri Feb 25 21:44:27 2022 +0100
  18. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · Fri Feb 25 21:44:26 2022 +0100
  19. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  20. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  21. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  22. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  23. add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · Fri Feb 18 11:07:40 2022 +0100
  24. 6f74976 MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err by Willy Tarreau · Fri Nov 05 17:07:03 2021 +0100
  25. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · Thu Oct 28 16:36:11 2021 +0200
  26. 2454bda MINOR: connection: implement function to update ALPN by Amaury Denoyelle · Mon Oct 18 14:32:36 2021 +0200
  27. e83e882 MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed by Christopher Faulet · Mon Oct 25 08:23:22 2021 +0200
  28. c105c92 MEDIUM: connection: Assign session addresses when PROXY line is received by Christopher Faulet · Mon Oct 25 08:17:11 2021 +0200
  29. b097aef MEDIUM: connection: Rely on addresses at stream level to make proxy line by Christopher Faulet · Mon Oct 25 08:05:28 2021 +0200
  30. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · Fri Oct 22 14:33:59 2021 +0200
  31. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · Wed Oct 20 15:11:37 2021 +0200
  32. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · Wed Oct 06 19:11:10 2021 +0200
  33. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · Wed Oct 06 18:48:28 2021 +0200
  34. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · Wed Oct 06 18:27:28 2021 +0200
  35. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · Wed Oct 06 17:14:49 2021 +0200
  36. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · Wed Oct 06 17:09:41 2021 +0200
  37. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · Wed Oct 06 11:38:44 2021 +0200
  38. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  39. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  40. 942c167 MINOR: connection: Add a connection error code sample fetch for backend side by Remi Tricot-Le Breton · Wed Sep 01 15:52:15 2021 +0200
  41. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:49 2021 +0200
  42. d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · Wed Jun 16 17:35:20 2021 +0200
  43. e59b516 BUILD: connection: move list_mux_proto() to connection.c by Willy Tarreau · Sat May 08 14:06:09 2021 +0200
  44. 908908e BUILD: connection: include tools.h in connection.c by Willy Tarreau · Sat May 08 13:07:31 2021 +0200
  45. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  46. 242f8ce MINOR: connection: Make bc_http_major compatible with tcp-checks by Christopher Faulet · Wed Apr 14 15:46:49 2021 +0200
  47. f4dd9ae BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections by Christopher Faulet · Wed Apr 14 15:40:30 2021 +0200
  48. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  49. 56c176a CLEANUP: connection: Consistently use `struct ist` to process all TLV types by Tim Duesterhus · Sat Mar 06 20:06:51 2021 +0100
  50. 615f81e MINOR: connection: Use a `struct ist` to store proxy_authority by Tim Duesterhus · Sat Mar 06 20:06:50 2021 +0100
  51. 002bd77 CLEANUP: connection: Use istptr / istlen for proxy_unique_id by Tim Duesterhus · Sat Mar 06 20:06:49 2021 +0100
  52. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · Thu Mar 04 09:45:32 2021 +0100
  53. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · Tue Mar 02 14:38:53 2021 +0100
  54. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · Fri Feb 19 15:29:16 2021 +0100
  55. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · Wed Feb 17 16:25:31 2021 +0100
  56. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · Thu Jan 14 10:15:29 2021 +0100
  57. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 19:45:19 2021 +0100
  58. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 16:46:53 2021 +0100
  59. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · Wed Jan 06 17:03:27 2021 +0100
  60. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · Fri Jan 22 16:47:46 2021 +0100
  61. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · Mon Jan 18 14:57:50 2021 +0100
  62. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  63. 746b051 MEDIUM: connection: make use of the control layer check_events/ignore_events by Willy Tarreau · Fri Dec 11 17:06:11 2020 +0100
  64. 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · Fri Dec 11 16:20:34 2020 +0100
  65. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · Fri Dec 11 15:54:36 2020 +0100
  66. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · Fri Dec 11 15:26:55 2020 +0100
  67. 8b250ba CLEANUP: connection: open-code conn_cond_update_polling() and update the comment by Willy Tarreau · Fri Dec 11 11:19:24 2020 +0100
  68. 5a1d439 CLEANUP: connection: use fd_stop_both() instead of conn_stop_polling() by Willy Tarreau · Fri Dec 11 09:56:53 2020 +0100
  69. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · Fri Nov 20 17:08:15 2020 +0100
  70. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · Thu Oct 15 07:32:10 2020 +0200
  71. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · Wed Oct 14 16:05:00 2020 +0200
  72. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Jul 23 00:32:55 2020 +0500
  73. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  74. 2883fcf BUG/MINOR: connection: See new connection as available only on reuse always by Christopher Faulet · Wed Jul 01 14:59:43 2020 +0200
  75. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · Tue Jun 30 14:47:46 2020 +0200
  76. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  77. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · Wed Jun 17 16:26:22 2020 +0200
  78. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  79. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  80. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  81. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  82. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  83. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  84. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · Thu Jun 04 17:31:04 2020 +0200
  85. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  86. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  87. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  88. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  89. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  90. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  91. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  92. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  93. 3ab504f BUG/MEDIUM: connection: Ignore PP2 unique ID for stream-less connections by Christopher Faulet · Tue May 26 15:16:01 2020 +0200
  94. 119e50e MINOR: connection: add pp2-never-send-local to support old PP2 behavior by Willy Tarreau · Fri May 22 13:53:29 2020 +0200
  95. 14cd316 MAJOR: checks: Use the best mux depending on the protocol for health checks by Christopher Faulet · Thu Apr 16 14:50:06 2020 +0200
  96. 02c8803 BUG/MINOR: connection: always send address-less LOCAL PROXY connections by Willy Tarreau · Tue Apr 14 12:54:10 2020 +0200
  97. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Mar 23 22:28:40 2020 +0500
  98. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · Fri Mar 06 18:12:03 2020 +0100
  99. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  100. 2b7f6c2 CLEANUP: connection: Stop directly setting an ist's .ptr by Tim Duesterhus · Sat Mar 14 13:07:05 2020 +0100