1. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  2. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  3. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  4. 71748cb BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. by Olivier Houchard · 6 years ago
  5. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  6. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  7. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  8. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  9. 8a95a6e CLEANUP: Fix a typo in the connection subsystem by Joseph Herlant · 6 years ago
  10. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  11. 8defe4b MINOR: mux: add a "max_streams" method. by Olivier Houchard · 6 years ago
  12. f3e65b0 MINOR: connection: Fix a comment. by Olivier Houchard · 6 years ago
  13. 3bc1b11 MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer by Christopher Faulet · 6 years ago
  14. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  15. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  16. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago
  17. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · 6 years ago
  18. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · 6 years ago
  19. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · 6 years ago
  20. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · 6 years ago
  21. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · 6 years ago
  22. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  23. 3f03ab5 MINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event. by Olivier Houchard · 6 years ago
  24. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  25. d5e4de8 DOC: Fix a few typos by Bertrand Jacquin · 6 years ago
  26. 08088e7 MINOR: conn-stream: Add CL_FL_NOT_FIRST flag by Christopher Faulet · 6 years ago
  27. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  28. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  29. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  30. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · 6 years ago
  31. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · 6 years ago
  32. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  33. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  34. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  35. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  36. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · 6 years ago
  37. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  38. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · 6 years ago
  39. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · 6 years ago
  40. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · 6 years ago
  41. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · 6 years ago
  42. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · 6 years ago
  43. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  44. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  45. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  46. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · 6 years ago
  47. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  48. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  49. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · 6 years ago
  50. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  51. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  52. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  53. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · 7 years ago
  54. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · 7 years ago
  55. 3c8294b MINOR: conn_stream: add new flag CS_FL_RCV_MORE to indicate pending data by Willy Tarreau · 7 years ago
  56. 90084a1 MINOR: ssl: Handle reading early data after writing better. by Olivier Houchard · 7 years ago
  57. 28b55c6 CLEANUP: mux: remove the unused "release()" function by Willy Tarreau · 7 years ago
  58. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · 7 years ago
  59. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · 7 years ago
  60. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · 7 years ago
  61. 79dadb5 MINOR: conn_stream: new shutr/w status flags by Willy Tarreau · 7 years ago
  62. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  63. 8e61472 MINOR: mux: add more methods to mux_ops by Olivier Houchard · 7 years ago
  64. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · 7 years ago
  65. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · 7 years ago
  66. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago
  67. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · 7 years ago
  68. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · 7 years ago
  69. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · 7 years ago
  70. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  71. 82967bf MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags by Willy Tarreau · 7 years ago
  72. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · 7 years ago
  73. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · 7 years ago
  74. 0b74eae MEDIUM: session: add a pointer to a struct task in the session by Willy Tarreau · 7 years ago
  75. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · 7 years ago
  76. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  77. 71d058c MINOR: ssl: add a new error codes for wrong server certificates by Willy Tarreau · 7 years ago
  78. a9c1741 MINOR: connection: add a .get_alpn() method to xprt_ops by Willy Tarreau · 8 years ago
  79. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · 7 years ago
  80. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · 7 years ago
  81. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · 7 years ago
  82. f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · 7 years ago
  83. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  84. 3c0cc49 BUG/MEDIUM: connection: ensure to always report the end of handshakes by Willy Tarreau · 7 years ago
  85. 4f60301 MINOR: connection: add sample fetch "fc_rcvd_proxy" by Emeric Brun · 7 years ago
  86. d84dab7 MINOR: connection: add new prepare_srv()/destroy_srv() entries to xprt_ops by Willy Tarreau · 8 years ago
  87. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · 8 years ago
  88. fa983d3 MINOR: connection: add a new destroy_bind_conf() entry to xprt_ops by Willy Tarreau · 8 years ago
  89. 5aacf78 MINOR: connection: add a new prepare_bind_conf() entry to xprt_ops by Willy Tarreau · 8 years ago
  90. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · 8 years ago
  91. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · 8 years ago
  92. d2629f2 BUILD: connection: fix build breakage on openbsd due to missing in_systm.h by Willy Tarreau · 8 years ago
  93. 3015a2e CLEANUP: connection: using internal struct to hold source and dest port. by David Carlier · 8 years ago
  94. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · 8 years ago
  95. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  96. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · 9 years ago
  97. d75d40e MINOR: connection: add a new list member in the connection struct by Willy Tarreau · 9 years ago
  98. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  99. 328fb58 MEDIUM: connection: add new bit in Proxy Protocol V2 by Dave McCowan · 10 years ago
  100. 8fccfa2 CLEANUP: connection: merge proxy proto v2 header and address block by Willy Tarreau · 10 years ago