project/uci.git
2019-12-07 Petr Štetiarlibuci: refactor uci_get_errorstr
2019-12-07 Petr Štetiartests: cram: Lua: add test case for uci_get_errorstr
2019-12-07 Petr Štetiarlua: add missing forward declaration
2019-12-07 Rosen Penevcli: fix format string clang-10 warning
2019-11-14 Petr Štetiarlua: fix error handling
2019-11-14 Petr Štetiarucimap: fix possible use of memory after it is freed
2019-11-14 Petr Štetiardelta: prevent possible null pointer use
2019-11-14 Petr Štetiarcli: remove unused variable assigment
2019-11-14 Petr Štetiarlua: fix memory leak in set method
2019-11-14 Petr Štetiarlua: fix memory leak in changes method
2019-11-14 Petr Štetiartests: add cram based unit tests
2019-11-14 Petr Štetiarlua: fix copy&paste in error string
2019-11-14 Petr Štetiarcli: fix realloc issue spotted by cppcheck
2019-11-14 Petr Štetiariron out all extra compiler warnings
2019-11-14 Petr Štetiartests: shunit2: run all tests under Valgrind by default
2019-11-14 Petr Štetiarcmake: enable extra compiler checks
2019-11-14 Petr Štetiarcmake: build Lua module only if enabled
2019-11-14 Petr Štetiartests: shunit2: fix issues reported by shellcheck
2019-11-14 Petr Štetiaradd initial GitLab CI support
2019-11-14 Petr Štetiartests: shunit2: make it working under CMake
2019-11-14 Petr Štetiarcmake: add unit testing option and shunit2 tests
2019-11-14 Petr Štetiartest: move shunit2 tests under standalone subdirectory
2019-11-08 Hauke Mehrtensbuild: Add -Wclobbered to detect problems with longjmp
2019-11-01 Hauke Mehrtensutil: Fix error path
2019-09-01 Maxim Gorbachyovuci/file: replace mktemp() with mkstemp()
2019-05-17 Sven Eckelmannuci: fix options list of section after type change
2018-08-11 Yousong Zhoudelta: fix parsing malformed delta lines
2018-03-26 Jordan Mineruci: fix a potential use-after-free in uci_set()
2018-03-15 Jo-Philipp... list: only record ordering deltas if element position...
2018-02-12 Andre Castrocmake: Fix cli shared linking against ubox
2018-01-01 Jo-Philipp... lua: additionally return name when looking up sections
2018-01-01 Jo-Philipp... lua: support extended section notation
2017-12-22 Hans Dedeckerlist: remove unncessary increment of n_section (FS...
2017-12-22 Hans Dedeckerfile: remove unnecessary uci_fixup_section calls
2017-09-29 Stijn TintelAdd bitfield_set function from libubox.
2017-04-12 Yousong Zhoufile: remove redundant NULL check on return value of...
2017-04-12 Yousong Zhoubuild: fix BUILD_STATIC
2016-11-23 Michal 'vorner... Fix skipping directories in uci_list_config_files
2016-11-23 Felix FietkauRevert "mandatory anonymous section identifier"
2016-10-27 Dirk Feytonsuci/lua: add explicit close() method
2016-10-27 Dirk Feytonsuci/lua: add list_configs() function
2016-10-06 Felix Fietkautest: adjust for auto-naming anonymous sections
2016-10-06 Felix Fietkaucli: remove now-defunct UCI_FLAG_EXPORT_NAME support
2016-10-06 Antonio Paunovicmandatory anonymous section identifier
2016-04-22 Karl Palssonprojects/uci: lua: use built in pkg-config support...
2016-03-31 Jo-Philipp... file: write through symlinks on uci commit
2016-03-07 Petr Štetiarcmake: Add ubox library and include dir lookup
2016-02-02 Felix Fietkaucli: fix uci show output for anonymous sections (#21781)
2016-01-25 Jo-Philipp... file: raise parse error on conflicting section types...
2016-01-11 Felix Fietkaufile: defer checking the tmpfile until it is actually...
2015-11-11 Felix Fietkauremove list.h
2015-11-06 Karl Palssonlua: remove pointless double check of autoload flag
2015-11-05 Jo-Philipp... lua: fix invocation of foreach() with nil type and...
2015-08-27 Felix Fietkaufile: remove unnecessary sync() call
2015-05-25 Yousong Zhoutests: add test case for parsing long option values.
2015-05-25 Yousong Zhoufile.c: lift the 4096 bytes line length limit.
2015-05-25 Yousong Zhoudelta: catch error when parsing delta line.
2015-05-25 Yousong Zhoucli: suppress printing error messages when -q is specified.
2015-05-08 Hans Dedeckeruci: properly close input before exit
2015-04-09 Yousong Zhoufile: reset parsing position on starting over a newline.
2015-04-09 Yousong Zhoutests: add test coverage for comment lines within batch...
2015-04-03 Yousong Zhoudelta: fix adding new savedir.
2015-04-03 Yousong Zhoutests: add test coverage for uci export with -P option.
2015-03-31 Yousong ZhouFix delta path handling.
2015-03-31 Yousong Zhoutests: add test cases for -P and -p options.
2015-03-26 Yousong Zhoulua: restore return value of require('uci') to module...
2015-03-26 Yousong Zhoucli: fix return value of package_cmd().
2015-03-26 Yousong Zhoutestenv: test for exit status of "uci export".
2015-01-24 Yousong ZhouAdd a few notes on the return value of uci_lookup_ptr().
2015-01-24 Yousong Zhoucli: enhance "uci show" command on nonexistent sections...
2015-01-24 Yousong Zhoucli: properly unload package before quit.
2015-01-24 Yousong Zhoutests: add test cases for showing nonexistent section...
2014-12-18 Felix Fietkaulua: add lua 5.2 compatibility changes
2014-12-18 Felix Fietkauallow "-" in package names
2014-12-18 Yousong Zhoudelta: fix outputing of delta entries occupying multipl...
2014-12-18 Yousong Zhoudelta: use a table for converting between UCI_CMD_XXX...
2014-12-18 Yousong Zhoudelta: preprocess delta line with uci_parse_argument().
2014-12-18 Yousong Zhoudelta: add a simple duplication check when adding delta...
2014-12-18 Yousong Zhoucli: fix printing option values occupying multiple...
2014-12-18 Yousong Zhoutests: add test coverage for uci list related commands.
2014-12-18 Yousong Zhoutests: add test coverage for `uci revert' command.
2014-12-18 Yousong Zhoutests: add test coverage for `uci batch' command.
2014-12-18 Yousong Zhoutests: add more test coverage for `uci show' command.
2014-12-18 Yousong Zhoutests: remove straying echo in 020_get.
2014-12-18 Yousong Zhoufile: fix error string about "unterminated XXX".
2014-12-18 Yousong Zhoufile: fix EOF check.
2014-12-18 Yousong Zhoufile: fix use-after-free bug.
2014-12-18 Yousong ZhouFix memory leaks found by using valgrind on test cases.
2014-12-18 Yousong ZhouFix a few style issues.
2014-11-25 Felix Fietkaufix a few formatting issues
2014-11-25 Felix Fietkautests: use uci instead of uci-static
2014-11-25 Yousong ZhouAdd test coverage for multi-line option value.
2014-11-25 Yousong ZhouUse offset into parser buffer to avoid potential heap...
2014-11-25 Yousong ZhouSync ref test result with current implementation.
2014-11-25 Yousong ZhouDrop test cases for deprecated ucimap-example.
2014-04-11 Jo-Philipp... Preserve original permissions when rewriting config...
2014-04-06 Yegor Yefremovuci: fix Lua finding
2014-04-01 Alexander Couzensfix `uci import` with not yet existing packages
2014-02-18 Steven Barthblob: add support for u64
2014-02-17 John Crispinuci_blob: add an element to uci_blob_param_list to...
next