summaryrefslogtreecommitdiff
path: root/src/modules/dbus
Commit message (Expand)AuthorAgeFilesLines
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-081-1/+1
* make availability of ports visible over dbusJohn Horan2015-10-191-2/+63
* dbus: Add card profile availability info to APIJuho Hämäläinen2015-10-192-6/+64
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-1/+1
* Revert "Warn on loading module-dbus-protocol"Juho Hämäläinen2015-05-211-5/+0
* dbus: Use hooks for module proplist changesJuho Hämäläinen2015-05-211-22/+19
* dbus: Use hooks for module new and removed eventsJuho Hämäläinen2015-05-211-38/+48
* dbus: Use hook for sample cache proplist changesJuho Hämäläinen2015-05-211-21/+20
* dbus: Use hooks for sample cache new and removed eventsJuho Hämäläinen2015-05-211-35/+61
* dbus: Use hooks for default sink and source changesJuho Hämäläinen2015-04-021-62/+84
* dbus: Use hooks for put and unlinkJuho Hämäläinen2015-04-021-134/+239
* dbus: Use state changed hook for sink-input and source-output rate changesJuho Hämäläinen2015-04-021-0/+20
* dbus: Use hooks for sink-input and source-output eventsJuho Hämäläinen2015-04-021-55/+104
* dbus: Use hooks for sink and source eventsJuho Hämäläinen2015-04-021-30/+91
* dbus: Use hooks for client proplist changesJuho Hämäläinen2015-04-021-17/+17
* dbus: Use hooks for card profile eventsJuho Hämäläinen2015-04-021-35/+34
* update FSF addresses to FSF web pageOndrej Holecek2015-01-1421-63/+21
* Fix URLs still pointing to the old wikiAlexander E. Patrakov2014-12-2210-20/+20
* Warn on loading module-dbus-protocolAlexander E. Patrakov2014-12-081-0/+5
* dbus-iface: Initialize "new_active" variable to NULLDavid Henningsson2014-11-171-1/+1
* dbus: Fix the ActivePort property handlerTanu Kaskinen2014-11-141-1/+10
* source, sink: Support weird sample ratesAlexander E. Patrakov2014-06-051-4/+2
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-2/+2
* dbus: Use correct initialization for source ports hashmap.Juho Hämäläinen2014-04-171-1/+1
* dbus: Use correct idxset when getting sourcesJuho Hämäläinen2014-02-111-1/+1
* Add pa_sample_rate_valid()Tanu Kaskinen2013-12-151-3/+3
* Add pa_sample_format_valid()Tanu Kaskinen2013-12-151-2/+2
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-293-1/+8
* hashmap: Add the ability to free keysArun Raghavan2013-09-173-30/+35
* dbus: Fix invalid dbus_bool_t valuesTanu Kaskinen2013-07-171-26/+26
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-044-25/+25
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-047-73/+73
* Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)2013-06-248-66/+66
* Whitespace cleanup: Remove tabspoljar (Damir Jelić)2013-06-248-66/+66
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-7/+2
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-163-76/+12
* dbus: Fix connection cleanup when killing clientsTanu Kaskinen2013-02-061-0/+1
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-6/+17
* dbus: Add signal org.PulseAudio.Core1.Card.NewProfileMikel Astiz2012-12-191-0/+16
* dbus: Support dynamically created card profilesMikel Astiz2012-12-191-0/+22
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-33/+8
* sink, source: Always create a hashmap for ports.Tanu Kaskinen2012-06-291-20/+12
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-3/+3
* dbus: Fix dbus argument type in iface-stream.c handle_move().Peter Meerwald2012-04-171-1/+1
* dbus: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen2012-03-281-1/+1
* dbus: Fix device latency querying.Tanu Kaskinen2012-03-281-3/+7
* core: infrastructure for alternate sampling ratePierre-Louis Bossart2011-10-171-1/+44
* dbus: Don't crash if the module does not loadDavid Henningsson2011-09-221-3/+5
* Remove extra ; s where they are not allowed in strict C99Maarten Bosmans2011-08-252-2/+2
* dbus: Use pa_device_type_t rather than an internal equivalentColin Guthrie2011-08-181-61/+56