summaryrefslogtreecommitdiff
path: root/src/modules/module-console-kit.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21set exit_idle_time to 0 when we detect a sessionTanu Kaskinen1-0/+13
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-09core: Replace assert()s with pa_assert()sPeter Meerwald1-1/+1
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-5/+3
2013-11-01console-kit: Remove logging of every message on the busJoão Paulo Rechi Vita1-5/+0
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-3/+3
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-03-29console-kit, systemd-login: Check for logind, not for systemdMartin Pitt1-10/+3
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-7/+2
2012-03-17systemd: complement module-console-kit with module-systemd-loginLennart Poettering1-0/+12
2011-06-22Remove unnecessary #includesMaarten Bosmans1-7/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-1/+1
2010-02-09dbus: remove filter functions only if they were actually set beforeLennart Poettering1-2/+7
2009-08-19dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since oth...Lennart Poettering1-2/+0
2009-03-30dbus: split dbus-util into dbus-sharedMarc-André Lureau1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-29make use of new functions pa_dbus_add_matches/pa_dbus_remove_matchesLennart Poettering1-8/+8
2009-01-15port missing modules to new pa_client_new() APILennart Poettering1-6/+16
2008-07-24make module-hal and module-ck live together in peacev0.9.11Lennart Poettering1-1/+3
2008-07-24fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering1-1/+10
2008-07-24reset dbus error struct before retrying parsing messagesLennart Poettering1-0/+6
2008-07-23follow consolekit's recent D-Bus API change, original patch from William Jon ...Lennart Poettering1-11/+19
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-13fix a minor memory leak when unloading m-c-kLennart Poettering1-2/+6
2008-06-12drop hal inclusion from module-console-kit.cLennart Poettering1-2/+0
2008-06-11add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering1-0/+334