index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
fileio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fileio: port write_string_file_full() to openat_report_new()
Lennart Poettering
2024-10-22
1
-10
/
+15
*
fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...
Lennart Poettering
2024-10-22
1
-17
/
+60
*
fileio: clean up write_string_file() naming
Lennart Poettering
2024-10-15
1
-4
/
+4
*
fileio: add new helper write_base64_file_at() which encodes a binary object i...
Lennart Poettering
2024-06-14
1
-0
/
+16
*
io-util: move fputs_with_newline to fileio
Mike Yuan
2024-06-13
1
-0
/
+23
*
basic/fileio: use strdup_to_full() in read_stripped_line()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-12
/
+6
*
fileio,data-fd-util: use U64_* more
Mike Yuan
2024-03-12
1
-2
/
+2
*
fileio: fputs_with_space → _with_separator and modernization
Mike Yuan
2024-01-25
1
-18
/
+16
*
fileio: add new flag WRITE_STRING_FILE_MODE_0444
Lennart Poettering
2024-01-05
1
-2
/
+15
*
various: clean up isatty() handling
Mike Yuan
2023-12-22
1
-1
/
+2
*
basic/fileio: drop O_CREAT before passing flags to fd_reopen
Mike Yuan
2023-11-08
1
-1
/
+3
*
fileio: add read_stripped_line() as trivial read_line() + strstrip() combo
Lennart Poettering
2023-10-17
1
-0
/
+30
*
fileio: revamp search_and_fopen()
Lennart Poettering
2023-10-05
1
-56
/
+110
*
fileio: make read_full_file_full() usable with size and READ_FULL_FILE_UNBASE64
Yu Watanabe
2023-10-02
1
-1
/
+15
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-14
/
+8
*
Merge pull request #27184 from yuwata/xfopenat-full
Daan De Meyer
2023-04-10
1
-91
/
+103
|
\
|
*
fileio: introduce xfopenat_full()
Yu Watanabe
2023-04-08
1
-65
/
+86
|
*
fileio: use take_fdopen() and friends
Yu Watanabe
2023-04-08
1
-29
/
+20
*
|
fileio: introduce read_one_line_file_at()
Yu Watanabe
2023-04-09
1
-5
/
+6
|
/
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-1
/
+1
*
fileio: add new helper fdopen_independent()
Lennart Poettering
2023-03-23
1
-0
/
+29
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
string-util: add new strdupcspn()/strdupspn()
Lennart Poettering
2023-01-20
1
-4
/
+1
*
fundamental: rework IN_SET() to require at least three arguments
Lennart Poettering
2023-01-02
1
-1
/
+1
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-5
/
+5
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-0
/
+1
*
fileio: Add openat() like helpers
Daan De Meyer
2022-11-09
1
-21
/
+24
*
fileio: port read_file_full() to use connect_unix_path()
Lennart Poettering
2022-05-13
1
-21
/
+6
*
fileio: fix error propagation
Lennart Poettering
2022-05-13
1
-1
/
+1
*
fileio: propagate original error if we notice AF_UNIX connect() is not going ...
Lennart Poettering
2022-05-13
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
tree-wide: use timestamp_is_set() more
Lennart Poettering
2022-02-22
1
-2
/
+2
*
Typos found by codespell
Dimitri Papadopoulos
2021-10-20
1
-1
/
+1
*
fileio: add read_virtual_file_at() flavour that takes dir_fd/path pair
Lennart Poettering
2021-10-11
1
-3
/
+16
*
fileio: add shortcut for xopendirat() when called in opendir() compatible mode
Lennart Poettering
2021-10-07
1
-0
/
+3
*
basic: move chase_symlinks_and_fopen_unlocked() → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-35
/
+4
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
2021-10-05
1
-4
/
+2
*
fileio: introduce new mode to suppress writing the same value
Antony Deepak Thomas
2021-09-29
1
-2
/
+27
*
fileio: introduce read_virtual_file_fd()
Antony Deepak Thomas
2021-09-29
1
-8
/
+16
*
smack: move helper function to smack-util.c
Zbigniew Jędrzejewski-Szmek
2021-09-21
1
-13
/
+0
*
fileio: fix truncated read handling in read_virtual_file()
Lennart Poettering
2021-09-16
1
-3
/
+8
*
fileio: start with 4k buffer for procfs
Anita Zhang
2021-09-16
1
-0
/
+5
*
fileio: set O_NOCTTY when reading virtual files
Lennart Poettering
2021-09-15
1
-1
/
+1
*
fileio: lower maximum virtual file buffer size by one byte
Lennart Poettering
2021-09-15
1
-8
/
+10
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-4
/
+1
*
fileio: optionally allow interpreting file size as limit
Lennart Poettering
2021-07-08
1
-17
/
+36
*
fileio: bump limit for read_full_file() and friends to 64M
Lennart Poettering
2021-06-10
1
-8
/
+17
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-3
/
+3
[next]