1. 9f07b69 CLEANUP: stconn: remove cs_tx_blocked() and cs_tx_endp_ready() by Willy Tarreau · 2 years, 6 months ago
  2. 79cf6e1 CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUME by Willy Tarreau · 2 years, 6 months ago
  3. 15252cd MEDIUM: stconn: move the RXBLK flags to the stream connector by Willy Tarreau · 2 years, 6 months ago
  4. 8c02f8d CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA by Willy Tarreau · 2 years, 6 months ago
  5. 13d63af MINOR: stconn: add sc_is_recv_allowed() to check for ability to receive by Willy Tarreau · 2 years, 6 months ago
  6. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
  7. 0ed73c3 CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_{need,have}_buff() by Willy Tarreau · 2 years, 6 months ago
  8. 9512ab6 CLEANUP: stconn: rename cs_rx_chan_{blk,rdy} to sc_{wont,will}_read() by Willy Tarreau · 2 years, 6 months ago
  9. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  10. b73262f MEDIUM: stconn: take SE_FL_APPLET_NEED_CONN out of the RXBLK_ANY flags by Willy Tarreau · 2 years, 6 months ago
  11. b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN by Willy Tarreau · 2 years, 6 months ago
  12. 676c8db MEDIUM: stconn: remove SE_FL_RXBLK_SHUT by Willy Tarreau · 2 years, 6 months ago
  13. e7866b1 MEDIUM: stconn: always rely on CF_SHUTR in addition to cs_rx_blocked() by Willy Tarreau · 2 years, 6 months ago
  14. 516621b MINOR: stconn: remove calls to cs_done_get() by Willy Tarreau · 2 years, 6 months ago
  15. a1547ce MINOR: stconn: consider CF_SHUTW for sc_is_send_allowed() by Willy Tarreau · 2 years, 6 months ago
  16. 902ba7e CLEANUP: stconn: use a single function to know if SC may send to SE by Willy Tarreau · 2 years, 6 months ago
  17. 6001c92 CLEANUP: stconn: make a few functions take a const argument by Willy Tarreau · 2 years, 6 months ago
  18. 967955b CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error() by Willy Tarreau · 2 years, 6 months ago
  19. 1084238 CLEANUP: stconn: rename cs_conn_get_first() to conn_get_first_sc() by Willy Tarreau · 2 years, 6 months ago
  20. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · 2 years, 6 months ago
  21. f8d0ab5 CLEANUP: stconn: rename cs_get_data_name() to sc_get_data_name() by Willy Tarreau · 2 years, 6 months ago
  22. fa57cc7 CLEANUP: stconn: rename __cs_endp_target() to __sc_endp() by Willy Tarreau · 2 years, 6 months ago
  23. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
  24. 417a31b CLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops() by Willy Tarreau · 2 years, 6 months ago
  25. 6fe2b42 CLEANUP: stconn: rename cs_mux() to sc_mux_strm() by Willy Tarreau · 2 years, 6 months ago
  26. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  27. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  28. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  29. 15c25d5 MINOR: applet: add new wrappers to put chk/blk/str/chr to channel from appctx by Willy Tarreau · 2 years, 6 months ago
  30. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · 2 years, 6 months ago
  31. c086960 MINOR: conn_stream: test the various ops functions before calling them by Willy Tarreau · 2 years, 6 months ago
  32. f3ae34b MINOR: check: export wake_srv_chk() by Willy Tarreau · 2 years, 6 months ago
  33. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
  34. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
  35. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  36. c105492 CLEANUP: stdesc: rename the stream connector ->cs field to ->sc by Willy Tarreau · 2 years, 6 months ago
  37. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 7 months ago
  38. 3a3f480 CLEANUP: conn_stream: rename cs_app_* to sc_app_* by Willy Tarreau · 2 years, 7 months ago
  39. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · 2 years, 7 months ago
  40. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · 2 years, 7 months ago
  41. ea59b02 CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) by Willy Tarreau · 2 years, 7 months ago
  42. 65d0597 CLEANUP: conn_stream: rename the cs_endpoint's target to "se" by Willy Tarreau · 2 years, 7 months ago
  43. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 7 months ago
  44. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 7 months ago
  45. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 7 months ago
  46. cd1d585 MINOR: conn_stream: add new sets of functions to set/get endpoint flags by Willy Tarreau · 2 years, 7 months ago
  47. 24d15b1 CLEANUP: conn_stream: rename the cs_endpoint's context to "conn" by Willy Tarreau · 2 years, 7 months ago
  48. a45403f Revert "BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping" by Christopher Faulet · 2 years, 6 months ago
  49. 8c6176b MINOR: h3: refactor SETTINGS parsing/error reporting by Amaury Denoyelle · 2 years, 6 months ago
  50. 849b24f MINOR: h3: abort read on unknown uni stream by Amaury Denoyelle · 2 years, 6 months ago
  51. 9cc4751 CLEANUP: h3: remove h3 uni tasklet by Amaury Denoyelle · 2 years, 6 months ago
  52. f8db5aa MEDIUM: quic: refactor uni streams RX by Amaury Denoyelle · 2 years, 6 months ago
  53. 3236a8e MINOR: h3: define stream type by Amaury Denoyelle · 2 years, 6 months ago
  54. 6b92394 MINOR: h3/qpack: use qcs as type in decode callbacks by Amaury Denoyelle · 2 years, 6 months ago
  55. f9e190e MINOR: quic: support CONNECTION_CLOSE_APP emission by Amaury Denoyelle · 2 years, 6 months ago
  56. 081479d CLEANUP: h3: rename uni stream type constants by Amaury Denoyelle · 2 years, 6 months ago
  57. 1c25b18 MINOR: mux-quic: delay cs_endpoint allocation by Amaury Denoyelle · 2 years, 6 months ago
  58. d9404b4 BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping by Christopher Faulet · 2 years, 6 months ago
  59. 842e4a6 BUILD/MINOR: cpuset fix build for FreeBSD 13.1 by David CARLIER · 2 years, 6 months ago
  60. b5821e1 MINOR: connection: add flag MX_FL_FRAMED to mark muxes relying on framed xprt by Willy Tarreau · 2 years, 7 months ago
  61. 91b780a CLEANUP: listener: store stream vs dgram at the bind_conf level by Willy Tarreau · 2 years, 6 months ago
  62. 787e92a CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY by Willy Tarreau · 2 years, 6 months ago
  63. 1ea6e6a CLEANUP: listener: replace bind_conf->generate_cers with BC_O_GENERATE_CERTS by Willy Tarreau · 2 years, 6 months ago
  64. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · 2 years, 6 months ago
  65. c694471 MINOR: listener: add a new "options" entry in bind_conf by Willy Tarreau · 2 years, 6 months ago
  66. fca044b CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for by Willy Tarreau · 2 years, 6 months ago
  67. 3882d2a MINOR: listener: provide a function to process all of a bind_conf's arguments by Willy Tarreau · 2 years, 6 months ago
  68. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · 2 years, 6 months ago
  69. d46b0f5 MINOR: mux-quic: emit FLOW_CONTROL_ERROR by Amaury Denoyelle · 2 years, 6 months ago
  70. 9fab9fd MINOR: quic/mux-quic: define CONNECTION_CLOSE send API by Amaury Denoyelle · 2 years, 6 months ago
  71. 9286210 MINOR: quic: Add tune.quic.retry-threshold keyword by Frédéric Lécaille · 2 years, 6 months ago
  72. cbd59c7 MINOR: quic: QUIC stats counters handling by Frédéric Lécaille · 2 years, 6 months ago
  73. a89659a MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection by Frédéric Lécaille · 2 years, 6 months ago
  74. a58cafe MINOR: quic_stats: Add a new stats module for QUIC by Frédéric Lécaille · 2 years, 6 months ago
  75. 2822593 BUILD: stats: Missing headers inclusions from stats.h by Frédéric Lécaille · 2 years, 6 months ago
  76. 6492e66 MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c by Frédéric Lécaille · 2 years, 7 months ago
  77. 3f3ff47 MINOR: quic: Retry implementation by Frédéric Lécaille · 2 years, 7 months ago
  78. 55367c8 MINOR: quic_tls: Add quic_tls_decrypt2() implementation by Frédéric Lécaille · 2 years, 7 months ago
  79. a9c5d8d MINOR: quic_tls: Add quic_tls_derive_retry_token_secret() by Frédéric Lécaille · 2 years, 7 months ago
  80. 359d877 MINOR: quic: Dump initial derived secrets by Frédéric Lécaille · 2 years, 7 months ago
  81. fe1c785 CLEANUP: quic: adjust comment/coding style for TPs init by Amaury Denoyelle · 2 years, 6 months ago
  82. 0daef00 BUG/MEDIUM: quic: fix initialization for local/remote TPs by Amaury Denoyelle · 2 years, 6 months ago
  83. c95eaef MEDIUM: check: Use the CS to handle subscriptions for read/write events by Christopher Faulet · 2 years, 6 months ago
  84. 361417f REORG: check: Rename and export I/O callback function by Christopher Faulet · 2 years, 6 months ago
  85. c830e1e MINOR: mux-quic: implement MAX_DATA emission by Amaury Denoyelle · 2 years, 7 months ago
  86. a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · 2 years, 7 months ago
  87. c985cb1 MINOR: mux-quic: reorganize flow-control frames emission by Amaury Denoyelle · 2 years, 7 months ago
  88. 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · 2 years, 6 months ago
  89. 03dcf56 BUG/MINOR: mux-quic: update session's idle delay before stream creation by Amaury Denoyelle · 2 years, 7 months ago
  90. ca21c76 MINOR: ncbuf: refactor ncb_advance() by Amaury Denoyelle · 2 years, 7 months ago
  91. 82c51b5 OPTIM: quic: realign empty Rx buffer by Amaury Denoyelle · 2 years, 7 months ago
  92. d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · 2 years, 7 months ago
  93. d9c1d33 MEDIUM: applet: Add support for async appctx startup on a thread subset by Christopher Faulet · 2 years, 7 months ago
  94. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 7 months ago
  95. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
  96. 2ae25ea MINOR: sink: Add a ref to sink in the sink_forward_target structure by Christopher Faulet · 2 years, 7 months ago
  97. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · 2 years, 7 months ago
  98. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · 2 years, 7 months ago
  99. 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · 2 years, 7 months ago
  100. ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · 2 years, 7 months ago