index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
io-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-util: move fputs_with_newline to fileio
Mike Yuan
2024-06-13
1
-16
/
+0
*
io-util: add new helper fputs_with_newline()
Lennart Poettering
2024-06-13
1
-0
/
+16
*
io-util: actually retry on failure
Yu Watanabe
2023-11-22
1
-0
/
+1
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
1
-1
/
+1
|
\
|
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-1
/
+1
*
|
io-util: split out iovw_xyz into iovec-wrapper.h
Lennart Poettering
2023-10-20
1
-108
/
+0
*
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-27
/
+1
|
/
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-10
/
+29
*
iovec-util: add iovw_isempty() helper
Lennart Poettering
2023-08-11
1
-1
/
+1
*
io-util: introduce iovw_append() helper function
Yu Watanabe
2023-08-10
1
-0
/
+37
*
loop-write: do strlen() implicitly if size is specified as SIZE_MAX
Lennart Poettering
2023-07-13
1
-3
/
+15
*
coredump: use loop_read() for reading coredump into memory
Lennart Poettering
2023-06-23
1
-2
/
+1
*
io-util: introduce iovec_array_free()
Lennart Poettering
2023-02-23
1
-0
/
+10
*
io-util: document EINTR situation a bit
Lennart Poettering
2022-11-22
1
-0
/
+18
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
time-util: add macros around timespec_store() that operates on compund litera...
Lennart Poettering
2022-03-18
1
-2
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+1
*
io-util: introduce ppoll_usec() helper function
Yu Watanabe
2021-03-03
1
-11
/
+28
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-5
/
+3
*
io-util: do not call log_oom() in library functions
Yu Watanabe
2020-11-13
1
-2
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic: drop a redundant if statement
Frantisek Sumsal
2020-09-14
1
-3
/
+1
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-23
/
+6
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-2
/
+11
*
tree-wide: drop time.h when time-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-2
/
+2
*
io-util: introduce iovw_put_string_field() helper
Franck Bui
2019-06-27
1
-0
/
+21
*
journal-import: extract helpers for handling arrays of iovec and make them av...
Franck Bui
2019-06-27
1
-0
/
+53
*
coredump: rename set_iovec_field_free() into set_iovec_string_field_free()
Franck Bui
2019-06-27
1
-0
/
+8
*
journald: do not store the iovec entry for process commandline on stack
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-0
/
+10
*
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
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
io-util: add an unlikely decorator for a test that should never hold
Lennart Poettering
2018-02-20
1
-1
/
+1
*
io-util: make flush_fd() return how many bytes where flushed
Lennart Poettering
2018-01-05
1
-3
/
+6
*
sd-resolve: propagate timeouts in sd_resolve_wait() the same way as in sd_bus...
Lennart Poettering
2017-11-27
1
-1
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: rework how we flush incoming traffic when a socket unit goes down
Lennart Poettering
2016-05-06
1
-0
/
+5
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+5
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+261