1. a33ff7a BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created by Christopher Faulet · 2 years, 7 months ago
  2. 02ef0ff MINOR: conn-stream: Rely on endpoint shutdown flags to shutdown an applet by Christopher Faulet · 2 years, 7 months ago
  3. ca6c9bb CLEANUP: conn-stream: Rename cs_applet_release() by Christopher Faulet · 2 years, 7 months ago
  4. ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
  5. cea0543 MINOR: conn-stream: Use unsafe functions to get conn/appctx in cs_detach_endp by Christopher Faulet · 2 years, 8 months ago
  6. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
  7. aa69d8f MINOR: conn-stream: Use a dedicated function to conditionally remove a CS by Christopher Faulet · 2 years, 8 months ago
  8. 9ed7742 DOC: conn-stream: Add comments on functions of the new CS api by Christopher Faulet · 2 years, 8 months ago
  9. 265e165 CLEANUP: conn-stream: Don't export internal functions by Christopher Faulet · 2 years, 8 months ago
  10. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  11. 582a226 MINOR: conn-stream: Remove the stream-interface from the conn-stream by Christopher Faulet · 2 years, 8 months ago
  12. 5e29b76 MEDIUM: stream-int/conn-stream: Move I/O functions to conn-stream by Christopher Faulet · 2 years, 8 months ago
  13. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  14. 158f336 MINOR: stream-int/conn-stream Move si_is_conn_error() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  15. 000ba3e MINOR: conn-stream: Move si_conn_cb in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  16. 4a7764a MINOR: stream-int/conn-stream: Move si_cs_io_cb() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  17. 6059ba4 MEDIUM: conn-stream/applet: Add a data callback for applets by Christopher Faulet · 2 years, 8 months ago
  18. ef285c1 MINOR: stream-int/stream: Move si_update_both in stream scope by Christopher Faulet · 2 years, 8 months ago
  19. 13045f0 MINOR: stream-int-conn-stream: Move si_update_* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  20. 9ffddd5 REORG: conn-stream: Move cs_app_ops in conn_stream.c by Christopher Faulet · 2 years, 8 months ago
  21. 19bd728 REORG: conn-stream: Move cs_shut* and cs_chk* in cs_utils by Christopher Faulet · 2 years, 8 months ago
  22. 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · 2 years, 8 months ago
  23. 0c6a64c MEDIUM: stream-int/conn-stream: Move si_ops in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  24. 2f35e7b MEDIUM: stream-int/conn-stream: Handle I/O subscriptions in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  25. 070b91b MEDIUM: conn-stream: Be prepared to fail to attach a cs to a mux by Christopher Faulet · 2 years, 8 months ago
  26. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  27. 1d98777 MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  28. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  29. 3099511 MINOR: conn-stream: Add ISBACK conn-stream flag by Christopher Faulet · 2 years, 8 months ago
  30. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  31. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  32. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
  33. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · 2 years, 8 months ago
  34. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  35. bb772d0 REORG: Initialize the conn-stream by hand in cs_init() by Christopher Faulet · 2 years, 8 months ago
  36. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
  37. 81a40f6 MINOR: conn-stream: Add flags to set the type of the endpoint by Christopher Faulet · 2 years, 10 months ago
  38. 9affa93 BUG/MEDIUM: applet: Don't call .release callback function twice by Christopher Faulet · 2 years, 9 months ago
  39. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · 2 years, 11 months ago
  40. c36de9d MINOR: conn-stream: Release a CS when both app and endp are detached by Christopher Faulet · 2 years, 11 months ago
  41. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  42. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
  43. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · 3 years ago
  44. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago