summaryrefslogtreecommitdiff
path: root/src/basic/io-util.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace IOVEC_INIT with IOVEC_MAKEYu Watanabe2023-03-061-4/+2
* io-util: drop double evaluation in IOVEC_INIT_STRING()Yu Watanabe2023-02-231-2/+6
* io-util: introduce IOVEC_NULLYu Watanabe2023-02-231-0/+1
* io-util: introduce iovec_array_free()Lennart Poettering2023-02-231-0/+2
* coredump: do not allow user to access coredumps with changed uid/gid/capabili...Zbigniew Jędrzejewski-Szmek2022-12-071-0/+9
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-1/+0
* basic/io-util: move iterator variable declarations into loop headersZbigniew Jędrzejewski-Szmek2021-05-041-2/+2
* basic/io-util: invert return value from IOVEC_INCREMENT()Zbigniew Jędrzejewski-Szmek2021-05-041-6/+11
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* io-util: introduce ppoll_usec() helper functionYu Watanabe2021-03-041-0/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* io-util: introduce iovw_put_string_field() helperFranck Bui2019-06-271-0/+2
* journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-0/+14
* coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui2019-06-271-0/+1
* journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-01-091-0/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-5/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-8/+5
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* machined: add early checks for unrealistically large image/pool sizesLennart Poettering2016-01-271-0/+18
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+3
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-1/+38
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+39