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