summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: move shunit2 tests under standalone subdirectoryPetr Štetiar2019-11-1453-1/+1
* build: Add -Wclobbered to detect problems with longjmpHauke Mehrtens2019-11-084-18/+19
* util: Fix error pathHauke Mehrtens2019-11-011-2/+6
* uci/file: replace mktemp() with mkstemp()Maxim Gorbachyov2019-09-011-8/+11
* uci: fix options list of section after type changeSven Eckelmann2019-05-171-0/+31
* delta: fix parsing malformed delta linesYousong Zhou2018-08-112-0/+38
* uci: fix a potential use-after-free in uci_set()Jordan Miner2018-03-261-1/+5
* list: only record ordering deltas if element position changedJo-Philipp Wich2018-03-161-3/+7
* cmake: Fix cli shared linking against uboxAndre Castro2018-02-121-1/+1
* lua: additionally return name when looking up sectionsJo-Philipp Wich2018-01-011-3/+8
* lua: support extended section notationJo-Philipp Wich2018-01-011-7/+36
* list: remove unncessary increment of n_section (FS#1182)Hans Dedecker2017-12-221-1/+1
* file: remove unnecessary uci_fixup_section callsHans Dedecker2017-12-223-5/+3
* Add bitfield_set function from libubox.Stijn Tintel2017-09-292-1/+10
* file: remove redundant NULL check on return value of uci_realloc()Yousong Zhou2017-04-121-2/+0
* build: fix BUILD_STATICYousong Zhou2017-04-121-8/+16
* Fix skipping directories in uci_list_config_filesMichal 'vorner' Vaner2016-11-231-5/+9
* Revert "mandatory anonymous section identifier"Felix Fietkau2016-11-235-37/+19
* uci/lua: add explicit close() methodDirk Feytons2016-10-271-2/+14
* uci/lua: add list_configs() functionDirk Feytons2016-10-271-0/+21
* test: adjust for auto-naming anonymous sectionsFelix Fietkau2016-10-061-2/+2
* cli: remove now-defunct UCI_FLAG_EXPORT_NAME supportFelix Fietkau2016-10-062-9/+5
* mandatory anonymous section identifierAntonio Paunovic2016-10-063-8/+30
* 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