index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
install.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-5
/
+2
*
install: shorten code a bit
Lennart Poettering
2024-06-21
1
-4
/
+2
*
install: collect more install_changes_add() errors
Lennart Poettering
2024-06-21
1
-7
/
+22
*
shared/install: correctly report changes in install_info_symlink_alias()
Mike Yuan
2024-06-19
1
-2
/
+4
*
shared/install: propagate all errors in install_info_apply()
Mike Yuan
2024-06-19
1
-3
/
+3
*
shared/install: drop unneeded initialization
Mike Yuan
2024-06-19
1
-1
/
+1
*
install: allow removing symlinks even for units that are gone
Luca Boccassi
2024-06-18
1
-4
/
+10
*
shared/install: use FOREACH_ARRAY at one more place
Mike Yuan
2024-06-12
1
-4
/
+14
*
shared/install: replace streq + basename with path_equal_filename
Mike Yuan
2024-06-12
1
-2
/
+2
*
shared/install: use path_extract_filename in install_info_traverse
Mike Yuan
2024-06-12
1
-11
/
+12
*
shared/install: modernize unit_file_get_list, use key destructor
Mike Yuan
2024-06-12
1
-26
/
+33
*
shared/install: modernize unit_file_link
Mike Yuan
2024-06-12
1
-21
/
+26
*
install,dbus-manager: make unit_file_* take (char* const*) for strv
Mike Yuan
2024-06-12
1
-13
/
+13
*
shared/install: modernize install_info_add
Mike Yuan
2024-06-12
1
-22
/
+25
*
shared/install: modernize find_symlinks and friends
Mike Yuan
2024-06-12
1
-35
/
+26
*
shared/install: modernize remove_marked_symlink_fd
Mike Yuan
2024-06-12
1
-47
/
+43
*
shared/install: return bool where appropriate
Mike Yuan
2024-06-12
1
-9
/
+12
*
preset-all: continue on errors, report more errors
Zbigniew Jędrzejewski-Szmek
2024-05-08
1
-10
/
+27
*
shared/install: reduce variable scope
Mike Yuan
2024-05-01
1
-2
/
+2
*
shared/install: use PATH_IN_SET()
Zbigniew Jędrzejewski-Szmek
2024-03-23
1
-13
/
+17
*
Drop unnecessary path_equal_ptr() wrapper
Zbigniew Jędrzejewski-Szmek
2024-03-23
1
-16
/
+16
*
various: also use strdup_to() in cases where we don't return immediately
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-5
/
+3
*
various: use strdup_to() in various obvious cases
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-9
/
+3
*
shared/install: correctly install alias for units outside search path
Nick Rosbrook
2024-03-18
1
-2
/
+14
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-2
/
+2
|
\
|
*
constants: drop duplicated CONF_PATHS defines
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+2
*
|
core,install: generalize install error handling
Mike Yuan
2024-03-06
1
-108
/
+150
*
|
shared/install: use FOREACH_ARRAY at one more place
Mike Yuan
2024-03-06
1
-3
/
+3
*
|
shared/install: use RET_GATHER more
Mike Yuan
2024-03-06
1
-32
/
+22
*
|
path-lookup: rename lookup_paths_free -> _done
Mike Yuan
2024-03-06
1
-14
/
+14
*
|
install: fix compiler warning about empty directive argument
Luca Boccassi
2024-02-28
1
-2
/
+5
|
/
*
install: optionally return discovered unit file path in unit_file_exists()
Lennart Poettering
2024-01-11
1
-4
/
+27
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
tree-wide: use hashmap_isempty() and friends
Yu Watanabe
2023-12-21
1
-1
/
+1
*
shared/install: use RET_GATHER more
Mike Yuan
2023-12-20
1
-11
/
+6
*
install: don't translate unit instances to paths when reenabling them
Frantisek Sumsal
2023-12-08
1
-1
/
+1
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-8
/
+6
*
tree-wide: use path_simplify_alloc() more
Yu Watanabe
2023-10-07
1
-5
/
+3
*
Merge pull request #29193 from keszybz/path-util-adjustment
Daan De Meyer
2023-09-29
1
-14
/
+7
|
\
|
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-14
/
+7
*
|
treewide: split commandline into command line
Joerg Behrmann
2023-09-20
1
-1
/
+1
|
/
*
install: Drop install_info_may_process() from unit_file_get_default()
Daan De Meyer
2023-08-18
1
-3
/
+0
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-5
/
+0
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
unit-file: support UpheldBy= in [Install] settings (adding Upholds= deps
Mike Yuan
2023-05-15
1
-5
/
+16
*
preset: Add ignore directive
Daan De Meyer
2023-04-14
1
-12
/
+33
*
Merge pull request #27266 from dtardon/take-struct
Luca Boccassi
2023-04-14
1
-2
/
+1
|
\
|
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-2
/
+1
*
|
install: use FOREACH_ARRAY
David Tardon
2023-04-14
1
-2
/
+2
*
|
tree-wide: rename cleanup function
David Tardon
2023-04-14
1
-5
/
+5
[next]