summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-27tests: add endpoint unit testGeorge Kiagiadakis2-0/+459
2020-02-12device: implement subscribe_paramsWim Taymans1-0/+2
2020-01-15Fix some unit testWim Taymans3-8/+15
2019-12-19Make interface types a stringWim Taymans2-4/+7
2019-12-12context: move core implementation to impl-core.hapi3Wim Taymans1-36/+1
2019-12-11pw_port_proxy -> pw_portWim Taymans1-7/+7
2019-12-11pw_node_proxy -> pw_nodeWim Taymans1-7/+7
2019-12-11pw_module_proxy -> pw_moduleWim Taymans1-7/+7
2019-12-11pw_link_proxy -> pw_linkWim Taymans1-7/+7
2019-12-11pw_factory_proxy -> pw_factoryWim Taymans1-7/+7
2019-12-11pw_device_proxy -> pw_deviceWim Taymans1-7/+7
2019-12-11pw_client_proxy -> pw_clientWim Taymans1-7/+7
2019-12-11interfaces: move proxy API into their own header filesWim Taymans1-1/+0
2019-12-11pw_client -> pw_impl_clientWim Taymans2-5/+5
2019-12-11move proxy implementations in their own fileWim Taymans3-34/+3
2019-12-11pw_registry_proxy -> pw_registryWim Taymans1-8/+8
2019-12-11rename core_proxy -> coreWim Taymans4-17/+17
2019-12-10pw_core -> pw_contextWim Taymans3-74/+74
2019-12-06fix unit testsWim Taymans2-5/+22
2019-12-06remote: remove the remoteWim Taymans2-187/+1
2019-12-06remote: remove events and statesWim Taymans1-1/+1
2019-12-06core_proxy: prepare to rename pw_remote -> pw_core_proxyWim Taymans1-8/+2
2019-11-29remote: remove obsolete exported eventWim Taymans1-7/+0
2019-11-29interfaces: add event to notify of global bound idWim Taymans1-0/+2
2019-11-29test: fix testWim Taymans1-0/+2
2019-11-21stream: Align with pw_filterWim Taymans1-10/+13
2019-08-16core: remove parent_id from the global eventWim Taymans2-3/+1
2019-08-13stream: make the control info constWim Taymans1-1/+1
2019-08-12channelmix: implement per channel volumeWim Taymans1-2/+2
2019-07-29tests: fix unit tests againWim Taymans1-0/+4
2019-06-24fix buildWim Taymans1-1/+0
2019-06-06test-core: add more core support testsWim Taymans1-0/+2
2019-06-06simply use INTERFACE_Loop for the main-loopWim Taymans1-1/+1
2019-05-29clean up proxy and resource apiWim Taymans1-2/+0
2019-05-23interface: add an interface structiface2Wim Taymans2-6/+54
2019-03-18port: add port subscribe_paramsWim Taymans1-0/+3
2019-03-15test: fix testWim Taymans1-0/+2
2019-03-01interfaces: make events return voidWim Taymans1-27/+27
2019-02-25more async improvementsWim Taymans1-12/+12
2019-02-25Improve async handlingWim Taymans1-8/+9
2019-02-18interfaces: improve remote APIWim Taymans1-35/+41
2019-02-14resource: improve error handlingWim Taymans1-1/+1
2019-02-13meson: prefix the names of the tests so that they are unique in the treeGeorge Kiagiadakis1-4/+4
2019-01-31remote: move node export code to client-node moduleWim Taymans1-2/+2
2019-01-11properties: avoid NULL and empty keysWim Taymans1-0/+172
2019-01-11tests: add more properties testsWim Taymans1-1/+54
2019-01-11tests: add test for propertiesWim Taymans2-0/+98
2019-01-10tests: add test for utilsWim Taymans2-1/+96
2019-01-10tests: add test for interfacesWim Taymans2-0/+317
2019-01-10remote: remove some eventsWim Taymans1-23/+0