1. b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · Thu Jun 23 11:02:08 2022 +0200
  2. 79367f9 BUILD: xprt: use an initcall to register the transport layers by Willy Tarreau · Mon Apr 25 19:18:24 2022 +0200
  3. 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
  4. d54ede7 MEDIUM: connections: Implement a start() method for xprt_handshake. by Olivier Houchard · Fri Mar 05 23:42:41 2021 +0100
  5. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100
  6. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
  7. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  8. 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · Wed Jan 20 14:55:01 2021 +0100
  9. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  10. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  11. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · Thu Mar 05 07:41:20 2020 +0100
  12. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · Thu Jan 23 15:23:13 2020 +0100
  13. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  14. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · Wed Jan 22 18:08:48 2020 +0100
  15. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
  16. ac6febd MEDIUM: xprt: merge recv_wait and send_wait in xprt_handshake by Willy Tarreau · Fri Jan 10 09:08:22 2020 +0100
  17. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  18. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200