summaryrefslogtreecommitdiff
path: root/src/login/logind-button.c
Commit message (Expand)AuthorAgeFilesLines
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-261-2/+16
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering2014-02-241-4/+19
* logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering2014-02-211-25/+45
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-12/+14
* button: don't exit if we cannot handle a button pressLennart Poettering2013-11-101-1/+1
* logind: port logind to libsystemd-busLennart Poettering2013-11-051-64/+49
* logind: don't hit an assert if an close() on an input device fd fails with EN...Lennart Poettering2013-03-071-3/+7
* logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek2013-01-271-5/+21
* logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering2012-12-241-88/+7
* logind: unify all session lock loopLennart Poettering2012-10-301-14/+5
* login: trivial grammar fixZbigniew Jędrzejewski-Szmek2012-10-281-1/+1
* logind: add 'lock' as possible choice for handling hw keysLennart Poettering2012-10-281-1/+18
* logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering2012-10-281-9/+12
* logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering2012-09-211-3/+12
* logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering2012-09-211-2/+2
* logind: if a lid-switch lock was taken while the lid was closed, recheck lid ...Lennart Poettering2012-09-191-5/+44
* logind: rework power key/suspend key/lid switch handlingLennart Poettering2012-09-191-112/+47
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-4/+2
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1
* logind: rework button setting semanticsLennart Poettering2012-05-301-25/+60
* logind: add missing filesLennart Poettering2012-05-301-0/+295