summaryrefslogtreecommitdiff
path: root/src/core/busname.c
AgeCommit message (Expand)Author
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-12sd-bus: sync kdbus.h (API break)Daniel Mack
2014-12-23core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering
2014-12-22busname: fix CMD_FREE ioctlDaniel Mack
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-11bus: sync with kdbus.gitDavid Herrmann
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28core: two more log_unit_*_errno() conversionsMichal Schmidt
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-26sd-bus: update peeking into receieved messages, with recent kernel change we ...Lennart Poettering
2014-11-25core: show log message about process triggering kdbus service activationLennart Poettering
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-09-08bus: factor out bus policy itemsDaniel Mack
2014-07-26Print kdbus path when opening failsZbigniew Jędrzejewski-Szmek
2014-07-25busname: CLD_KILLED was used twiceLukas Nykryn
2014-06-28doc: grammatical correctionsJan Engelhardt
2014-06-07Fix spelling mistake, proces -> processColin Ian King
2014-06-05kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering
2014-03-19core: by default .busname units should be activatingLennart Poettering
2014-03-19busname: introduce Activating directiveDaniel Mack
2014-03-18core: add new AcceptFD= setting to .busname unitsLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-07sd-bus: add support for policy upload on activator connectionsDaniel Mack
2014-03-07busname: add parser for bus name policiesDaniel Mack
2014-03-07busname: don't drop 'service' from the result stringLennart Poettering
2014-03-07core/busname: add lookup string for BUSNAME_FAILURE_SERVICE_FAILED_PERMANENTDaniel Mack
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-27bus: when we cannot bus activate a service because we go down, drop oneLennart Poettering
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-16bus: when a busname unit refuses to activate a service it should flush the queueLennart Poettering
2013-12-05busname: improve condition checkLennart Poettering
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering