summaryrefslogtreecommitdiffstats
path: root/src/machine/machined.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* machined: minor code cleanups, such as voidifying callsLennart Poettering2018-04-271-4/+9
* machined: some modernizationsLennart Poettering2018-04-171-32/+38
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-3/+2
* machined: change check_gc to may_gc everywhereZbigniew Jędrzejewski-Szmek2018-02-151-2/+2
* tree-wide: make the Subscribe() method calls asynchronous tooLennart Poettering2018-01-051-8/+6
* tree-wide: install matches asynchronouslyLennart Poettering2018-01-051-41/+37
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* tree-wide: use SPECIAL_ROOT_SLICEZbigniew Jędrzejewski-Szmek2017-12-151-1/+2
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-5/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+3
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* machined: run clone operation asynchronously in the backgroundLennart Poettering2016-05-021-0/+8
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-4/+6
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-241-3/+44
* machined: validate machine names at more placesLennart Poettering2015-08-241-0/+3
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-2/+1
* machined: rework state tracking logic for machinesLennart Poettering2015-08-061-1/+9
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-1/+1
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-1/+2
* machined: make PropertiesChanged match more strictLennart Poettering2015-04-281-1/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-6/+0
* machined: make "machinectl copy-to" and "machinectl copy-from" server side op...Lennart Poettering2015-02-171-0/+2
* machined: don't look for images on each property get, but cache the image obj...Lennart Poettering2014-12-281-0/+9
* machined: introduce polkit for OpenLogin() callLennart Poettering2014-12-231-0/+2
* machined: add a full bus object for imagesLennart Poettering2014-12-191-2/+9
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-40/+20
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-12/+12
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-12/+12
* label: unify code to make directories, symlinksLennart Poettering2014-10-231-0/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+3
* machined: remove redundant sd_notifyDave Reisner2014-09-081-4/+0
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-0/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-3/+7
* machined: fix enumeration of existing machines on restartLennart Poettering2014-02-111-0/+4
* machined: implement exit-on-idleLennart Poettering2013-12-191-16/+13
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-121-1/+1