summaryrefslogtreecommitdiff
path: root/src/nm-sleep-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: use nm_close() instead of close()Thomas Haller2017-11-141-1/+1
* session: make systemd-logind and elogind conflicting build optionsth/elogind-bgo779167Thomas Haller2017-02-241-0/+4
* session: add elogind supportSven Eden2017-02-241-2/+2
* core: introduce default logging macrosBeniamino Galvani2016-10-141-8/+2
* core: refactor private data in "src"Thomas Haller2016-10-041-10/+17
* sleep-monitor: add functions for delaying the suspensionBeniamino Galvani2016-05-131-5/+65
* sleep-monitor: make sleep-monitor not a singletonThomas Haller2016-04-281-16/+10
* sleep-monitor: merge RESUMING signal into NMSleepMonitor's SLEEPING signalThomas Haller2016-04-281-16/+9
* sleep-monitor: unify and cleanup loggingThomas Haller2016-04-281-24/+35
* sleep-monitor: create D-Bus proxy asynchronously for upower sleep-monitorThomas Haller2016-04-281-33/+16
* sleep-monitor: cleanup #if usage by using USE_UPOWER in "nm-sleep-monitor.c"Thomas Haller2016-04-281-10/+10
* sleep-monitor: use defines for D-Bus paths for upower's sleep-monitorThomas Haller2016-04-281-9/+14
* sleep-monitor: use dispose() method for upower's sleep-monitorThomas Haller2016-04-281-18/+7
* sleep-monitor: merge "nm-sleep-monitor-upower.c" into "nm-sleep-monitor.c"Thomas Haller2016-04-281-2/+62
* sleep-monitor: rename file "nm-sleep-monitor-systemd.c" to "nm-sleep-monitor.c"Thomas Haller2016-04-281-0/+301
* core: add a systemd suspend/resume monitor (bgo #677694)Matthias Clasen2012-10-131-152/+0
* core: factor out the upower suspend/resume code (bgo #677694)Matthias Clasen2012-10-131-0/+152