1. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  2. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · 6 years ago
  3. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · 6 years ago
  4. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  5. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  6. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  7. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  8. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  9. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  10. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · 7 years ago
  11. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · 7 years ago
  12. 7fc96d5 MINOR: mux: Make sure every string is woken up after the handshake. by Olivier Houchard · 7 years ago
  13. ed339a3 BUG/MAJOR: mux_pt: don't dereference a connstream after ->wake() by Willy Tarreau · 7 years ago
  14. 7da120b MINOR: mux: Only define pipe functions on linux. by Olivier Houchard · 7 years ago
  15. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · 7 years ago
  16. 2c52a2b MEDIUM: connection: make mux->detach() release the connection by Willy Tarreau · 7 years ago
  17. 4b79524 MEDIUM: mux_pt: make cs_shutr() / cs_shutw() properly close the connection by Willy Tarreau · 7 years ago
  18. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · 7 years ago
  19. 4ff3b89 MINOR: connection: make conn_stream users also check for per-stream error flag by Willy Tarreau · 7 years ago
  20. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  21. 7a3f0df MINOR: mux_pt: implement remaining mux_ops methods by Olivier Houchard · 7 years ago
  22. f649082 MINOR: mux: register the pass-through mux for any ALPN string by Willy Tarreau · 7 years ago
  23. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago