summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-28client-node: use bound id from the proxybound_idWim Taymans5-16/+21
2019-11-28remote: remove obsolete exported eventWim Taymans6-32/+16
2019-11-28jack: use explicit variable to keep track of transportWim Taymans1-3/+7
2019-11-28emit bound_id eventWim Taymans12-0/+23
2019-11-28interfaces: add event to notify of global bound idWim Taymans7-3/+79
2019-11-28alsa-seq: close seq deviceWim Taymans2-4/+18
2019-11-25Make sure we bind before registering the globalWim Taymans3-54/+84
2019-11-25add some missing eventsWim Taymans14-2/+44
2019-11-21logger: use CLOCK_MONOTONIC on freebsdGleb Popov1-0/+4
2019-11-21filter: Use method implementation directlyWim Taymans1-3/+2
2019-11-21system: include time.h for the itimerspec structWim Taymans1-1/+1
2019-11-21stream: Align with pw_filterWim Taymans11-266/+230
2019-11-21filter: add new method to set error stateWim Taymans3-20/+31
2019-11-21Add printf checks for proxy_error and resource_errorWim Taymans20-43/+65
2019-11-21filter: improve param handlingWim Taymans2-74/+31
2019-11-21node: add _set_param()Wim Taymans2-0/+12
2019-11-21audioadapter: emit param events only onceWim Taymans1-4/+1
2019-11-21remote-node: don't enum invalid param idsWim Taymans1-0/+4
2019-11-21add keys.h headerWim Taymans1-0/+1
2019-11-21filter: remove unused pending_seqWim Taymans1-6/+1
2019-11-21remote: destroy mempool after proxiesWim Taymans1-3/+2
2019-11-21ci: Automate container building in GitlabArun Raghavan3-64/+46
2019-11-21device: expose DEVICE_API in global propertiesWim Taymans1-0/+1
2019-11-21Add include of keys.hWim Taymans15-0/+15
2019-11-21node: move keys to separate fileWim Taymans2-16/+54
2019-11-21jack: improve port sort orderWim Taymans1-6/+12
2019-11-21improve some debugWim Taymans3-7/+7
2019-11-21pod: rename context to flags in spa_pod_propWim Taymans3-4/+4
2019-11-21param: add more fields to Profile paramWim Taymans2-0/+4
2019-11-19client: don't register in client_new()Wim Taymans2-5/+10
2019-11-19client: register the global early, in pw_client_new()George Kiagiadakis2-3/+3
2019-11-19doc: Add some documentation on generating CI docker imagesArun Raghavan1-0/+30
2019-11-19tools: add new pipewire-dot tool to generate a global objects dot graphJulian Bouzas2-0/+876
2019-11-19log: make timestamps configurableWim Taymans3-2/+10
2019-11-19logger: print timestamps on logged messagesGeorge Kiagiadakis1-2/+13
2019-11-19the epoll shim should only be used by the system library.Wim Taymans11-13/+13
2019-11-19Do not call memfd_create on FreeBSD.Gleb Popov1-0/+6
2019-11-19Don't include byteswap.h on FreeBSD.Gleb Popov1-0/+2
2019-11-19Implement _gettid() for FreeBSD and do not call pthread_setschedparam() with ...Gleb Popov1-0/+11
2019-11-19Don't call getsockopt with SO_PEERCRED and SO_PEERSEC parameters on FreeBSD.Gleb Popov1-0/+2
2019-11-19Use pthread_set_name_np() instead of pthread_setname_np() on FreeBSD.Gleb Popov1-0/+4
2019-11-19Don't call prctl() on FreeBSD.Gleb Popov1-0/+4
2019-11-19Don't define memfd_create() and USE_MEMFD on FreeBSD.Gleb Popov1-1/+3
2019-11-19Add a stub implementation for sched_getcpu, as this function isn't present onGleb Popov1-0/+4
2019-11-19Implement get_count() from cpu.c for FreeBSD.Gleb Popov1-0/+16
2019-11-19Define empty struct ucred on FreeBSD.Gleb Popov1-0/+5
2019-11-19Do not try to include endian.h on FreeBSD.Gleb Popov2-0/+4
2019-11-19On FreeBSD, add dependency on epoll-shim library.Gleb Popov12-17/+26
2019-11-19system: use spa_system functions for fdsWim Taymans16-60/+96
2019-11-19media-session: don't include use-case.hWim Taymans1-1/+0