index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-fileio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: handle one more error gracefully
Yu Watanabe
2023-04-07
1
-1
/
+2
*
env: add load_env_file_pairs_fd()
Luca Boccassi
2023-03-28
1
-13
/
+23
*
fileio: add new helper fdopen_independent()
Lennart Poettering
2023-03-23
1
-0
/
+43
*
test-fileio: add test for return value of read_one_line_file()
Zbigniew Jędrzejewski-Szmek
2023-03-23
1
-0
/
+36
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
1
-5
/
+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
-4
/
+4
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: do not use "re" with fmemopen
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-2
/
+2
*
resolved,test-fileio: use "re" when opening files
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-6
/
+6
*
fileio: port read_file_full() to use connect_unix_path()
Lennart Poettering
2022-05-13
1
-3
/
+8
*
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-2
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+0
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-5
/
+0
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-97
/
+35
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-2
/
+2
*
test-fileio: test read_virtual_file() with more files from /proc
Lennart Poettering
2021-09-16
1
-2
/
+10
*
fileio: optionally allow interpreting file size as limit
Lennart Poettering
2021-07-08
1
-0
/
+19
*
test-fileio: run read_virtual_file() for a couple of more interesting sizes
Lennart Poettering
2021-05-21
1
-0
/
+4
*
test-fileio: fix confusing log output
Lennart Poettering
2021-05-21
1
-2
/
+5
*
Merge pull request #18863 from keszybz/cmdline-escaping
Lennart Poettering
2021-05-07
1
-17
/
+50
|
\
|
*
test-fileio: modernization
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-13
/
+44
|
*
basic/fileio: add a mode to read_full_virtual_file() where not the whole file...
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+6
*
|
fileio: optionally, return discovered path of file in search_and_fopen()
Lennart Poettering
2021-05-07
1
-31
/
+56
|
/
*
test-fileio: test for read_full_virtual_file()
Zbigniew Jędrzejewski-Szmek
2021-03-30
1
-0
/
+20
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-11
/
+11
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
1
-2
/
+47
*
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
-3
/
+16
*
test: use pclose() for popen()
Zbigniew Jędrzejewski-Szmek
2020-09-14
1
-1
/
+1
*
test-fileio: test test strings with shell, too
Lennart Poettering
2020-09-14
1
-0
/
+16
*
test-fileio: use test strings that are actually valid in shell
Lennart Poettering
2020-09-14
1
-3
/
+3
*
fileio: add support for read_full_file() on AF_UNIX stream sockets
Lennart Poettering
2020-07-21
1
-0
/
+50
*
macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhere
Lennart Poettering
2020-05-25
1
-3
/
+2
*
tests: various small fixes for strict systems
Topi Miettinen
2020-04-26
1
-1
/
+4
*
test-fileio: fix bogus error when /proc/cmdline contains newlines
Zbigniew Jędrzejewski-Szmek
2020-03-28
1
-8
/
+8
*
test-fileio: cast EOF to (char) before comparing with char explicitly
Lennart Poettering
2019-11-26
1
-5
/
+10
*
tree-wide: drop duplicated blank lines
Yu Watanabe
2019-07-15
1
-1
/
+0
*
test: minor modernization
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-2
/
+2
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-4
/
+4
*
test-fileio: do not use variable before checking return value
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+5
*
test-fileio: avoid warning about ineffective comparison
Zbigniew Jędrzejewski-Szmek
2019-03-20
1
-1
/
+7
*
util-lib: follow shell syntax for escape in quotes
Louis Taylor
2019-01-17
1
-9
/
+25
*
test-fileio: add explicit check for safe_fgetc() with 0xFF
Lennart Poettering
2018-12-20
1
-4
/
+5
*
fileio: fix read_one_line() when reading bytes > 0x7F
Lennart Poettering
2018-12-20
1
-2
/
+2
*
test-fileio: test safe_fgetc directly
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-2
/
+30
*
test: add test case for read_nul_string()
Lennart Poettering
2018-12-18
1
-0
/
+35
*
tests: add a test that checks read_line() properly handles line endings at EOF
Lennart Poettering
2018-12-14
1
-0
/
+36
*
fileio: make read_line() handle various line endings correctly
Lennart Poettering
2018-12-14
1
-4
/
+29
[next]