index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
parse_config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+3
*
sysctl: recognize ";comment" and "<whitespace>#comment" lines
Denys Vlasenko
2017-08-05
1
-2
/
+10
*
sysctl: fix file parsing, do not require -w for VAR=VAL
Denys Vlasenko
2017-08-05
1
-5
/
+5
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
Denys Vlasenko
2012-01-11
1
-1
/
+1
*
parse_config: use getline. BIG speedup with glibc (~40%).
Timo Teras
2011-06-20
1
-49
/
+43
*
parse_config: make test applet easier to enable; fix its code
Denys Vlasenko
2011-06-18
1
-31
/
+29
*
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
Denys Vlasenko
2011-06-17
1
-9
/
+43
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+6
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-10-23
1
-13
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
universal parser: do not leak parser->data
Denys Vlasenko
2010-06-26
1
-8
/
+12
*
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
mdev: Rob's #if forest removal
Denis Vlasenko
2009-04-19
1
-1
/
+1
*
- fix typo (thanks to Peter Kjellerstedt for noticing)
Bernhard Reutner-Fischer
2009-02-23
1
-1
/
+1
*
- Dual-license the config parser also under "LGLPv2.1 or later"
Bernhard Reutner-Fischer
2009-02-22
1
-0
/
+1
*
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
Denis Vlasenko
2008-10-24
1
-1
/
+1
*
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
Denis Vlasenko
2008-08-09
1
-108
/
+67
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-42
/
+60
*
*: conversion to config parser
Denis Vlasenko
2008-07-24
1
-2
/
+14
*
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-5
/
+15
*
libbb/parse_config.c: fix small buglet (by Vladimir)
Denis Vlasenko
2008-07-20
1
-1
/
+3
*
libbb: fixes to config_read() by maintainer
Denis Vlasenko
2008-07-20
1
-8
/
+9
*
libbb: config_read() update
Denis Vlasenko
2008-07-19
1
-4
/
+4
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-41
/
+107
*
init: fix compile-time error; fix exiting on broken config file
Denis Vlasenko
2008-07-17
1
-3
/
+3
*
- fix "noreduce" flag of config_read (didn't work at all, at least for me).
Bernhard Reutner-Fischer
2008-07-17
1
-11
/
+7
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-43
/
+42
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
1
-2
/
+2
*
update of config file parser from Vladimir
Denis Vlasenko
2008-07-16
1
-99
/
+7
*
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-15
1
-0
/
+247