summaryrefslogtreecommitdiff
path: root/src/modules/module-client-node/client-node.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Add FASTPATH trace logWim Taymans1-4/+4
2019-03-15client-node: add get_node methodWim Taymans1-3/+26
2019-03-15client-node: don't make add_listener asyncWim Taymans1-8/+5
2019-03-14control: make control links many to manyWim Taymans1-2/+2
2019-03-11client-node: ignore io on the node itselfWim Taymans1-7/+4
2019-03-07stream: prepare output before signaling readyWim Taymans1-3/+2
2019-03-06scheduling: don't use the graph helpers.Wim Taymans1-7/+3
2019-03-06client-node: send own activation to client for statsWim Taymans1-0/+11
2019-03-06client-node: improve cleanupWim Taymans1-2/+5
2019-03-04remote-node: handle driver nodesWim Taymans1-12/+0
2019-03-04client-node: also send param idssWim Taymans1-0/+2
2019-03-04client-node: pass spa_node_info alongWim Taymans1-16/+7
2019-03-01interfaces: make events return voidWim Taymans1-5/+5
2019-03-01node: make add_listener methodWim Taymans1-28/+39
2019-02-27node: add port and node paramsWim Taymans1-4/+5
2019-02-25more async improvementsWim Taymans1-3/+7
2019-02-25Improve async handlingWim Taymans1-70/+31
2019-02-21node: improve pending resultsWim Taymans1-4/+6
2019-02-21link: handle the right port in the callbackWim Taymans1-4/+5
2019-02-21node: improve async handlingasyncWim Taymans1-45/+119
2019-02-18node: add props to add_portWim Taymans1-3/+5
2019-02-18interfaces: improve remote APIWim Taymans1-52/+57
2019-02-14client-node: only update info when change_mask setWim Taymans1-1/+2
2019-02-14client-node: handle NULL info in updateWim Taymans1-1/+1
2019-02-14node: Add port_info eventWim Taymans1-107/+34
2019-02-14node: process -> readyWim Taymans1-2/+3
2019-02-13node: remove port_send_commandWim Taymans1-35/+0
2019-02-12node: implement activationWim Taymans1-10/+87
2019-02-07node: allocate shared mem for activationWim Taymans1-22/+5
2019-01-31client-node: handle _set_io on the nodeWim Taymans1-12/+50
2019-01-25alloc: improve alignment in alloactorWim Taymans1-6/+6
2019-01-24mem: align memory to requested alignmentWim Taymans1-1/+1
2019-01-17pod: add more helpersWim Taymans1-3/+4
2019-01-14Don't use __ in defines or declarations, it's reservedWim Taymans1-3/+1
2019-01-08fix more compile errorsWim Taymans1-1/+1
2019-01-07fix sign confusionWim Taymans1-3/+3
2019-01-07pod: handle pod copy failureWim Taymans1-2/+2
2018-11-05Relicense as MIT/X11Wim Taymans1-13/+18
2018-10-30client-node: don't try to modify the clockWim Taymans1-6/+0
2018-10-24client-node: use spa_io_positionWim Taymans1-11/+10
2018-10-23add node set_io functionWim Taymans1-0/+15
2018-10-08port: don't keep port_info around but make copyWim Taymans1-0/+1
2018-09-28client-node: don't try to add invalid memidWim Taymans1-2/+5
2018-09-24fix some leaksWim Taymans1-5/+9
2018-09-21Add proxy destroyWim Taymans1-7/+0
2018-08-30debug: allow custom type rootWim Taymans1-1/+1
2018-08-27More type cleanupsWim Taymans1-3/+3
2018-08-25More type fixesWim Taymans1-3/+3
2018-08-24types: work on typesWim Taymans1-1/+1
2018-08-23Remove dynamic typesWim Taymans1-48/+22