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
*
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
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
test: remove unnecessary include
Lennart Poettering
2018-12-02
1
-1
/
+0
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-2
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-6
/
+6
*
Introduce fmkostemp_safe and use it in tests
Zbigniew Jędrzejewski-Szmek
2018-10-26
1
-43
/
+21
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
1
-1
/
+1
*
Merge pull request #8993 from keszybz/sd-resolve-coverity-and-related-fixes
Lennart Poettering
2018-05-18
1
-1
/
+1
|
\
|
*
tree-wide: do not wrap assert_se in extra parentheses
Zbigniew Jędrzejewski-Szmek
2018-05-14
1
-1
/
+1
*
|
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
1
-41
/
+23
|
/
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tests: close a leftover file descriptor in `test-fileio`
Evegeny Vereshchagin
2018-03-05
1
-1
/
+2
*
tests: stop using `freopen` in `test-fileio`
Evegeny Vereshchagin
2018-03-05
1
-3
/
+6
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Remove a bunch of unused variables
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+0
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-4
/
+4
*
test-cpu-set-util.c: fix typo in comment (#6916)
Jan Synacek
2017-09-26
1
-3
/
+3
|
\
|
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-3
/
+3
*
|
Merge pull request #6891 from poettering/read-line
Zbigniew Jędrzejewski-Szmek
2017-09-24
1
-2
/
+84
|
\
\
|
*
|
test-fileio: also test read_line() with actual files
Zbigniew Jędrzejewski-Szmek
2017-09-24
1
-13
/
+51
|
*
|
test-fileio: close two leaked file handles
Zbigniew Jędrzejewski-Szmek
2017-09-24
1
-2
/
+2
[next]