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
Jo-Philipp Wich
2018-01-01
lua: support extended section notation
Jo-Philipp Wich
2017-12-22
list: remove unncessary increment of n_section (FS#1182)
Hans Dedecker
2017-12-22
file: remove unnecessary uci_fixup_section calls
Hans Dedecker
2017-09-29
Add bitfield_set function from libubox.
Stijn Tintel
2017-04-12
file: remove redundant NULL check on return value of uci_realloc()
Yousong Zhou
2017-04-12
build: fix BUILD_STATIC
Yousong Zhou
2016-11-23
Fix skipping directories in uci_list_config_files
Michal 'vorner' Vaner
2016-11-23
Revert "mandatory anonymous section identifier"
Felix Fietkau
2016-10-27
uci/lua: add explicit close() method
Dirk Feytons
2016-10-27
uci/lua: add list_configs() function
Dirk Feytons
2016-10-06
test: adjust for auto-naming anonymous sections
Felix Fietkau
2016-10-06
cli: remove now-defunct UCI_FLAG_EXPORT_NAME support
Felix Fietkau
2016-10-06
mandatory anonymous section identifier
Antonio Paunovic
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
[next]