summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAge
* 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
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-20
* make gcc shut upLennart Poettering2014-02-19
* machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen2014-02-18
* machinectl: add bash completionThomas Hindoe Paaboel Andersen2014-02-18
* machinectl: add new "machinectl reboot" callLennart Poettering2014-02-12
* machined: fix enumeration of existing machines on restartLennart Poettering2014-02-11
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-11
* machined: since we can now somewhat reliable get notifications for dyingLennart Poettering2014-02-07
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-05
* machinectl: fix success check when getting pty from within containerLennart Poettering2013-12-23
* bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering2013-12-23
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-22
* machined: implement exit-on-idleLennart Poettering2013-12-19
* machinectl: show_properties() already logs the errorDjalal Harouni2013-12-18
* bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering2013-12-17
* bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering2013-12-14
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-12
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-12
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-12
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-11
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-10
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-08
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-03
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-28
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-22
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-21
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-21
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-21
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-21
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-12
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-12
* machinectl: close bus to container earlyLennart Poettering2013-11-08
* machinectl: show list headers even if we pipe, since that appears to be the u...Lennart Poettering2013-11-07
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-07