summaryrefslogtreecommitdiff
path: root/src/core/manager.c
AgeCommit message (Expand)Author
2015-04-19Remove src/coreAndy Wingo
2015-03-16core: Remove explicit Plymouth integrationJasper St. Pierre
2015-03-15core: remove useless debug messageZbigniew Jędrzejewski-Szmek
2015-03-13core: check asprintf return valueZbigniew Jędrzejewski-Szmek
2015-03-13core: ignore any issues with setting time on jobs_in_progress_event_sourceZbigniew Jędrzejewski-Szmek
2015-03-13core: issue error on oom we can do nothing aboutZbigniew Jędrzejewski-Szmek
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-03-01core: downgrade unit type not supported messageUmut Tezduyar Lindskog
2015-02-26core: emit changes for NFailedUnits propertyLucas De Marchi
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28manager: fix minor typoLennart Poettering
2015-01-28manager: when we immediately reboot due to 7x C-A-D within 2s, mention this o...Lennart Poettering
2015-01-28core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediatelyLennart Poettering
2015-01-23importd: when listing transfers, show progress percentageLennart Poettering
2015-01-23core: zero size notify messages are OKLennart Poettering
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-18core: write kdbus.attach_flags_mask only on real bootDavid Herrmann
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering
2015-01-05core: rework counting of running jobsLennart Poettering
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-11core: correct spacing near eol in code commentsTorstein Husebø
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-02manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering
2014-12-02core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering
2014-11-28mount: monitor for utab changes with inotifyChris Leech
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28core: fix return value in error path after sd_event_add_io() failureMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal 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-28core: only override kdbus attach mask when running as PID 1Lennart Poettering
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-26manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek
2014-11-23manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek
2014-11-23dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-13manager: allow test run to catch SIGCHLD eventsRonny Chevalier
2014-11-08core: remove unused macro GC_QUEUE_USEC_MAXRonny Chevalier
2014-11-07core: unify how we create the notify and private dbus socketLennart Poettering
2014-11-07manager: cast mkdir() result to (void) to make sure coverity is quietLennart Poettering