summaryrefslogtreecommitdiff
path: root/src/basic/errno-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24933 from keszybz/erradicate-strerrorLuca Boccassi2022-10-111-5/+19
|\
| * Get rid of strerror_safe()Zbigniew Jędrzejewski-Szmek2022-10-111-5/+0
| * tree-wide: get rid of lgtm annotationsZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
| * tree-wide: define and use STRERROR_OR_EOF()Zbigniew Jędrzejewski-Szmek2022-10-111-0/+5
| * basic: add STRERROR() wrapper for strerror_r()Zbigniew Jędrzejewski-Szmek2022-10-111-0/+10
| * basic/errno-util: add helper to protect and set errno in one stepZbigniew Jędrzejewski-Szmek2022-10-101-0/+4
* | tree-wide: add ERRNO_IS_XATTR_ABSENT() helperLennart Poettering2022-10-101-0/+7
|/
* errno-util: add ERRNO_IS_DEVICE_ABSENT() macroLennart Poettering2022-03-241-1/+9
* errno-util: introduce ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-4/+9
* basic/errno-util: adjust indentationZbigniew Jędrzejewski-Szmek2021-11-161-1/+1
* macro: add new helper RET_NERRNO()Lennart Poettering2021-11-161-0/+23
* errno-util: suppress LGTM warning about strerrorLuca Boccassi2021-04-081-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* errno: ETIMEDOUT is also a connection errorLennart Poettering2020-11-061-2/+6
* errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported ...Lennart Poettering2020-04-171-2/+6
* errno-util: add new ERRNO_IS_DISK_SPACE() helperLennart Poettering2019-12-041-0/+8
* errno-util: add ERRNO_IS_PRIVILEGE() helperLennart Poettering2019-11-201-0/+7
* errno: add new ERRNO_IS_NOT_SUPPORTED() helperLennart Poettering2019-11-191-0/+8
* errno-util: return const string from strerror_safe()Thomas Haller2019-07-261-1/+1
* errno-util: add new errno_or_else() helperLennart Poettering2019-07-111-0/+11
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-051-0/+8
* errno-util: add new ERRNO_IS_ACCEPT_AGAIN() testLennart Poettering2019-04-101-0/+10
* errno-util: rework ERRNO_IS_RESOURCE() from macro into static inline functionLennart Poettering2019-04-101-2/+6
* errno-util: add three more error codes to ERRNO_IS_DISCONNECT()Lennart Poettering2019-04-101-5/+17
* util: add one more disconnect errno codeLennart Poettering2019-03-191-1/+2
* util: move ERRNO_IS_xyz macros to errno-util.hLennart Poettering2019-03-191-0/+13
* util: split out errno related stuffLennart Poettering2019-03-141-0/+29