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