index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
machine: operation should not send a response when 'done' callback set
Ivan Kruglov
2024-10-25
1
-14
/
+17
*
machine: use AcquireMetadata in io.systemd.MachineImage.List method
Ivan Kruglov
2024-10-21
1
-8
/
+10
*
machine: add Addresses field in varlink io.systemd.Machine.List output
Ivan Kruglov
2024-10-21
1
-1
/
+46
*
machine: add OSRelease and UIDShift fields in varlink io.systemd.Machine.List...
Ivan Kruglov
2024-10-21
1
-6
/
+36
*
machine: enum AcquireMetadata
Ivan Kruglov
2024-10-21
3
-0
/
+24
*
machine: rework Operation logic to reuse in varlink interface
Ivan Kruglov
2024-10-21
5
-43
/
+68
*
machine: fix typo
Yu Watanabe
2024-10-16
1
-1
/
+1
*
machine: add MachineImage interface
Yu Watanabe
2024-10-15
1
-2
/
+6
*
Merge pull request #34723 from poettering/machined-pidref-more
Lennart Poettering
2024-10-15
3
-42
/
+60
|
\
|
*
machined: port all varlink APIs over to new PidRef serialization
Lennart Poettering
2024-10-14
3
-42
/
+60
*
|
machine: trivial coding style cleanups
Yu Watanabe
2024-10-15
1
-8
/
+4
*
|
machine: fix memleak in vl_method_list_images()
Yu Watanabe
2024-10-15
1
-2
/
+4
*
|
machine: lookup_machine_by_name_or_pid() may return 1 on error and it is alre...
Yu Watanabe
2024-10-15
2
-3
/
+5
*
|
machine: listen on io.systemd.MachineImage socket
Ivan Kruglov
2024-10-14
1
-1
/
+5
*
|
machine: introduce io.systemd.MachineImage.Update varlink method
Ivan Kruglov
2024-10-14
4
-1
/
+98
*
|
machine: introduce io.systemd.MachineImage.List varlink method
Ivan Kruglov
2024-10-14
1
-6
/
+121
*
|
machine: generalize rename_image_and_update_cache() logic
Ivan Kruglov
2024-10-14
3
-11
/
+30
*
|
machine: move manager_acquire_image to src/machine/machined-core.c
Ivan Kruglov
2024-10-14
4
-55
/
+55
|
/
*
Merge pull request #34703 from poettering/pidref-varlink
Lennart Poettering
2024-10-11
2
-15
/
+6
|
\
|
*
machined: also take new ProcessId structure when registering processes
Lennart Poettering
2024-10-11
1
-14
/
+5
|
*
machined: make List() varlink method return a full pidref JSON object for leader
Lennart Poettering
2024-10-11
1
-1
/
+1
*
|
machine: use sd_json_dispatch_pid() in varlink code
Ivan Kruglov
2024-10-10
3
-9
/
+10
*
|
machine: switch to use PidRef when lookup machine by pid in dbus and varlink ...
Ivan Kruglov
2024-10-10
5
-20
/
+21
*
|
machine: use sd_json_dispatch_signal() in varlink code
Ivan Kruglov
2024-10-10
1
-4
/
+1
*
|
machine: remove redundant else if lookup_machine_by_name_or_pid()
Ivan Kruglov
2024-10-10
1
-1
/
+1
|
/
*
machined: use sd_json_dispatch_uint() when parsing CID
Lennart Poettering
2024-10-10
1
-15
/
+15
*
Merge pull request #34679 from DaanDeMeyer/bus-log
Daan De Meyer
2024-10-09
1
-1
/
+1
|
\
|
*
bus-util: Log more information when connecting to a bus socket fails
Daan De Meyer
2024-10-09
1
-1
/
+1
*
|
machine: extend io.systemd.Machine.List output with sshPrivateKeyPath field
Ivan Kruglov
2024-10-07
1
-1
/
+2
*
|
machine: use JSON_BUILD_PAIR_STRING_NON_EMPTY() in io.systemd.Machine.List ou...
Ivan Kruglov
2024-10-07
1
-4
/
+4
*
|
machine: introduce io.systemd.Machine.Kill varlink method
Ivan Kruglov
2024-10-07
3
-1
/
+67
*
|
machine: introduce io.systemd.Machine.Terminate varlink method
Ivan Kruglov
2024-10-07
3
-1
/
+29
*
|
machine: introduce io.systemd.Machine.Unregister varlink method
Ivan Kruglov
2024-10-07
3
-2
/
+58
*
|
machine: io.systemd.Machine.List supports 'pid' filter
Ivan Kruglov
2024-10-07
3
-9
/
+120
*
|
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
|
/
*
Merge pull request #34546 from ikruglov/ikruglov/refactor-GetMachineAddresses
Daan De Meyer
2024-10-02
3
-214
/
+253
|
\
|
*
machine: generalise logic GetOSRelease to later use it in varlink interface
Ivan Kruglov
2024-10-01
3
-75
/
+111
|
*
machine: generalise logic GetMachineAddresses to later use it in varlink inte...
Ivan Kruglov
2024-10-01
3
-139
/
+142
*
|
json: add json_dispatch_const_user_group_name()
Lennart Poettering
2024-10-01
1
-9
/
+9
|
/
*
machined-dbus: move manager_add_machine() and _get_machine_by_pid() to -core
Mike Yuan
2024-09-21
2
-51
/
+53
*
machined: rename machine_{units,leaders} to machines_by_*
Mike Yuan
2024-09-21
4
-25
/
+33
*
machined: fix bogus error check for machine_link()
Mike Yuan
2024-09-21
3
-8
/
+9
*
machine: fix bus method argument name: who -> whom
Yu Watanabe
2024-09-20
1
-1
/
+1
*
machine: make sd_json_dispatch_field table static
Yu Watanabe
2024-09-18
1
-6
/
+5
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
2
-11
/
+6
*
basic: split ifname related calls from format-util.h into format-ifname.h
Lennart Poettering
2024-09-13
1
-0
/
+1
*
machinectl: suppress redirection notice if --quiet is specified
Lennart Poettering
2024-09-09
1
-1
/
+2
*
socket-util: make recvmsg_safe() handle MSG_TRUNC too
Mike Yuan
2024-09-04
1
-2
/
+2
*
machine-dbus: use in_same_namespace() at one more place
Mike Yuan
2024-09-04
1
-10
/
+2
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-2
/
+7
[next]