summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-14tests: add cram based unit testsPetr Štetiar
2019-11-14lua: fix copy&paste in error stringPetr Štetiar
2019-11-14cli: fix realloc issue spotted by cppcheckPetr Štetiar
2019-11-14iron out all extra compiler warningsPetr Štetiar
2019-11-14tests: shunit2: run all tests under Valgrind by defaultPetr Štetiar
2019-11-14cmake: enable extra compiler checksPetr Štetiar
2019-11-14cmake: build Lua module only if enabledPetr Štetiar
2019-11-14tests: shunit2: fix issues reported by shellcheckPetr Štetiar
2019-11-14add initial GitLab CI supportPetr Štetiar
2019-11-14tests: shunit2: make it working under CMakePetr Štetiar
2019-11-14cmake: add unit testing option and shunit2 testsPetr Štetiar
2019-11-14test: move shunit2 tests under standalone subdirectoryPetr Štetiar
2019-11-08build: Add -Wclobbered to detect problems with longjmpHauke Mehrtens
2019-11-01util: Fix error pathHauke Mehrtens
2019-09-01uci/file: replace mktemp() with mkstemp()Maxim Gorbachyov
2019-05-17uci: fix options list of section after type changeSven Eckelmann
2018-08-11delta: fix parsing malformed delta linesYousong Zhou
2018-03-26uci: fix a potential use-after-free in uci_set()Jordan Miner
2018-03-15list: only record ordering deltas if element position changedJo-Philipp Wich
2018-02-12cmake: Fix cli shared linking against uboxAndre Castro
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