1. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · Mon Apr 11 14:18:10 2022 +0200
  2. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · Mon Apr 11 18:07:03 2022 +0200
  3. 0e9c264 MINOR: connection: use conn_fd() when displaying connection errors by Willy Tarreau · Mon Apr 11 18:01:28 2022 +0200
  4. dddfec5 CLEANUP: connection: reduce the with of the mux dump output by Willy Tarreau · Sat Apr 09 11:37:35 2022 +0200
  5. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · Wed Mar 02 14:46:45 2022 +0100
  6. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · Fri Feb 25 21:44:27 2022 +0100
  7. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · Fri Feb 25 21:44:26 2022 +0100
  8. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  9. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  10. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  11. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  12. add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · Fri Feb 18 11:07:40 2022 +0100
  13. 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
  14. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · Thu Oct 28 16:36:11 2021 +0200
  15. 2454bda MINOR: connection: implement function to update ALPN by Amaury Denoyelle · Mon Oct 18 14:32:36 2021 +0200
  16. e83e882 MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed by Christopher Faulet · Mon Oct 25 08:23:22 2021 +0200
  17. c105c92 MEDIUM: connection: Assign session addresses when PROXY line is received by Christopher Faulet · Mon Oct 25 08:17:11 2021 +0200
  18. b097aef MEDIUM: connection: Rely on addresses at stream level to make proxy line by Christopher Faulet · Mon Oct 25 08:05:28 2021 +0200
  19. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · Fri Oct 22 14:33:59 2021 +0200
  20. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · Wed Oct 20 15:11:37 2021 +0200
  21. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · Wed Oct 06 19:11:10 2021 +0200
  22. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · Wed Oct 06 18:48:28 2021 +0200
  23. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · Wed Oct 06 18:27:28 2021 +0200
  24. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · Wed Oct 06 17:14:49 2021 +0200
  25. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · Wed Oct 06 17:09:41 2021 +0200
  26. 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
  27. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  28. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  29. 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
  30. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:49 2021 +0200
  31. d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · Wed Jun 16 17:35:20 2021 +0200
  32. e59b516 BUILD: connection: move list_mux_proto() to connection.c by Willy Tarreau · Sat May 08 14:06:09 2021 +0200
  33. 908908e BUILD: connection: include tools.h in connection.c by Willy Tarreau · Sat May 08 13:07:31 2021 +0200
  34. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  35. 242f8ce MINOR: connection: Make bc_http_major compatible with tcp-checks by Christopher Faulet · Wed Apr 14 15:46:49 2021 +0200
  36. 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
  37. 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
  38. 56c176a CLEANUP: connection: Consistently use `struct ist` to process all TLV types by Tim Duesterhus · Sat Mar 06 20:06:51 2021 +0100
  39. 615f81e MINOR: connection: Use a `struct ist` to store proxy_authority by Tim Duesterhus · Sat Mar 06 20:06:50 2021 +0100
  40. 002bd77 CLEANUP: connection: Use istptr / istlen for proxy_unique_id by Tim Duesterhus · Sat Mar 06 20:06:49 2021 +0100
  41. 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
  42. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · Tue Mar 02 14:38:53 2021 +0100
  43. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · Fri Feb 19 15:29:16 2021 +0100
  44. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · Wed Feb 17 16:25:31 2021 +0100
  45. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · Thu Jan 14 10:15:29 2021 +0100
  46. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 19:45:19 2021 +0100
  47. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 16:46:53 2021 +0100
  48. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · Wed Jan 06 17:03:27 2021 +0100
  49. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · Fri Jan 22 16:47:46 2021 +0100
  50. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · Mon Jan 18 14:57:50 2021 +0100
  51. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  52. 746b051 MEDIUM: connection: make use of the control layer check_events/ignore_events by Willy Tarreau · Fri Dec 11 17:06:11 2020 +0100
  53. 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · Fri Dec 11 16:20:34 2020 +0100
  54. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · Fri Dec 11 15:54:36 2020 +0100
  55. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · Fri Dec 11 15:26:55 2020 +0100
  56. 8b250ba CLEANUP: connection: open-code conn_cond_update_polling() and update the comment by Willy Tarreau · Fri Dec 11 11:19:24 2020 +0100
  57. 5a1d439 CLEANUP: connection: use fd_stop_both() instead of conn_stop_polling() by Willy Tarreau · Fri Dec 11 09:56:53 2020 +0100
  58. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · Fri Nov 20 17:08:15 2020 +0100
  59. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · Thu Oct 15 07:32:10 2020 +0200
  60. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · Wed Oct 14 16:05:00 2020 +0200
  61. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Jul 23 00:32:55 2020 +0500
  62. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  63. 2883fcf BUG/MINOR: connection: See new connection as available only on reuse always by Christopher Faulet · Wed Jul 01 14:59:43 2020 +0200
  64. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · Tue Jun 30 14:47:46 2020 +0200
  65. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  66. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · Wed Jun 17 16:26:22 2020 +0200
  67. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  68. 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
  69. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  70. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  71. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  72. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  73. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · Thu Jun 04 17:31:04 2020 +0200
  74. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  75. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  76. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  77. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  78. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  79. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  80. 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
  81. 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
  82. 3ab504f BUG/MEDIUM: connection: Ignore PP2 unique ID for stream-less connections by Christopher Faulet · Tue May 26 15:16:01 2020 +0200
  83. 119e50e MINOR: connection: add pp2-never-send-local to support old PP2 behavior by Willy Tarreau · Fri May 22 13:53:29 2020 +0200
  84. 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
  85. 02c8803 BUG/MINOR: connection: always send address-less LOCAL PROXY connections by Willy Tarreau · Tue Apr 14 12:54:10 2020 +0200
  86. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Mar 23 22:28:40 2020 +0500
  87. 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
  88. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  89. 2b7f6c2 CLEANUP: connection: Stop directly setting an ist's .ptr by Tim Duesterhus · Sat Mar 14 13:07:05 2020 +0100
  90. a8692f3 CLEANUP: connection: Add blank line after declarations in PP handling by Tim Duesterhus · Fri Mar 13 12:34:25 2020 +0100
  91. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
  92. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · Fri Mar 13 12:34:23 2020 +0100
  93. ba837ec CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs by Tim Duesterhus · Thu Mar 05 23:11:02 2020 +0100
  94. 488ee7f BUG/MAJOR: proxy_protocol: Properly validate TLV lengths by Tim Duesterhus · Thu Mar 05 22:55:20 2020 +0100
  95. 6f95f6e OPTIM: connection: disable receiving on disabled events when the run queue is too high by Willy Tarreau · Wed Mar 04 18:33:19 2020 +0100
  96. 8de5c4f MEDIUM: connection: only call ->wake() for connect() without I/O by Willy Tarreau · Wed Mar 04 17:45:21 2020 +0100
  97. 667fefd BUG/MEDIUM: connection: stop polling for sending when the event is ready by Willy Tarreau · Wed Mar 04 17:22:10 2020 +0100
  98. 065a025 MEDIUM: connection: don't stop receiving events in the FD handler by Willy Tarreau · Fri Feb 28 14:42:26 2020 +0100
  99. 7e59c0a MEDIUM: connection: make the subscribe() call able to wakeup if ready by Willy Tarreau · Fri Feb 28 14:24:49 2020 +0100
  100. 7f26391 BUG/MINOR: connection: make sure to correctly tag local PROXY connections by Willy Tarreau · Wed Feb 19 15:10:00 2020 +0100