summaryrefslogtreecommitdiff
path: root/src/basic/parse-util.h
Commit message (Expand)AuthorAgeFilesLines
* fd-util: introduce parse_fd()David Tardon2023-05-051-0/+1
* repart: Allow configuring sector sizeDaan De Meyer2023-01-171-0/+1
* parse-util: make safe_atou8() just a wrapper around safe_atou8_full()Lennart Poettering2022-09-051-1/+5
* Revert NFTSet featureYu Watanabe2022-06-221-2/+0
* network: firewall integration with NFT setsTopi Miettinen2022-06-081-0/+2
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+0
* tree-wide: move `unsigned` to the start of type declarationFrantisek Sumsal2022-02-101-6/+6
* parse-util: prefix load average macros with LOAD_AVG_Luca Boccassi2021-09-271-4/+4
* basic: delete loadavg.h copyLuca Boccassi2021-09-251-1/+8
* util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-9/+0
* parse-util: add permyriad parsingAnita Zhang2021-02-021-0/+3
* util: move parse_syscall_and_errno() to seccomp-util.cYu Watanabe2021-01-191-3/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* parse-util: add parse_loadavg_fixed_pointAnita Zhang2020-10-071-4/+16
* exec: Add kill action to system call filtersTopi Miettinen2020-09-151-0/+2
* parse-util: allow tweaking how to parse integersLennart Poettering2020-06-051-0/+6
* basic/parse-util: add safe_atoux64()Zbigniew Jędrzejewski-Szmek2020-04-091-1/+11
* network: tc: support Hierarchy Token Bucket (HTB)Yu Watanabe2020-03-021-2/+6
* network: add SuppressPrefixLength option to RoutingPolicyRule (#14736)Naïm Favier2020-02-031-0/+2
* Resolve alternative ifnames wherever we would resolve an interface nameZbigniew Jędrzejewski-Szmek2020-01-121-1/+0
* tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-2/+2
* util: introduce format_bytes_full()Yu Watanabe2019-06-191-3/+0
* util: introduce PTR_TO_MODE and MODE_TO_PTR macrosYu Watanabe2019-05-301-2/+0
* util: introduce parse_ifindex_or_ifname()Yu Watanabe2019-05-291-0/+1
* networkd: add support to configure ip rule port range and protocol.Susant Sahani2018-11-281-0/+1
* 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
* parse-util: add permille parser + testsMarc Kleine-Budde2018-06-091-0/+3
* basic: split parsing of the OOM score adjust value into its own function in p...Lennart Poettering2018-05-171-0/+2
* parse-util: add explicit parsers for MTU valuesLennart Poettering2018-04-261-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* parse-util: similar to safe_atou16_full() add safe_atou_full()Lennart Poettering2018-03-211-1/+6
* parse-util: introduce safe_atou16_full()Lennart Poettering2018-03-211-3/+10
* Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-221-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* parse-util: add parse_errno() and parse_syscall_and_errno()Yu Watanabe2017-11-111-0/+2
* parse-util: introduce parse_dev() helperFranck Bui2017-06-061-0/+1
* core: introduce parse_ip_port (#4825)Susant Sahani2016-12-061-0/+2
* util-lib: unify parsing of nice level valuesLennart Poettering2016-08-051-0/+2
* util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael2016-08-041-0/+1
* util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering2016-06-141-0/+2
* parse-util: fix conversion from size_t on s390 (#3147)Lubomir Rintel2016-04-291-1/+1
* test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek2016-04-021-0/+12
* 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/+3
* calendarspec: sub-second support, v3Hristo Venev2015-11-171-0/+2
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-0/+1
* parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-271-0/+1
* macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering2015-10-271-0/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+88