summaryrefslogtreecommitdiff
path: root/src/basic/parse-util.c
Commit message (Expand)AuthorAgeFilesLines
* basic/parse-util: remove unnecessary parenthesesZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* parse-util: add permille parser + testsMarc Kleine-Budde2018-06-091-0/+52
* basic: split parsing of the OOM score adjust value into its own function in p...Lennart Poettering2018-05-171-0/+17
* parse-util: add explicit parsers for MTU valuesLennart Poettering2018-04-261-0/+26
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8534 from poettering/safe-atoi-fullZbigniew Jędrzejewski-Szmek2018-03-231-28/+6
|\
| * parse-util: similar to safe_atou16_full() add safe_atou_full()Lennart Poettering2018-03-211-2/+3
| * parse-util: introduce safe_atou16_full()Lennart Poettering2018-03-211-26/+3
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
|/
* Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-221-0/+24
* parse-util: detect overflows in parse_percent_unbounded()Lennart Poettering2018-01-161-4/+5
* parse-util: coding style fixLennart Poettering2018-01-161-8/+8
* locale-util: add freelocale() cleanup helperLennart Poettering2018-01-161-8/+4
* basic: introduce *_to_string_with_check() functionsYu Watanabe2018-01-021-1/+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/+59
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* parse-util: introduce pid_is_valid()Lennart Poettering2017-07-311-1/+1
* parse-util: introduce parse_dev() helperFranck Bui2017-06-061-0/+15
* fix includesMatija Skala2017-03-151-1/+0
* core: introduce parse_ip_port (#4825)Susant Sahani2016-12-061-0/+16
* util-lib: unify parsing of nice level valuesLennart Poettering2016-08-051-1/+17
* util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael2016-08-041-2/+9
* util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering2016-06-141-0/+19
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-11/+11
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+9
* calendarspec: sub-second support, v3Hristo Venev2015-11-171-0/+36
* parse-util: really refuse parsing negative values as positive ones, even on x...Lennart Poettering2015-11-101-34/+66
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-0/+13
* parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-271-0/+39
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+408