summaryrefslogtreecommitdiff
path: root/src/modules/dbus/module-dbus-protocol.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-12-08Warn on loading module-dbus-protocolAlexander E. Patrakov1-0/+5
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-5/+5
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-18/+18
2013-06-24Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)1-2/+2
2013-06-24Whitespace cleanup: Remove tabspoljar (Damir Jelić)1-2/+2
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-7/+2
2013-02-06dbus: Fix connection cleanup when killing clientsTanu Kaskinen1-0/+1
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-3/+3
2011-09-22dbus: Don't crash if the module does not loadDavid Henningsson1-3/+5
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans1-0/+2
2011-04-29dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen1-3/+9
2011-04-29dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen1-13/+8
2010-05-10dbus: Stop polling every 10 seconds to check whether all clients are still al...Tanu Kaskinen1-22/+28
2010-05-10dbus: Initialize properly the type field of new server structs.Tanu Kaskinen1-0/+1
2010-05-10dbus: Make it possible to allow remote connections from outside localhost.Tanu Kaskinen1-2/+8
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò1-7/+7
2009-08-26dbus: Finish the Client D-Bus interface.Tanu Kaskinen1-2/+29
2009-07-21Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen1-0/+580