summaryrefslogtreecommitdiff
path: root/src/basic/parse-util.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop locale.h when locale-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-06-19util: introduce format_bytes_full()Yu Watanabe1-41/+0
2019-05-29util: add assertionsYu Watanabe1-0/+3
2019-05-29util: introduce parse_ifindex_or_ifname()Yu Watanabe1-0/+19
2018-12-06missing: drop old OOM related definitionsYu Watanabe1-0/+1
2018-11-30parse-util: allow parse_boolean() to take a NULL argumentLennart Poettering1-1/+2
2018-11-29parse-util: rework parse_dev() based on safe_atou() and DEVICE_MAJOR_VALID()/...Lennart Poettering1-6/+20
2018-11-28networkd: add support to configure ip rule port range and protocol.Susant Sahani1-0/+20
2018-09-30trivial: fix spelling in code commentsThomas Haller1-1/+1
2018-07-25parse-util: in parse_permille() check negative earlierLennart Poettering1-3/+4
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-13basic/parse-util: remove unnecessary parenthesesZbigniew Jędrzejewski-Szmek1-1/+1
2018-06-09parse-util: add permille parser + testsMarc Kleine-Budde1-0/+52
2018-05-17basic: split parsing of the OOM score adjust value into its own function in p...Lennart Poettering1-0/+17
2018-04-26parse-util: add explicit parsers for MTU valuesLennart Poettering1-0/+26
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-23Merge pull request #8534 from poettering/safe-atoi-fullZbigniew Jędrzejewski-Szmek1-28/+6
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-21parse-util: similar to safe_atou16_full() add safe_atou_full()Lennart Poettering1-2/+3
2018-03-21parse-util: introduce safe_atou16_full()Lennart Poettering1-26/+3
2018-02-22Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk1-0/+24
2018-01-16parse-util: detect overflows in parse_percent_unbounded()Lennart Poettering1-4/+5
2018-01-16parse-util: coding style fixLennart Poettering1-8/+8
2018-01-16locale-util: add freelocale() cleanup helperLennart Poettering1-8/+4
2018-01-02basic: introduce *_to_string_with_check() functionsYu Watanabe1-1/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-11parse-util: add parse_errno() and parse_syscall_and_errno()Yu Watanabe1-0/+59
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-1/+1
2017-07-31parse-util: introduce pid_is_valid()Lennart Poettering1-1/+1
2017-06-06parse-util: introduce parse_dev() helperFranck Bui1-0/+15
2017-03-15fix includesMatija Skala1-1/+0
2016-12-06core: introduce parse_ip_port (#4825)Susant Sahani1-0/+16
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering1-1/+17
2016-08-04util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael1-2/+9
2016-06-14util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering1-0/+19
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek1-11/+11
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-1/+9
2015-11-17calendarspec: sub-second support, v3Hristo Venev1-0/+36
2015-11-10parse-util: really refuse parsing negative values as positive ones, even on x...Lennart Poettering1-34/+66
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering1-0/+13
2015-10-27parse-util: Introduce new parse_range functionFilipe Brandenburger1-0/+39
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+408