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