index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
edit-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
edit-util: EditFileContext: avoid reserved 'stdin'
A. Wilcox
2024-09-06
1
-6
/
+6
*
edit-util: catch and warn about edits outside of markers
Mike Yuan
2024-08-18
1
-4
/
+26
*
edit-util: several cleanups for --stdin handling
Mike Yuan
2024-08-12
1
-29
/
+93
*
edit-util: do not try to recreate temp file if missing
Mike Yuan
2024-08-12
1
-1
/
+1
*
edit-util: clean up run_editor() a bit
Mike Yuan
2024-08-12
1
-14
/
+13
*
various: unexport a few internal structs
Mike Yuan
2024-01-03
1
-0
/
+9
*
various: don't log synthetic EIO for fwrite
Mike Yuan
2023-12-08
1
-1
/
+1
*
systemctl: add "edit --stdin"
Zbigniew Jędrzejewski-Szmek
2023-12-05
1
-17
/
+34
*
systemctl: add message when edit is aborted
Zbigniew Jędrzejewski-Szmek
2023-12-05
1
-10
/
+17
*
shared/edit-util: split out function to populate temp file
Zbigniew Jędrzejewski-Szmek
2023-12-05
1
-30
/
+42
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
string-util: add strstrafter()
Lennart Poettering
2023-04-14
1
-4
/
+2
*
edit-util: improve log messages
Mike Yuan
2023-04-07
1
-3
/
+6
*
edit-util: introduce overwrite_with_origin switch
Mike Yuan
2023-04-07
1
-1
/
+3
*
edit-util: make original_path and comment_paths work together
Mike Yuan
2023-04-07
1
-67
/
+47
*
edit-util: alloc correct amount of memory
Mike Yuan
2023-03-22
1
-1
/
+1
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
1
-1
/
+1
*
edit-util: log unexpected errors if we fail to remove the parent dir
Mike Yuan
2023-03-15
1
-2
/
+2
*
edit-util: use path_equal
Mike Yuan
2023-03-15
1
-1
/
+1
*
edit-util: rename trim_edit_marker to strip_edit_temp_file
Mike Yuan
2023-03-12
1
-13
/
+14
*
edit-util: always create temp file
Mike Yuan
2023-03-12
1
-0
/
+11
*
edit-util: minor cleanups
Mike Yuan
2023-03-12
1
-7
/
+3
*
edit-util: unlink temporary file on failure
Yu Watanabe
2023-03-11
1
-1
/
+1
*
edit-util: fix potentical crash when no edit markers
Yu Watanabe
2023-03-11
1
-18
/
+26
*
edit-util: make create_edit_temp_file() take EditFile as the argument
Yu Watanabe
2023-03-11
1
-45
/
+32
*
edit-util: make EditFile take reference of EditFileContext
Yu Watanabe
2023-03-11
1
-0
/
+1
*
edit-util: several cleanups for run_editor
Mike Yuan
2023-03-10
1
-65
/
+63
*
edit-util: introduce EditFileContext
Mike Yuan
2023-03-10
1
-17
/
+134
*
edit-util: several cleanups to create_edit_temp_file
Mike Yuan
2023-03-10
1
-40
/
+47
*
shared: extract edit-util from systemctl-edit
Mike Yuan
2023-03-10
1
-0
/
+261