summaryrefslogtreecommitdiff
path: root/src/modules/module-client-node/client-node.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28client-node: use bound id from the proxybound_idWim Taymans1-1/+0
2019-11-28emit bound_id eventWim Taymans1-0/+2
2019-10-08Remove some unused fieldsWim Taymans1-3/+0
2019-10-02port: select a mixer when we set a formatWim Taymans1-7/+3
2019-09-16rename HAVE/NEED_BUFFER -> HAVE/NEED_DATAWim Taymans1-3/+3
2019-09-09data-loop: add _wait functionWim Taymans1-3/+3
2019-09-02node: improve position and transportWim Taymans1-2/+2
2019-08-27io: add support for segmentWim Taymans1-1/+1
2019-08-22client-node: also don't remove our own activationWim Taymans1-2/+4
2019-08-22client-node: refuse params on the wrong side of our mixersWim Taymans1-0/+8
2019-08-16core: remove parent_id from the global eventWim Taymans1-4/+9
2019-08-16client-node: dont' send peer_added with our own nodeWim Taymans1-0/+3
2019-08-15client-node: keep port buffers in special locationWim Taymans1-4/+8
2019-08-14client-node: only clear buffers when format clearedWim Taymans1-5/+17
2019-08-14client-node: clean up buffers and other memoryWim Taymans1-0/+1
2019-08-14improve debugWim Taymans1-36/+40
2019-08-13client-node: always remove the previous io memoryWim Taymans1-6/+6
2019-08-12port: return async result from use_buffers if anyWim Taymans1-2/+2
2019-08-12channelmix: implement per channel volumeWim Taymans1-5/+0
2019-08-07port: simplify buffer allocationWim Taymans1-1/+1
2019-08-06link: improve buffer negotiationWim Taymans1-2/+2
2019-08-01mem: add size of tag to make it possible to check subtagsWim Taymans1-2/+2
2019-07-29client-node: also track memory on the serverWim Taymans1-49/+53
2019-07-29improve debugWim Taymans1-1/+2
2019-07-26Add support for client fd memoryWim Taymans1-0/+55
2019-07-25node: remove port_alloc_buffersWim Taymans1-39/+0
2019-07-25node: add flags to port_use_bufferWim Taymans1-4/+9
2019-07-25mem: Add tag to memmapWim Taymans1-23/+28
2019-07-24mem: set READWRITE flagsWim Taymans1-0/+1
2019-07-24mem: use MemId to pass buffer memoryWim Taymans1-6/+9
2019-07-23mem: improve memory handlingWim Taymans1-188/+45
2019-07-19client-node: track and free activation memoryWim Taymans1-3/+30
2019-07-16client-node: improve cleanupWim Taymans1-1/+8
2019-07-15improve some debugWim Taymans1-1/+1
2019-07-02Improve debug and small cleanupsWim Taymans1-1/+1
2019-07-01small cleanupsWim Taymans1-30/+32
2019-06-20improve error handling some moreWim Taymans1-6/+20
2019-06-19improve error handlingWim Taymans1-0/+20
2019-06-06System: More work on making system functions pluggableWim Taymans1-10/+18
2019-05-29spa: use core to load spa_handleWim Taymans1-1/+1
2019-05-29clean up proxy and resource apiWim Taymans1-9/+11
2019-05-28spa: add result typeWim Taymans1-4/+4
2019-05-28add const to spa_event and spa_commandWim Taymans1-1/+1
2019-05-24keys: add keys.h with defines and docsWim Taymans1-1/+1
2019-05-23interface: add an interface structiface2Wim Taymans1-105/+117
2019-05-20Move implementation helpers to utilsWim Taymans1-0/+1
2019-05-15hook: separate spa_callbacks from the hookWim Taymans1-3/+3
2019-05-15hooks: use hook to implement the callbacksWim Taymans1-6/+3
2019-05-14hook: handle port and factory implementation with hookWim Taymans1-3/+1
2019-04-10make bitfields unsignedWim Taymans1-2/+2