summaryrefslogtreecommitdiff
path: root/src/basic/io-util.c
Commit message (Expand)AuthorAgeFilesLines
* io-util: introduce iovec_array_free()Lennart Poettering2023-02-231-0/+10
* io-util: document EINTR situation a bitLennart Poettering2022-11-221-0/+18
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* time-util: add macros around timespec_store() that operates on compund litera...Lennart Poettering2022-03-181-2/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+1
* io-util: introduce ppoll_usec() helper functionYu Watanabe2021-03-041-11/+28
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-5/+3
* io-util: do not call log_oom() in library functionsYu Watanabe2020-11-131-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic: drop a redundant if statementFrantisek Sumsal2020-09-141-3/+1
* tree-wide: port to fd_wait_for_event()Lennart Poettering2020-06-101-23/+6
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-2/+11
* tree-wide: drop time.h when time-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-2/+2
* io-util: introduce iovw_put_string_field() helperFranck Bui2019-06-271-0/+21
* journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-0/+53
* coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui2019-06-271-0/+8
* journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-01-091-0/+10
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* io-util: add an unlikely decorator for a test that should never holdLennart Poettering2018-02-201-1/+1
* io-util: make flush_fd() return how many bytes where flushedLennart Poettering2018-01-051-3/+6
* sd-resolve: propagate timeouts in sd_resolve_wait() the same way as in sd_bus...Lennart Poettering2017-11-271-1/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering2016-05-061-0/+5
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+5
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+261