index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-event: fix memleak when built without assertion
Yu Watanabe
2024-10-26
1
-5
/
+8
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-4
/
+4
*
pidref: fix typo
Yu Watanabe
2024-10-16
1
-1
/
+1
*
json-util: initialize "remote" flag for PidRef when parsing JSON pidref seria...
Lennart Poettering
2024-10-15
1
-31
/
+39
*
Merge pull request #34778 from poettering/userdb-error-tweak
Lennart Poettering
2024-10-15
2
-0
/
+21
|
\
|
*
sd-varlink: add new sd_varlink_error_is_invalid_parameter() helper
Lennart Poettering
2024-10-15
2
-0
/
+21
*
|
Merge pull request #34747 from yuwata/busctl-json-fd
Lennart Poettering
2024-10-15
3
-0
/
+159
|
\
\
|
|
/
|
/
|
|
*
sd-json: introduce json_variant_new_fd_info()
Yu Watanabe
2024-10-15
2
-0
/
+81
|
*
sd-json: introduce json_variant_new_devnum() and friends
Yu Watanabe
2024-10-15
3
-0
/
+78
*
|
network: add AF_TO_ADDRESS_FAMILY() helper
Lennart Poettering
2024-10-15
1
-0
/
+12
|
/
*
sd-json: drop sd_json_dispatch_pid() again, as we prefer json_dispatch_pidref...
Lennart Poettering
2024-10-14
2
-39
/
+0
*
pidref: hookup PID_AUTOMATIC special pid_t value with PidRef
Lennart Poettering
2024-10-14
1
-1
/
+14
*
Merge pull request #34520 from vcaputo/mmap-cache-unused-min
Yu Watanabe
2024-10-13
2
-7
/
+14
|
\
|
*
mmap-cache: add some stats about files/windows/unused
Vito Caputo
2024-09-22
2
-5
/
+7
|
*
mmap-cache: enforce an unused windows minimum
Vito Caputo
2024-09-22
1
-2
/
+7
*
|
Merge pull request #34703 from poettering/pidref-varlink
Lennart Poettering
2024-10-11
3
-0
/
+202
|
\
\
|
*
|
json: add builder/dispatcher for PidRef → JSON and back
Lennart Poettering
2024-10-11
3
-0
/
+202
*
|
|
Merge pull request #34681 from ikruglov/ikruglov/io-systemd-Machine-post-merg...
Lennart Poettering
2024-10-11
2
-0
/
+65
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sd-json: add sd_json_dispatch_pid()
Ivan Kruglov
2024-10-10
2
-0
/
+40
|
*
|
sd-json: add sd_json_dispatch_signal()
Ivan Kruglov
2024-10-10
2
-0
/
+25
*
|
|
sd-netlink: introduce two more _get_family()
Yu Watanabe
2024-10-10
1
-44
/
+14
*
|
|
sd-netlink,network: rename functions and RoutingPolicyRule.type
Yu Watanabe
2024-10-10
1
-6
/
+6
*
|
|
sd-netlink: introduce macros to define sd_rtnl_message setters and getters
Yu Watanabe
2024-10-10
1
-807
/
+139
*
|
|
sd-netlink: make size verifier in sd_netlink_message_read_xyz() stricter
Yu Watanabe
2024-10-10
2
-142
/
+90
*
|
|
sd-netlink: shorten sd_netlink_message_read_string_strdup() a bit
Yu Watanabe
2024-10-10
1
-17
/
+3
*
|
|
sd-netlink: various cleanups
Yu Watanabe
2024-10-10
4
-201
/
+213
|
/
/
*
|
sd-event: rename output parameters to ret
Yu Watanabe
2024-10-10
1
-37
/
+37
*
|
Merge pull request #34675 from poettering/dupfd-query
Luca Boccassi
2024-10-08
1
-1
/
+4
|
\
\
|
*
|
fd-util: introduce fd_validate() helper
Lennart Poettering
2024-10-08
1
-1
/
+4
*
|
|
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
3
-30
/
+17
*
|
|
sd-bus: introduce bus_process_cmsg()
Yu Watanabe
2024-10-08
1
-46
/
+52
|
/
/
*
|
sd-json: use sd_json_dispatch_const_string() in sd_json_dispatch_string()
Yu Watanabe
2024-10-07
2
-22
/
+8
*
|
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
3
-5
/
+0
*
|
path-lookup: move xdg_user_dirs() to xdg-autostart-generator
Mike Yuan
2024-10-06
2
-37
/
+0
*
|
path-lookup: refactor lookup_paths_init() search paths handling
Mike Yuan
2024-10-06
1
-129
/
+119
*
|
path-lookup: introduce user_search_dirs() (shall replace xdg_user_dirs())
Mike Yuan
2024-10-06
2
-0
/
+22
*
|
path-lookup: assert that LOOKUP_PATHS_{EXCLUDE,TEMPORARY}_GENERATED are not u...
Mike Yuan
2024-10-06
1
-0
/
+1
*
|
path-lookup: unify *_generator_binary_paths()
Mike Yuan
2024-10-06
3
-90
/
+66
*
|
path-lookup: modernize get_paths_from_environ()
Mike Yuan
2024-10-06
1
-27
/
+19
*
|
path-lookup: shortcut patch_root_prefix() if no root_dir
Mike Yuan
2024-10-06
1
-0
/
+3
*
|
path-lookup: unify acquire_{config,control,attached}_dir()
Mike Yuan
2024-10-06
1
-116
/
+69
*
|
path-lookup: use path_strv_contains() rather than strv_contains()
Mike Yuan
2024-10-06
1
-2
/
+2
*
|
path-lookup: clean up acquire_{generator,transient}_dirs() a bit
Mike Yuan
2024-10-06
1
-35
/
+26
*
|
path-lookup: modernize runtime_directory() too
Mike Yuan
2024-10-06
2
-7
/
+7
*
|
path-lookup: deduplicate xdg_user_*() with sd_path_lookup()
Mike Yuan
2024-10-06
2
-87
/
+25
*
|
path-lookup: move from basic/ to libsystemd/
Mike Yuan
2024-10-06
3
-26
/
+1027
*
|
path-lookup: move NETWORK_DIRS to network-util.h
Mike Yuan
2024-10-06
2
-0
/
+5
*
|
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
|
various: correct laccess() error check
Mike Yuan
2024-10-04
1
-7
/
+8
*
|
sd-varlink: mark functions that can take 'more' flag in IDL structures with a...
Lennart Poettering
2024-10-02
3
-31
/
+67
[next]