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
...
*
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
*
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
1
-4
/
+4
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-4
/
+1
*
fileio: add new WRITE_STRING_FILE_MKDIR_0755 flag for mkdir'ing parent
Lennart Poettering
2019-05-08
1
-0
/
+7
*
basic/fileio: Fix memory leak if READ_FULL_FILE_SECURE flag is used
Benjamin Robin
2019-04-15
1
-0
/
+1
*
Merge pull request #12222 from yuwata/macsec
Lennart Poettering
2019-04-12
1
-3
/
+7
|
\
|
*
fileio: add READ_FULL_FILE_UNHEX flag
Yu Watanabe
2019-04-12
1
-3
/
+7
*
|
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+10
*
|
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+10
*
|
Add fdopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-5
/
+15
*
|
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-7
/
+4
*
|
Add fopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-15
/
+25
|
/
*
fileio: add READ_FULL_FILE_UNBASE64 flag for read_full_file_full()
Yu Watanabe
2019-04-09
1
-0
/
+8
*
fileio: read_full_file_full() also warns when file is world readable and secu...
Yu Watanabe
2019-04-09
1
-1
/
+5
*
fileio: introduce warn_file_is_world_accessible()
Yu Watanabe
2019-04-09
1
-0
/
+25
*
util: introduce READ_FULL_FILE_SECURE flag for reading secure data
Yu Watanabe
2019-04-09
1
-21
/
+46
*
basic: change read_one_line_file() to return number of bytes read
Topi Miettinen
2019-02-01
1
-3
/
+1
*
fileio: fix read_one_line() when reading bytes > 0x7F
Lennart Poettering
2018-12-20
1
-3
/
+9
*
fileio: let's minimize 'count' inc/dec calls
Lennart Poettering
2018-12-18
1
-4
/
+3
*
fileio: replace read_nul_string() by read_line() with a special flag
Lennart Poettering
2018-12-18
1
-47
/
+11
*
tree-wide: port some code over to safe_fgetc()
Lennart Poettering
2018-12-18
1
-11
/
+7
*
fileio: add new safe_fgetc() helper call
Lennart Poettering
2018-12-18
1
-0
/
+27
*
fileio: when reading a full file into memory, refuse inner NUL bytes
Lennart Poettering
2018-12-17
1
-6
/
+19
*
fileio: fail early if we can't return the number of bytes we read anymore in ...
Lennart Poettering
2018-12-14
1
-0
/
+3
*
fileio: make read_line() handle various line endings correctly
Lennart Poettering
2018-12-14
1
-4
/
+52
*
tree-wide: Remove O_CLOEXEC from fdopen
Chris Down
2018-12-12
1
-1
/
+1
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-563
/
+0
*
util-lib: move open_serialization_fd() to serialize.c
Lennart Poettering
2018-12-02
1
-21
/
+0
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-315
/
+1
*
fileio: remove unnecessary initialization
Lennart Poettering
2018-12-02
1
-1
/
+1
*
fileio: include ctype.h with <> rather than ""
Lennart Poettering
2018-12-02
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+6
*
Merge pull request #10742 from poettering/c-utf8
Zbigniew Jędrzejewski-Szmek
2018-11-15
1
-30
/
+16
|
\
|
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-1
/
+1
|
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-29
/
+15
*
|
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
|
/
*
fileio: introduce WRITE_STRING_FILE_NOFOLLOW flag for write_string_file() and...
Yu Watanabe
2018-11-06
1
-1
/
+1
*
Introduce fmkostemp_safe and use it in tests
Zbigniew Jędrzejewski-Szmek
2018-10-26
1
-0
/
+18
*
fileio: fix error propagation in link_tmpfile()
Lennart Poettering
2018-10-02
1
-2
/
+4
*
fileio: make tempfn_random_child() accept empty string as path
Franck Bui
2018-07-30
1
-3
/
+5
*
tree-wide: port various bits over to open_parent()
Lennart Poettering
2018-07-23
1
-14
/
+6
*
fileio: add additional safety checks
Lennart Poettering
2018-07-23
1
-4
/
+14
*
Merge pull request #9274 from poettering/comment-header-cleanup
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-5
/
+0
|
\
|
*
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
*
|
util: allow mkdtemp_malloc() to be called with NULL pattern
Lennart Poettering
2018-06-07
1
-7
/
+15
|
/
*
util: add new write_string_filef() helper
Lennart Poettering
2018-06-06
1
-0
/
+19
[prev]
[next]