summaryrefslogtreecommitdiff
path: root/src/nm-session-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* session-monitor: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-9/+13
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* session-monitor: use "/run/ConsoleKit/database" instead of "/var/run/ConsoleK...Thomas Haller2019-05-171-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+3
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: avoid g_memdup()Thomas Haller2018-09-071-1/+1
* build: cleanup build defines for session-trackingThomas Haller2018-08-271-16/+18
* session-monitor: avoid an assertion failure if there's no session monitorLubomir Rintel2018-05-091-1/+1
* session-monitor: fix a -Wcast-function-type warningLubomir Rintel2018-03-191-1/+4
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* core: introduce NM_HASH_INIT() to initialize hash seedThomas Haller2017-10-131-3/+3
* session: make systemd-logind and elogind conflicting build optionsth/elogind-bgo779167Thomas Haller2017-02-241-15/+10
* session: add elogind supportSven Eden2017-02-241-0/+17
* core: introduce default logging macrosBeniamino Galvani2016-10-141-10/+2
* session-monitor: fix parsing of ConsoleKit databaseBeniamino Galvani2016-10-131-1/+1
* session-monitor: use logging macrosBeniamino Galvani2016-10-131-7/+19
* core: refactor private data in "src"Thomas Haller2016-10-041-33/+22
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* session-monitor: remove wrapper functions to connect/disconnect signalThomas Haller2016-05-121-39/+0
* session-monitor/trivial: rename local functions for unique prefixThomas Haller2016-03-111-8/+8
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* session-monitor: explicitly use singleton instanceThomas Haller2015-08-131-12/+20
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-0/+1
* core: fix session-monitor build with --with-session-tracking=noneDan Williams2015-02-051-0/+2
* core: declare nm_session_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-9/+2
* build: fix compilation with GLib 2.32Jiří Klimeš2015-01-061-0/+1
* session: merge nm-session-monitor-* modulesPavel Šimerda2015-01-051-5/+333
* session: switch code to nm_session_monitor_{,dis}connect()Pavel Šimerda2015-01-051-0/+30
* session: switch code to nm_session_monitor_session_exists()Pavel Šimerda2015-01-051-0/+22
* session: merge nm-session-utils into nm-session-managerPavel Šimerda2015-01-051-0/+67
* build: easier selection of session trackingDan Williams2012-02-011-537/+0
* core: combine common session management utility codeDan Williams2012-02-011-104/+5
* core: silence error if ConsoleKit database isn't found the first time (rh #69...Dan Williams2011-05-251-3/+13
* core: don't keep re-reading the ConsoleKit databaseDan Williams2011-04-141-2/+3
* core: aggregate ConsoleKit sesson data (bgo #647454)Dan Williams2011-04-111-2/+25
* Revert "core: aggregate ConsoleKit sesson data (rh #647454)"Dan Williams2011-04-111-25/+2
* core: aggregate ConsoleKit sesson data (rh #647454)Dan Williams2011-04-111-2/+25
* trivial: fix some possible uninitialized variable usage in error casesDan Williams2011-01-251-1/+1
* logging: LOGD_SYS_SET -> LOGD_SETTINGSDan Williams2010-12-101-2/+2
* core: fix session monitor initializationDan Williams2010-10-271-13/+15
* settings: clean up connection visibility and session change handlingDan Williams2010-10-261-1/+1
* core: allow ConsoleKit usage to be disabledDan Williams2010-10-261-0/+72
* core: use new session monitor in system connection classDan Williams2010-10-261-0/+7