Commit graph

5 commits

Author SHA1 Message Date
Wim Taymans
830197f8e6 node: fix docs 2016-06-29 17:51:00 +02:00
Wim Taymans
1c184b7dfd clean up debug info 2016-06-02 10:37:37 +02:00
Wim Taymans
60475165d6 improve debug 2016-05-18 12:01:57 +02:00
Wim Taymans
4a5ed1e1f5 Rework how clients connect.
Add buffer flags. The idea is to make it possible to easily check when a
buffer contains control information that we need to parse to update the
port fields.
Make the client create remote nodes and ports and set up proxies for
them.
Make a port base class implementing most of the logic to pass buffers
locally and remotely.
Remove most code from stream.c, it's now in the port.
Make a portsink and portsrc that can write and read to/from any port. We
use these in the server to send and receive data.
Rework format negotiation. The final format is now sent in-line before
the data. The server will select a format on output ports.
2016-05-17 09:38:30 +02:00
Wim Taymans
e85c3002f7 add missing files 2016-05-12 17:06:48 +02:00