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
*
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
*
fileio: read_virtual_file(): on last attempt ignore file size
Lennart Poettering
2021-05-21
1
-14
/
+11
*
fileio: read_virtual_file() don't tweak buffer for returning it when we aren'...
Lennart Poettering
2021-05-21
1
-15
/
+17
*
fileio: fix typo in comment
Lennart Poettering
2021-05-21
1
-3
/
+3
*
fileio: read_virtual_file(): exit once the max_size limit is reached
Lennart Poettering
2021-05-21
1
-0
/
+7
*
fileio: if we try to read a file larger than SIZE_MAX this is not a problem i...
Lennart Poettering
2021-05-21
1
-5
/
+11
*
fileio: make return parameters of read_virtual_file() optional
Lennart Poettering
2021-05-20
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
*
alloc-util: introduce MALLOC_SIZEOF_SAFE() helper
Lennart Poettering
2021-05-19
1
-2
/
+2
*
meson: use jinja2 for tmpfiles.d templates
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-1
/
+1
*
Merge pull request #18863 from keszybz/cmdline-escaping
Lennart Poettering
2021-05-07
1
-17
/
+35
|
\
|
*
basic/process-util: allow quoting of commandlines
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-2
/
+5
|
*
basic/fileio: add a mode to read_full_virtual_file() where not the whole file...
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-16
/
+31
*
|
fileio: optionally, return discovered path of file in search_and_fopen()
Lennart Poettering
2021-05-07
1
-23
/
+65
*
|
fileio: use take_fdopen_unlocked()
Yu Watanabe
2021-04-16
1
-5
/
+2
*
|
fileio: introduce a new flag to make write_string_file() ignore trailing newline
Yu Watanabe
2021-04-14
1
-1
/
+1
*
|
basic/fileio: silence gcc's maybe-unitialized warning
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-3
/
+4
|
/
*
basic/fileio: fix reading of not-too-small virtual files
Zbigniew Jędrzejewski-Szmek
2021-03-30
1
-21
/
+9
*
basic/fileio: use malloc_usable_size() to use all allocated memory
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-0
/
+1
*
basic/fileio: optimize buffer sizes in read_full_virtual_file()
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-14
/
+14
*
basic/fileio: simplify calculation of buffer size in read_full_virtual_file()
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-7
/
+11
*
fileio: add missing overflow checks to read_full_virtual_file()
Lennart Poettering
2021-03-17
1
-1
/
+5
*
fileio: don't use realloc() in read_full_virtual_file()
Lennart Poettering
2021-03-17
1
-4
/
+8
*
copy: move sync_rights() to copy.c and rename copy_rights()
Lennart Poettering
2021-03-04
1
-9
/
+0
[next]