1. b72d98a BUG/MEDIUM: mux_pt: Don't try to send if handshake is not done. by Olivier Houchard · Fri Nov 30 13:17:48 2018 +0100
  2. 1ced485 BUG/MEDIUM: mux_pt: Don't forget to unsubscribe() on attach. by Olivier Houchard · Thu Nov 29 13:49:59 2018 +0100
  3. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  4. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  5. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · Tue Nov 13 16:48:36 2018 +0100
  6. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · Tue Nov 06 16:32:42 2018 +0100
  7. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · Mon Nov 05 18:37:53 2018 +0100
  8. b6c32ee MEDIUM: mux: Teach the mux_pt how to deal with idle connections. by Olivier Houchard · Mon Nov 05 18:28:43 2018 +0100
  9. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · Sun Nov 18 21:29:20 2018 +0100
  10. 4eb7d74 MEDIUM: stream-int: Try to read data even if channel's buffer seems to be full by Christopher Faulet · Thu Oct 11 15:29:21 2018 +0200
  11. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · Wed Oct 10 15:46:36 2018 +0200
  12. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  13. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  14. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · Thu Aug 09 13:06:55 2018 +0200
  15. ad7f0ad BUG/MEDIUM: mux_pt: dereference the connection with care in mux_pt_wake() by Willy Tarreau · Fri Aug 24 15:48:59 2018 +0200
  16. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  17. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · Tue Mar 06 14:43:47 2018 +0100
  18. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  19. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  20. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  21. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  22. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · Wed Jul 18 11:29:06 2018 +0200
  23. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:38:55 2018 +0200
  24. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:31:46 2018 +0200
  25. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · Fri Dec 22 18:46:33 2017 +0100
  26. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · Wed Dec 20 16:14:44 2017 +0100
  27. 7fc96d5 MINOR: mux: Make sure every string is woken up after the handshake. by Olivier Houchard · Thu Nov 23 18:25:47 2017 +0100
  28. ed339a3 BUG/MAJOR: mux_pt: don't dereference a connstream after ->wake() by Willy Tarreau · Fri Nov 03 15:55:24 2017 +0100
  29. 7da120b MINOR: mux: Only define pipe functions on linux. by Olivier Houchard · Wed Nov 01 13:55:10 2017 +0100
  30. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · Sun Oct 08 11:16:46 2017 +0200
  31. 2c52a2b MEDIUM: connection: make mux->detach() release the connection by Willy Tarreau · Sun Oct 08 11:00:17 2017 +0200
  32. 4b79524 MEDIUM: mux_pt: make cs_shutr() / cs_shutw() properly close the connection by Willy Tarreau · Thu Oct 05 18:47:38 2017 +0200
  33. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · Thu Oct 05 15:25:48 2017 +0200
  34. 4ff3b89 MINOR: connection: make conn_stream users also check for per-stream error flag by Willy Tarreau · Mon Oct 16 15:17:17 2017 +0200
  35. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  36. 7a3f0df MINOR: mux_pt: implement remaining mux_ops methods by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  37. f649082 MINOR: mux: register the pass-through mux for any ALPN string by Willy Tarreau · Thu Sep 21 19:43:21 2017 +0200
  38. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200