summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-01lua: additionally return name when looking up sectionsJo-Philipp Wich
2018-01-01lua: support extended section notationJo-Philipp Wich
2017-12-22list: remove unncessary increment of n_section (FS#1182)Hans Dedecker
2017-12-22file: remove unnecessary uci_fixup_section callsHans Dedecker
2017-09-29Add bitfield_set function from libubox.Stijn Tintel
2017-04-12file: remove redundant NULL check on return value of uci_realloc()Yousong Zhou
2017-04-12build: fix BUILD_STATICYousong Zhou
2016-11-23Fix skipping directories in uci_list_config_filesMichal 'vorner' Vaner
2016-11-23Revert "mandatory anonymous section identifier"Felix Fietkau
2016-10-27uci/lua: add explicit close() methodDirk Feytons
2016-10-27uci/lua: add list_configs() functionDirk Feytons
2016-10-06test: adjust for auto-naming anonymous sectionsFelix Fietkau
2016-10-06cli: remove now-defunct UCI_FLAG_EXPORT_NAME supportFelix Fietkau
2016-10-06mandatory anonymous section identifierAntonio Paunovic
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