1. 6f82322 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · 8 months ago
  2. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · 8 months ago
  3. 5c6f20b BUG/MINOR: connection: parse PROXY TLV for LOCAL mode by Amaury Denoyelle · 6 months ago
  4. 0d95330 MINOR: connection: add sample fetches to report per-connection glitches by Willy Tarreau · 10 months ago
  5. fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · 1 year, 7 months ago
  6. 3a7b539 BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · 1 year, 8 months ago
  7. 9a0f8ba MINOR: connection: add a BUG_ON() to detect destroying connection in idle list by Olivier Houchard · 1 year, 10 months ago
  8. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · 2 years, 2 months ago
  9. 16f3da4 MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch by Amaury Denoyelle · 2 years, 6 months ago
  10. 61f5675 CLEANUP: connection: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  11. bde14ad CLEANUP: check: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  12. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  13. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  14. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  15. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
  16. 1084238 CLEANUP: stconn: rename cs_conn_get_first() to conn_get_first_sc() by Willy Tarreau · 2 years, 6 months ago
  17. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  18. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  19. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · 2 years, 6 months ago
  20. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  21. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  22. b5821e1 MINOR: connection: add flag MX_FL_FRAMED to mark muxes relying on framed xprt by Willy Tarreau · 2 years, 7 months ago
  23. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · 2 years, 6 months ago
  24. 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  25. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  26. faafe4b CLEANUP: connections/deinit: destroy the idle_conns tasks by Willy Tarreau · 2 years, 7 months ago
  27. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  28. 2bb5edc BUG/MEDIUM: connection: Don't crush context pointer location if it is a CS by Christopher Faulet · 2 years, 7 months ago
  29. a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · 2 years, 8 months ago
  30. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  31. aa91d62 MINOR: stream-int/connection: Move conn_si_send_proxy() in the connection scope by Christopher Faulet · 2 years, 8 months ago
  32. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  33. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · 2 years, 8 months ago
  34. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · 2 years, 8 months ago
  35. 0e9c264 MINOR: connection: use conn_fd() when displaying connection errors by Willy Tarreau · 2 years, 8 months ago
  36. dddfec5 CLEANUP: connection: reduce the with of the mux dump output by Willy Tarreau · 2 years, 8 months ago
  37. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · 2 years, 9 months ago
  38. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · 2 years, 9 months ago
  39. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · 2 years, 9 months ago
  40. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  41. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  42. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  43. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  44. add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · 2 years, 9 months ago
  45. 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
  46. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · 3 years, 1 month ago
  47. 2454bda MINOR: connection: implement function to update ALPN by Amaury Denoyelle · 3 years, 1 month ago
  48. e83e882 MEDIUM: connection: Assign session addresses when NetScaler CIP proto is parsed by Christopher Faulet · 3 years, 1 month ago
  49. c105c92 MEDIUM: connection: Assign session addresses when PROXY line is received by Christopher Faulet · 3 years, 1 month ago
  50. b097aef MEDIUM: connection: Rely on addresses at stream level to make proxy line by Christopher Faulet · 3 years, 1 month ago
  51. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · 3 years, 1 month ago
  52. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · 3 years, 1 month ago
  53. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · 3 years, 2 months ago
  54. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · 3 years, 2 months ago
  55. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · 3 years, 2 months ago
  56. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · 3 years, 2 months ago
  57. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · 3 years, 2 months ago
  58. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · 3 years, 2 months ago
  59. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  60. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 2 months ago
  61. 942c167 MINOR: connection: Add a connection error code sample fetch for backend side by Remi Tricot-Le Breton · 3 years, 3 months ago
  62. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
  63. d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · 3 years, 5 months ago
  64. e59b516 BUILD: connection: move list_mux_proto() to connection.c by Willy Tarreau · 3 years, 7 months ago
  65. 908908e BUILD: connection: include tools.h in connection.c by Willy Tarreau · 3 years, 7 months ago
  66. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · 3 years, 7 months ago
  67. 242f8ce MINOR: connection: Make bc_http_major compatible with tcp-checks by Christopher Faulet · 3 years, 7 months ago
  68. f4dd9ae BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections by Christopher Faulet · 3 years, 7 months ago
  69. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  70. 56c176a CLEANUP: connection: Consistently use `struct ist` to process all TLV types by Tim Duesterhus · 3 years, 9 months ago
  71. 615f81e MINOR: connection: Use a `struct ist` to store proxy_authority by Tim Duesterhus · 3 years, 9 months ago
  72. 002bd77 CLEANUP: connection: Use istptr / istlen for proxy_unique_id by Tim Duesterhus · 3 years, 9 months ago
  73. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
  74. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · 3 years, 9 months ago
  75. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 9 months ago
  76. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · 3 years, 9 months ago
  77. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  78. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  79. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  80. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · 3 years, 11 months ago
  81. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · 3 years, 10 months ago
  82. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · 3 years, 10 months ago
  83. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
  84. 746b051 MEDIUM: connection: make use of the control layer check_events/ignore_events by Willy Tarreau · 4 years ago
  85. 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · 4 years ago
  86. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 4 years ago
  87. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · 4 years ago
  88. 8b250ba CLEANUP: connection: open-code conn_cond_update_polling() and update the comment by Willy Tarreau · 4 years ago
  89. 5a1d439 CLEANUP: connection: use fd_stop_both() instead of conn_stop_polling() by Willy Tarreau · 4 years ago
  90. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 4 years ago
  91. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 4 years, 1 month ago
  92. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · 4 years, 1 month ago
  93. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 4 months ago
  94. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years, 5 months ago
  95. 2883fcf BUG/MINOR: connection: See new connection as available only on reuse always by Christopher Faulet · 4 years, 5 months ago
  96. aa27853 BUG/MEDIUM: connection: Don't consider new private connections as available by Christopher Faulet · 4 years, 5 months ago
  97. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years, 5 months ago
  98. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · 4 years, 5 months ago
  99. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  100. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago