Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-12 | bus: introduce concept of a default bus for each thread and make use of it ↵ | Lennart Poettering | |
everywhere We want to emphasize bus connections as per-thread communication primitives, hence introduce a concept of a per-thread default bus, and make use of it everywhere. | |||
2013-11-07 | inhibit: more conversions to use bus_log_parse_error() | Lennart Poettering | |
2013-11-07 | bus: log message parsing errors everywhere with a generalized ↵ | Lennart Poettering | |
bus_log_parse_error() | |||
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-11-06 | inhibit: don't return error code on --help | Lennart Poettering | |
2013-10-30 | general: various cleanups | Lennart Poettering | |
2013-10-22 | inhibit: port to sd-bus | Tom Gundersen | |
2013-04-24 | inhbit: show comm field of inhibiting processes | Lennart Poettering | |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer | |
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | |||
2013-04-18 | Move bus_error to dbus-common and remove bus_error_message_or_strerror | Simon Peeters | |
bus_error and bus_error_message_or_strerror dit almost exactly the same, so use only one of them and place it in dbus-common. | |||
2013-03-18 | logind: exploit previous cleanups and simplify returns | Zbigniew Jędrzejewski-Szmek | |
2013-03-18 | logind: Make more use of cleanup macros | Colin Walters | |
2013-03-05 | inhibit: print --list if no argument is given | Kay Sievers | |
2013-03-01 | inhibit: make the output more readable | Mantas Mikulėnas | |
The columnar output can become pretty horrible. When GNOME inhibits power/suspend/hibernate keys, the "WHAT" column's text extends to "WHO" and even "WHY". At the same time, all texts in "WHY" are of the form GNOME handlin...sses Receiving sle...ions GNOME needs t...reen This patch splits each inhibit entry into four lines, allowing the full text to fit in a normal-width terminal. | |||
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-10-03 | man: handle-sleep-key is invalid, replace it with handle-suspend-key and ↵ | Сковорода Никита Андреевич | |
handle-hibernate-key in systemd-inhibit help and man. | |||
2012-09-19 | man: document new inhibitor types | Lennart Poettering | |
2012-09-10 | inhibit: close all fds when invoking inhibited tool | Lennart Poettering | |
2012-09-10 | dbus: minor coding style fixes | Lennart Poettering | |
2012-09-10 | Make systemd-inhibit --list work | Matthias Clasen | |
The code in the print_inhibitors function had an unintended unconditional early exit, causing it to never print any inhibitors. | |||
2012-08-08 | logind: use bus_method_call_with_reply() where posible | Simon Peeters | |
2012-05-08 | logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵ | Lennart Poettering | |
"hybrid suspend" | |||
2012-05-05 | logind: implement delay inhibitor locks in addition to block inhibitor locks | Lennart Poettering | |
This is useful to allow applications to synchronously save data before the system is suspended or shut down. |