summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAge
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-12
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-10
* rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering2014-12-04
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* machined: reorder method calls in vtableLennart Poettering2014-11-06
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-05
* ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering2014-10-31
* label: unify code to make directories, symlinksLennart Poettering2014-10-23
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* machined: remove redundant sd_notifyDave Reisner2014-09-08
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-21
* machine_kill(): Don't kill the unit when killing the leaderEelco Dolstra2014-08-14
* networkd: add minimal client tool "networkd" to query network statusLennart Poettering2014-08-12
* machined: fix address API signaturesLennart Poettering2014-08-04
* machine: make sure unpriviliged "machinectl status" can show the machine's OS...Lennart Poettering2014-08-04
* bus: always explicitly close bus from main programsLennart Poettering2014-08-04
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* machinectl: make sure we are not reading an unitialized variableZbigniew Jędrzejewski-Szmek2014-07-18
* change type for address family to "int"Lennart Poettering2014-07-18
* shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering2014-07-18
* machinectl: show network interface name for containersLennart Poettering2014-07-10
* machined: allow registering host-side network interfaces for communication wi...Lennart Poettering2014-07-10
* machined: when querying addresses of a container, use same code as nss-myhost...Lennart Poettering2014-07-10
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-10
* machined: various modernizations when enumerating container addressesLennart Poettering2014-07-10
* machine: don't return uninitialized variableTom Gundersen2014-07-06
* machine: properly distuingish created and registered machinesLennart Poettering2014-07-03
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-03
* machined: don't force terminate registered machinesLennart Poettering2014-07-03
* sd-bus: support connecting to remote hosts, directly into containersLennart Poettering2014-07-03
* machine: minor modernizationsLennart Poettering2014-06-12
* machine: escape fields we store in /run, so that they can be properly unescap...Lennart Poettering2014-05-22
* machined: make sure GetMachineAddresses() is available for unprivileged proce...Lennart Poettering2014-05-19
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-18
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-15
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add ...Lennart Poettering2014-03-18
* machined: fix Kill() bus call on machine objects when "what" is specified as ...Lennart Poettering2014-03-18
* bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2014-03-11
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-04
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20