index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
login
/
logind-inhibit.c
Age
Commit message (
Expand
)
Author
2014-07-31
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-05
Update some message formats
Zbigniew Jędrzejewski-Szmek
2013-12-17
__thread --> thread_local for C11 compat
Shawn Landden
2013-12-06
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-11-27
logind: log which process is delaying suspend and not closing locks
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-18
Remove duplicate includes
Karel Zak
2013-11-05
logind: port logind to libsystemd-bus
Lennart Poettering
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-05
logind: consider key inhibitors that are taken by non-session processes as gl...
Lennart Poettering
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-13
use strneq instead of strncmp
Thomas Hindoe Paaboel Andersen
2012-09-21
logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=
Lennart Poettering
2012-09-21
logind: allow users to override their own suspend/sleep inhibitors
Lennart Poettering
2012-09-19
logind: properly parse handle-lid-switch inhibitor
Lennart Poettering
2012-09-19
logind: rework power key/suspend key/lid switch handling
Lennart Poettering
2012-08-23
login: check return of parse_pid and parse_uid
Lukas Nykryn
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-05-30
logind: optionally handle power, sleep and lid switch events
Lennart Poettering
2012-05-08
logind: implement suspend/hibernate calls with inhibition logic
Lennart Poettering
2012-05-08
logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...
Lennart Poettering
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-05-05
logind: implement delay inhibitor locks in addition to block inhibitor locks
Lennart Poettering
2012-04-16
logind: hook up inhibit logic with idle hint logic
Lennart Poettering
2012-04-16
logind: add shutdown/suspend/idle inhibition framework
Lennart Poettering