Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
edacf1f302331da39d90e71baf026bf1017ea937
/
libbb
/
parse_config.c
22542ec
getopt32: remove opt_complementary
by Denys Vlasenko
· 7 years ago
50db1f2
sysctl: recognize ";comment" and "<whitespace>#comment" lines
by Denys Vlasenko
· 7 years ago
9cf89cd
sysctl: fix file parsing, do not require -w for VAR=VAL
by Denys Vlasenko
· 7 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
237bedd
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
by Denys Vlasenko
· 8 years ago
499597d
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
by Denys Vlasenko
· 13 years ago
adcabf3
parse_config: use getline. BIG speedup with glibc (~40%).
by Timo Teras
· 13 years ago
3a64936
parse_config: make test applet easier to enable; fix its code
by Denys Vlasenko
· 13 years ago
a1a4483
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
by Denys Vlasenko
· 13 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
5360059
libbb: introduce and use strcpy_and_process_escape_sequences
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
63144be
universal parser: do not leak parser->data
by Denys Vlasenko
· 14 years ago
5370bfb
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
by Denys Vlasenko
· 15 years ago
c7cc5a9
mdev: Rob's #if forest removal
by Denis Vlasenko
· 16 years ago
f3b39a2
- fix typo (thanks to Peter Kjellerstedt for noticing)
by Bernhard Reutner-Fischer
· 16 years ago
a31187d
- Dual-license the config parser also under "LGLPv2.1 or later"
by Bernhard Reutner-Fischer
· 16 years ago
2d5bd80
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
by Denis Vlasenko
· 16 years ago
69f4f9a
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
by Denis Vlasenko
· 16 years ago
084266e
fix several problems with config parser:
by Denis Vlasenko
· 16 years ago
0f99d49
*: conversion to config parser
by Denis Vlasenko
· 16 years ago
0f293b9
fix all cases of strcpy on overlapping strings.
by Denis Vlasenko
· 16 years ago
5415c85
libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir)
by Denis Vlasenko
· 16 years ago
9b366f4
libbb/parse_config.c: fix small buglet (by Vladimir)
by Denis Vlasenko
· 16 years ago
4a717e0
libbb: fixes to config_read() by maintainer sysctl: use config_read()
by Denis Vlasenko
· 16 years ago
dcb3fcb
libbb: config_read() update
by Denis Vlasenko
· 16 years ago
2e157dd
libbb: updated config_parse() from Vladimir
by Denis Vlasenko
· 16 years ago
a474b68
init: fix compile-time error; fix exiting on broken config file
by Denis Vlasenko
· 16 years ago
54d50a0
- fix "noreduce" flag of config_read (didn't work at all, at least for me).
by Bernhard Reutner-Fischer
· 16 years ago
6792128
- fix segfault in nameif with mactab file (by fixing and shrink config parser)
by Bernhard Reutner-Fischer
· 16 years ago
fb1642f
fix up callsites of config_read to check for >= 0
by Denis Vlasenko
· 16 years ago
c01340f
update of config file parser from Vladimir
by Denis Vlasenko
· 16 years ago
e559e0a
libbb: unified config parser (By Vladimir Dronnikov) mdev: use it
by Denis Vlasenko
· 16 years ago