Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-21 | dbus: export ControlGroupPersistent field on the bus again | Lennart Poettering | |
2012-01-16 | dbus: more efficient implementation of properties | Michal Schmidt | |
The way the various properties[] arrays are initialized is inefficient: - only the .data members change at runtime, yet the whole arrays of properties with all the fields are constructed on the stack one by one by the code. - there's duplication, eg. the properties of "org.freedesktop.systemd1.Unit" are repeated in several unit types. Fix it by moving the information about properties into static const sections. Instead of storing the .data directly in the property, store a constant offset from a run-time base. The small arrays of struct BusBoundProperties bind together the constant information with the right runtime information (the base pointer). On my system the code shrinks by 60 KB, data increases by 10 KB. | |||
2011-09-03 | dbus: terminate mechanism daemons after a while | Lennart Poettering | |
2011-07-08 | loginctl: add various introspection functions | Lennart Poettering | |
2011-07-07 | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | |
sessions/users/seats | |||
2011-06-24 | logind: hook up PAM module with logind | Lennart Poettering | |
2011-06-21 | dbus: introduce UnsetAndSetEnvironment() | Lennart Poettering | |
2011-06-21 | dbus: add api for append gid/uid properties | Lennart Poettering | |
2011-06-21 | dbus: make bus_flags_to_events() and friends generally useful | Lennart Poettering | |
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | |
2011-04-16 | dbus: split out object management code into dbus-common, and simplify it | Lennart Poettering | |
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2010-08-25 | dbus: simplify some dbus error messages a bit | Lennart Poettering | |
2010-08-17 | emacs: disable tabs in .h files, too | Lennart Poettering | |
2010-07-07 | dbus: don't try to run AddMatch when connected to a private bus | Lennart Poettering | |
2010-07-06 | install: implement --start option | Lennart Poettering | |