summaryrefslogtreecommitdiffstats
path: root/src/shared/bus-wait-for-units.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/bus-map-properties: move bus_map_job_id() from wait-for-unitsMike Yuan2024-09-261-15/+1
* core: do BindMount/MountImage operations in async control processLuca Boccassi2024-08-291-3/+9
* bus-wait-for-units: simplify property_map_job_idMike Yuan2024-04-191-13/+7
* bus-wait-for-units: drop 'current' fieldMike Yuan2024-04-191-7/+0
* bus-wait-for-units: check for existing unit first, use hashmap_ensure_putMike Yuan2024-04-191-10/+12
* bus-wait-for-units: make callback type end with "_t"Mike Yuan2024-04-191-2/+2
* bus-wait-for-units: drop ready_callbackMike Yuan2024-04-191-18/+1
* bus-wait-for-units: correctly report state if disconnected from busMike Yuan2024-01-011-1/+1
* bus-wait-for-units: rephrase error messageMike Yuan2024-01-011-1/+1
* bus-wait-for-units: use hashmap_remove_value where appropriateMike Yuan2024-01-011-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-11/+4
* bus-util: retrieve bus error from messageYu Watanabe2022-01-291-4/+8
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-1/+1
* shared: add NULL callback check in one more placeZbigniew Jędrzejewski-Szmek2020-04-231-18/+13
* shared: Don't try calling NULL callback in bus_wait_for_units_clearBalint Reczey2020-04-231-1/+2
* shared: fix assert callZbigniew Jędrzejewski-Szmek2019-07-171-1/+1
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* shared: add generic logic for waiting for a unit to enter some stateLennart Poettering2019-07-111-0/+434