summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine: operation should not send a response when 'done' callback setIvan Kruglov2024-10-251-14/+17
* machine: use AcquireMetadata in io.systemd.MachineImage.List methodIvan Kruglov2024-10-211-8/+10
* machine: add Addresses field in varlink io.systemd.Machine.List outputIvan Kruglov2024-10-211-1/+46
* machine: add OSRelease and UIDShift fields in varlink io.systemd.Machine.List...Ivan Kruglov2024-10-211-6/+36
* machine: enum AcquireMetadataIvan Kruglov2024-10-213-0/+24
* machine: rework Operation logic to reuse in varlink interfaceIvan Kruglov2024-10-215-43/+68
* machine: fix typoYu Watanabe2024-10-161-1/+1
* machine: add MachineImage interfaceYu Watanabe2024-10-151-2/+6
* Merge pull request #34723 from poettering/machined-pidref-moreLennart Poettering2024-10-153-42/+60
|\
| * machined: port all varlink APIs over to new PidRef serializationLennart Poettering2024-10-143-42/+60
* | machine: trivial coding style cleanupsYu Watanabe2024-10-151-8/+4
* | machine: fix memleak in vl_method_list_images()Yu Watanabe2024-10-151-2/+4
* | machine: lookup_machine_by_name_or_pid() may return 1 on error and it is alre...Yu Watanabe2024-10-152-3/+5
* | machine: listen on io.systemd.MachineImage socketIvan Kruglov2024-10-141-1/+5
* | machine: introduce io.systemd.MachineImage.Update varlink methodIvan Kruglov2024-10-144-1/+98
* | machine: introduce io.systemd.MachineImage.List varlink methodIvan Kruglov2024-10-141-6/+121
* | machine: generalize rename_image_and_update_cache() logicIvan Kruglov2024-10-143-11/+30
* | machine: move manager_acquire_image to src/machine/machined-core.cIvan Kruglov2024-10-144-55/+55
|/
* Merge pull request #34703 from poettering/pidref-varlinkLennart Poettering2024-10-112-15/+6
|\
| * machined: also take new ProcessId structure when registering processesLennart Poettering2024-10-111-14/+5
| * machined: make List() varlink method return a full pidref JSON object for leaderLennart Poettering2024-10-111-1/+1
* | machine: use sd_json_dispatch_pid() in varlink codeIvan Kruglov2024-10-103-9/+10
* | machine: switch to use PidRef when lookup machine by pid in dbus and varlink ...Ivan Kruglov2024-10-105-20/+21
* | machine: use sd_json_dispatch_signal() in varlink codeIvan Kruglov2024-10-101-4/+1
* | machine: remove redundant else if lookup_machine_by_name_or_pid()Ivan Kruglov2024-10-101-1/+1
|/
* machined: use sd_json_dispatch_uint() when parsing CIDLennart Poettering2024-10-101-15/+15
* Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-091-1/+1
|\
| * bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* | machine: extend io.systemd.Machine.List output with sshPrivateKeyPath fieldIvan Kruglov2024-10-071-1/+2
* | machine: use JSON_BUILD_PAIR_STRING_NON_EMPTY() in io.systemd.Machine.List ou...Ivan Kruglov2024-10-071-4/+4
* | machine: introduce io.systemd.Machine.Kill varlink methodIvan Kruglov2024-10-073-1/+67
* | machine: introduce io.systemd.Machine.Terminate varlink methodIvan Kruglov2024-10-073-1/+29
* | machine: introduce io.systemd.Machine.Unregister varlink methodIvan Kruglov2024-10-073-2/+58
* | machine: io.systemd.Machine.List supports 'pid' filterIvan Kruglov2024-10-073-9/+120
* | tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
|/
* Merge pull request #34546 from ikruglov/ikruglov/refactor-GetMachineAddressesDaan De Meyer2024-10-023-214/+253
|\
| * machine: generalise logic GetOSRelease to later use it in varlink interfaceIvan Kruglov2024-10-013-75/+111
| * machine: generalise logic GetMachineAddresses to later use it in varlink inte...Ivan Kruglov2024-10-013-139/+142
* | json: add json_dispatch_const_user_group_name()Lennart Poettering2024-10-011-9/+9
|/
* machined-dbus: move manager_add_machine() and _get_machine_by_pid() to -coreMike Yuan2024-09-212-51/+53
* machined: rename machine_{units,leaders} to machines_by_*Mike Yuan2024-09-214-25/+33
* machined: fix bogus error check for machine_link()Mike Yuan2024-09-213-8/+9
* machine: fix bus method argument name: who -> whomYu Watanabe2024-09-201-1/+1
* machine: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-6/+5
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-132-11/+6
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-131-0/+1
* machinectl: suppress redirection notice if --quiet is specifiedLennart Poettering2024-09-091-1/+2
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-2/+2
* machine-dbus: use in_same_namespace() at one more placeMike Yuan2024-09-041-10/+2
* core: do BindMount/MountImage operations in async control processLuca Boccassi2024-08-291-2/+7