summaryrefslogtreecommitdiff
path: root/src/modules/module-console-kit.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* core: Replace assert()s with pa_assert()sPeter Meerwald2014-11-091-1/+1
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-5/+3
* console-kit: Remove logging of every message on the busJoão Paulo Rechi Vita2013-11-011-5/+0
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-3/+3
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* console-kit, systemd-login: Check for logind, not for systemdMartin Pitt2013-03-291-10/+3
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-7/+2
* systemd: complement module-console-kit with module-systemd-loginLennart Poettering2012-03-171-0/+12
* Remove unnecessary #includesMaarten Bosmans2011-06-221-7/+0
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-091-2/+7
* dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since oth...Lennart Poettering2009-08-191-2/+0
* dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-1/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make use of new functions pa_dbus_add_matches/pa_dbus_remove_matchesLennart Poettering2009-01-291-8/+8
* port missing modules to new pa_client_new() APILennart Poettering2009-01-151-6/+16
* make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-241-1/+3
* fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering2008-07-241-1/+10
* reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
* follow consolekit's recent D-Bus API change, original patch from William Jon ...Lennart Poettering2008-07-231-11/+19
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* fix a minor memory leak when unloading m-c-kLennart Poettering2008-06-131-2/+6
* drop hal inclusion from module-console-kit.cLennart Poettering2008-06-121-2/+0
* add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering2008-06-111-0/+334