summaryrefslogtreecommitdiff
path: root/src/modules/dbus/iface-core.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-29dbus: Deal with double-counting module-dbus-protocolArun Raghavan1-0/+8
2016-05-29dbus: fix crash on LoadModule()Tanu Kaskinen1-14/+11
2015-12-08core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski1-1/+1
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-1/+1
2015-05-21dbus: Use hooks for module new and removed eventsJuho Hämäläinen1-38/+48
2015-05-21dbus: Use hooks for sample cache new and removed eventsJuho Hämäläinen1-35/+61
2015-04-02dbus: Use hooks for default sink and source changesJuho Hämäläinen1-62/+84
2015-04-02dbus: Use hooks for put and unlinkJuho Hämäläinen1-134/+239
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-06-05source, sink: Support weird sample ratesAlexander E. Patrakov1-4/+2
2013-12-15Add pa_sample_rate_valid()Tanu Kaskinen1-3/+3
2013-12-15Add pa_sample_format_valid()Tanu Kaskinen1-2/+2
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-22/+26
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-7/+7
2013-06-24Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)1-32/+32
2013-06-24Whitespace cleanup: Remove tabspoljar (Damir Jelić)1-32/+32
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-58/+10
2012-03-28dbus: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen1-1/+1
2011-10-17core: infrastructure for alternate sampling ratePierre-Louis Bossart1-1/+44
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans1-1/+1
2011-08-15Avoid read from freed memoryMaarten Bosmans1-2/+4
2011-03-25dbus: Do not refcnt the core.Colin Guthrie1-2/+1
2010-10-15volume: Use a macro to check if a volume is validArun Raghavan1-1/+1
2010-08-10dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen1-120/+130
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò1-136/+136
2009-08-31dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.Tanu Kaskinen1-0/+20
2009-08-30dbus: Do message argument type checking early, centrally.Tanu Kaskinen1-159/+88
2009-08-26dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen1-71/+131
2009-08-24dbusiface-module: Implement the Module D-Bus interface.Tanu Kaskinen1-3/+3
2009-08-19dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen1-2/+2
2009-08-19dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen1-8/+8
2009-08-19dbusiface-core: Split some overly long lines.Tanu Kaskinen1-42/+118
2009-08-17dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen1-0/+28
2009-08-17dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen1-0/+7
2009-08-15dbusiface-core: Two new functions: pa_dbusiface_core_get_playback/record_stre...Tanu Kaskinen1-0/+14
2009-08-15dbusiface-core: New function: pa_dbusiface_core_get_card_path().Tanu Kaskinen1-0/+7
2009-08-09dbusiface-core: Add functions for getting various object paths.Tanu Kaskinen1-0/+21
2009-08-09dbusiface-core: Generate more informative error messages.Tanu Kaskinen1-4/+4
2009-08-09dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen1-40/+24
2009-08-09dbus: Three entangled changes:Tanu Kaskinen1-48/+44
2009-08-04dbusiface-memstats: Implement the Memstats D-Bus interface.Tanu Kaskinen1-0/+5
2009-08-04dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.Tanu Kaskinen1-1/+2
2009-08-04dbusiface-core: Make the interface string a public constant.Tanu Kaskinen1-25/+24
2009-08-01dbusiface-core: Don't die if we get a default sink/source change event before...Tanu Kaskinen1-8/+42
2009-07-31dbusiface-core: Send signals whenever extensions are registered and unregiste...Tanu Kaskinen1-0/+47
2009-07-30dbus/iface-core.c: Make sure D-Bus objects are created only once.Tanu Kaskinen1-20/+28
2009-07-27Bug fixing and minor cleanups.Tanu Kaskinen1-51/+44
2009-07-21Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen1-0/+1968