Age | Commit message (Expand) | Author |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-06-08 | tree-wide: remove spurious space | Thomas Hindoe Paaboel Andersen |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-13 | core: only set event source name when we create an event source | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-06 | bus: don't switch to kdbus if not requested | David Herrmann |
2015-05-05 | core: bus name units should not allow aliases or instances | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-30 | core: simplify unit type detection logic | Lennart Poettering |
2015-04-29 | core: fix event source annotations | Mantas Mikulėnas |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-10 | dbus: typo fix in log | Thomas Hindoe Paaboel Andersen |
2015-03-07 | core: do not spawn jobs or touch other units during coldplugging | Ivan Shapovalov |
2015-02-03 | core: busname_supported() should cache what it detects | Johannes Hölzl |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-12 | sd-bus: sync kdbus.h (API break) | Daniel Mack |
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header files... | Lennart Poettering |
2014-12-22 | busname: fix CMD_FREE ioctl | Daniel Mack |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-11 | bus: sync with kdbus.git | David Herrmann |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | core: two more log_unit_*_errno() conversions | Michal Schmidt |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-26 | sd-bus: update peeking into receieved messages, with recent kernel change we ... | Lennart Poettering |
2014-11-25 | core: show log message about process triggering kdbus service activation | Lennart Poettering |
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog |
2014-09-08 | bus: factor out bus policy items | Daniel Mack |
2014-07-26 | Print kdbus path when opening fails | Zbigniew Jędrzejewski-Szmek |
2014-07-25 | busname: CLD_KILLED was used twice | Lukas Nykryn |
2014-06-28 | doc: grammatical corrections | Jan Engelhardt |
2014-06-07 | Fix spelling mistake, proces -> process | Colin Ian King |
2014-06-05 | kdbus: when uploading bus name policy, resolve users/groups out-of-process | Lennart Poettering |
2014-03-19 | core: by default .busname units should be activating | Lennart Poettering |
2014-03-19 | busname: introduce Activating directive | Daniel Mack |
2014-03-18 | core: add new AcceptFD= setting to .busname units | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-07 | sd-bus: add support for policy upload on activator connections | Daniel Mack |
2014-03-07 | busname: add parser for bus name policies | Daniel Mack |
2014-03-07 | busname: don't drop 'service' from the result string | Lennart Poettering |
2014-03-07 | core/busname: add lookup string for BUSNAME_FAILURE_SERVICE_FAILED_PERMANENT | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |