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: 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
*
fileio: minor read_full_stream_full() optimization
Lennart Poettering
2021-03-04
1
-1
/
+3
*
fileio: extend comment about file sizes in virtual file systems
Lennart Poettering
2021-02-19
1
-1
/
+3
*
tree-wide: reset the cleaned-up variable in cleanup functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-1
/
+1
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
1
-17
/
+43
*
basic/fileio: constify struct timespec arguments
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-4
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
1
-1
/
+21
*
Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNC
williamvds
2020-10-21
1
-1
/
+2
*
basic/fileio: add chase_symlinks_and_fopen_unlocked()
Zbigniew Jędrzejewski-Szmek
2020-10-01
1
-0
/
+36
*
fileio: allow to read base64/hex data as strings
Lennart Poettering
2020-07-21
1
-6
/
+14
*
fileio: add support for read_full_file() on AF_UNIX stream sockets
Lennart Poettering
2020-07-21
1
-9
/
+53
*
fileio: add explicit flag for generating world executable warning when readin...
Lennart Poettering
2020-07-21
1
-1
/
+1
*
fileio: Rename rename_and_apply_smack to rename_and_apply_smack_floor_label.
Daan De Meyer
2020-05-27
1
-1
/
+1
*
fileio: Refactor sync_rights to take fds as arguments
Daan De Meyer
2020-05-27
1
-3
/
+3
*
sysusers: Move sync_rights and rename_and_apply_smack to basic
Daan De Meyer
2020-05-27
1
-0
/
+22
*
fileio: sync directory after rename, too
Lennart Poettering
2020-05-21
1
-0
/
+7
*
tree-wide: fix bad errno checks
Zbigniew Jędrzejewski-Szmek
2020-05-20
1
-1
/
+1
*
fileio: extend comment a bit
Lennart Poettering
2020-04-13
1
-3
/
+5
*
fileio: optionally allow telling read_line_full() whether we are processing a...
Lennart Poettering
2020-04-13
1
-5
/
+5
*
fileio: fileno() can realistically return -1
Lennart Poettering
2020-04-13
1
-7
/
+29
*
fileio: add take_fdopendir() variant
Vito Caputo
2020-03-31
1
-0
/
+12
*
fileio: introduce take_fdopen{_unlocked}() variant
Vito Caputo
2020-03-31
1
-0
/
+26
*
fileio: add WRITE_STRING_FILE_MODE_0600 flag for writing files
Lennart Poettering
2019-12-02
1
-22
/
+21
*
fileio: add 'dir_fd' parameter to read_full_file_full()
Lennart Poettering
2019-12-02
1
-2
/
+4
*
fileio: add an openat() flavour for fopen()
Lennart Poettering
2019-12-02
1
-0
/
+75
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
fileio: introduce read_full_virtual_file() for reading virtual files in sysfs...
Franck Bui
2019-10-25
1
-4
/
+111
*
fileio: update warning message
Yu Watanabe
2019-09-11
1
-2
/
+2
*
firstboot: fix hang waiting for second Enter on input
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-1
/
+12
[prev]
[next]