summaryrefslogtreecommitdiff
path: root/src/machine/machine.c
Commit message (Expand)AuthorAgeFilesLines
...
* machined: Move image discovery logic into src/shared, so that we can make use...Lennart Poettering2014-12-281-1/+2
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-4/+4
* machine_kill(): Don't kill the unit when killing the leaderEelco Dolstra2014-08-141-0/+2
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* machined: allow registering host-side network interfaces for communication wi...Lennart Poettering2014-07-101-1/+47
* machine: don't return uninitialized variableTom Gundersen2014-07-061-1/+1
* machined: don't force terminate registered machinesLennart Poettering2014-07-031-4/+6
* machine: minor modernizationsLennart Poettering2014-06-121-5/+10
* machine: escape fields we store in /run, so that they can be properly unescap...Lennart Poettering2014-05-221-6/+31
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* machined: fix Kill() bus call on machine objects when "what" is specified as ...Lennart Poettering2014-03-181-1/+9
* make gcc shut upLennart Poettering2014-02-191-2/+2
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-111-16/+41
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-051-6/+6
* machined: keep track of the initial leader PID of a machineLennart Poettering2013-11-061-0/+7
* machined: simplificationsLennart Poettering2013-11-051-1/+1
* machined: port over to libsystemd-busLennart Poettering2013-10-301-29/+19
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* machined: forward scope properties array from client to systemdLennart Poettering2013-07-111-4/+4
* logind: when creating the scope job fails, return this immediately to the cli...Lennart Poettering2013-07-101-0/+1
* machine: fix -Wmaybe-uninitialized warningDave Reisner2013-07-021-1/+1
* machine: fix scope allocationLennart Poettering2013-07-021-2/+2
* logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering2013-07-021-17/+19
* machined: split out machine registration stuff from logindLennart Poettering2013-07-021-0/+411