summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lua: additionally return name when looking up sectionslede-17.01Jo-Philipp Wich2018-01-011-3/+8
* lua: support extended section notationJo-Philipp Wich2018-01-011-7/+36
* projects/uci: lua: use built in pkg-config support for alternativesKarl Palsson2016-04-221-8/+2
* file: write through symlinks on uci commitJo-Philipp Wich2016-03-311-3/+7
* cmake: Add ubox library and include dir lookupPetr Štetiar2016-03-071-2/+10
* cli: fix uci show output for anonymous sections (#21781)Felix Fietkau2016-02-021-9/+16
* file: raise parse error on conflicting section types in strict modeJo-Philipp Wich2016-01-251-1/+6
* file: defer checking the tmpfile until it is actually needed.Felix Fietkau2016-01-111-11/+11
* remove list.hFelix Fietkau2015-11-111-601/+0
* lua: remove pointless double check of autoload flagKarl Palsson2015-11-061-4/+1
* lua: fix invocation of foreach() with nil type and implicit selfJo-Philipp Wich2015-11-051-1/+1
* file: remove unnecessary sync() callFelix Fietkau2015-08-271-1/+0
* tests: add test case for parsing long option values.Yousong Zhou2015-05-251-0/+19
* file.c: lift the 4096 bytes line length limit.Yousong Zhou2015-05-251-4/+2
* delta: catch error when parsing delta line.Yousong Zhou2015-05-251-2/+4
* cli: suppress printing error messages when -q is specified.Yousong Zhou2015-05-251-6/+20
* uci: properly close input before exitHans Dedecker2015-05-081-0/+1
* file: reset parsing position on starting over a newline.Yousong Zhou2015-04-091-2/+3
* tests: add test coverage for comment lines within batch commands.Yousong Zhou2015-04-092-0/+35
* delta: fix adding new savedir.Yousong Zhou2015-04-031-3/+2
* tests: add test coverage for uci export with -P option.Yousong Zhou2015-04-033-4/+17
* Fix delta path handling.Yousong Zhou2015-03-313-8/+38
* tests: add test cases for -P and -p options.Yousong Zhou2015-03-312-0/+43
* lua: restore return value of require('uci') to module table.Yousong Zhou2015-03-261-1/+2
* cli: fix return value of package_cmd().Yousong Zhou2015-03-261-1/+6
* testenv: test for exit status of "uci export".Yousong Zhou2015-03-261-0/+8
* Add a few notes on the return value of uci_lookup_ptr().Yousong Zhou2015-01-242-2/+10
* cli: enhance "uci show" command on nonexistent sections and options.Yousong Zhou2015-01-241-0/+1
* cli: properly unload package before quit.Yousong Zhou2015-01-241-6/+7
* tests: add test cases for showing nonexistent section and option.Yousong Zhou2015-01-242-1/+4
* lua: add lua 5.2 compatibility changesFelix Fietkau2014-12-181-6/+30
* allow "-" in package namesFelix Fietkau2014-12-185-22/+26
* delta: fix outputing of delta entries occupying multiple lines.Yousong Zhou2014-12-181-39/+46
* delta: use a table for converting between UCI_CMD_XXX and prefixes.Yousong Zhou2014-12-182-45/+25
* delta: preprocess delta line with uci_parse_argument().Yousong Zhou2014-12-182-17/+15
* delta: add a simple duplication check when adding delta path.Yousong Zhou2014-12-182-0/+4
* cli: fix printing option values occupying multiple lines.Yousong Zhou2014-12-181-10/+35
* tests: add test coverage for uci list related commands.Yousong Zhou2014-12-186-0/+74
* tests: add test coverage for `uci revert' command.Yousong Zhou2014-12-184-0/+33
* tests: add test coverage for `uci batch' command.Yousong Zhou2014-12-182-0/+26
* tests: add more test coverage for `uci show' command.Yousong Zhou2014-12-185-0/+97
* tests: remove straying echo in 020_get.Yousong Zhou2014-12-181-1/+0
* file: fix error string about "unterminated XXX".Yousong Zhou2014-12-181-3/+1
* file: fix EOF check.Yousong Zhou2014-12-181-2/+2
* file: fix use-after-free bug.Yousong Zhou2014-12-181-12/+29
* Fix memory leaks found by using valgrind on test cases.Yousong Zhou2014-12-182-3/+7
* Fix a few style issues.Yousong Zhou2014-12-182-3/+1
* fix a few formatting issuesFelix Fietkau2014-11-252-12/+10
* tests: use uci instead of uci-staticFelix Fietkau2014-11-251-4/+4
* Add test coverage for multi-line option value.Yousong Zhou2014-11-2514-6/+62