index
:
uci
lede-17.01
master
OpenWrt Unified Configuration Interface
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-01-01
lua: additionally return name when looking up sections
lede-17.01
Jo-Philipp Wich
2018-01-01
lua: support extended section notation
Jo-Philipp Wich
2016-04-22
projects/uci: lua: use built in pkg-config support for alternatives
Karl Palsson
2016-03-31
file: write through symlinks on uci commit
Jo-Philipp Wich
2016-03-07
cmake: Add ubox library and include dir lookup
Petr Štetiar
2016-02-02
cli: fix uci show output for anonymous sections (#21781)
Felix Fietkau
2016-01-25
file: raise parse error on conflicting section types in strict mode
Jo-Philipp Wich
2016-01-11
file: defer checking the tmpfile until it is actually needed.
Felix Fietkau
2015-11-11
remove list.h
Felix Fietkau
2015-11-06
lua: remove pointless double check of autoload flag
Karl Palsson
2015-11-05
lua: fix invocation of foreach() with nil type and implicit self
Jo-Philipp Wich
2015-08-27
file: remove unnecessary sync() call
Felix Fietkau
2015-05-25
tests: add test case for parsing long option values.
Yousong Zhou
2015-05-25
file.c: lift the 4096 bytes line length limit.
Yousong Zhou
2015-05-25
delta: catch error when parsing delta line.
Yousong Zhou
2015-05-25
cli: suppress printing error messages when -q is specified.
Yousong Zhou
2015-05-08
uci: properly close input before exit
Hans Dedecker
2015-04-09
file: reset parsing position on starting over a newline.
Yousong Zhou
2015-04-09
tests: add test coverage for comment lines within batch commands.
Yousong Zhou
2015-04-03
delta: fix adding new savedir.
Yousong Zhou
2015-04-03
tests: add test coverage for uci export with -P option.
Yousong Zhou
2015-03-31
Fix delta path handling.
Yousong Zhou
2015-03-31
tests: add test cases for -P and -p options.
Yousong Zhou
2015-03-26
lua: restore return value of require('uci') to module table.
Yousong Zhou
2015-03-26
cli: fix return value of package_cmd().
Yousong Zhou
2015-03-26
testenv: test for exit status of "uci export".
Yousong Zhou
2015-01-24
Add a few notes on the return value of uci_lookup_ptr().
Yousong Zhou
2015-01-24
cli: enhance "uci show" command on nonexistent sections and options.
Yousong Zhou
2015-01-24
cli: properly unload package before quit.
Yousong Zhou
2015-01-24
tests: add test cases for showing nonexistent section and option.
Yousong Zhou
2014-12-18
lua: add lua 5.2 compatibility changes
Felix Fietkau
2014-12-18
allow "-" in package names
Felix Fietkau
2014-12-18
delta: fix outputing of delta entries occupying multiple lines.
Yousong Zhou
2014-12-18
delta: use a table for converting between UCI_CMD_XXX and prefixes.
Yousong Zhou
2014-12-18
delta: preprocess delta line with uci_parse_argument().
Yousong Zhou
2014-12-18
delta: add a simple duplication check when adding delta path.
Yousong Zhou
2014-12-18
cli: fix printing option values occupying multiple lines.
Yousong Zhou
2014-12-18
tests: add test coverage for uci list related commands.
Yousong Zhou
2014-12-18
tests: add test coverage for `uci revert' command.
Yousong Zhou
2014-12-18
tests: add test coverage for `uci batch' command.
Yousong Zhou
2014-12-18
tests: add more test coverage for `uci show' command.
Yousong Zhou
2014-12-18
tests: remove straying echo in 020_get.
Yousong Zhou
2014-12-18
file: fix error string about "unterminated XXX".
Yousong Zhou
2014-12-18
file: fix EOF check.
Yousong Zhou
2014-12-18
file: fix use-after-free bug.
Yousong Zhou
2014-12-18
Fix memory leaks found by using valgrind on test cases.
Yousong Zhou
2014-12-18
Fix a few style issues.
Yousong Zhou
2014-11-25
fix a few formatting issues
Felix Fietkau
2014-11-25
tests: use uci instead of uci-static
Felix Fietkau
2014-11-25
Add test coverage for multi-line option value.
Yousong Zhou
[next]