project/uci.git
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...
2013-12-02 Felix Fietkaublob: use BLOBMSG_TYPE_STRING as a fallback type for...
2013-12-02 Felix Fietkauremove ucimap-example, as ucimap is deprecated
2013-11-04 Felix Fietkaublob: allow values to be added to blobmsg using multipl...
2013-10-29 Felix Fietkauucimap: get rid of duplicate initialization warnings
2013-10-29 Felix Fietkauparse: remove a check that is always true (due to unsig...
2013-10-24 Felix Fietkaufile: add missing return code check for mktemp()
2013-10-24 Felix Fietkaufile: fix memleak on mktemp() errors
2013-10-15 Luka Perkovstyle: fix whitespace errors
2013-10-15 Luka Perkovstyle: free(NULL) is perfectly valid so we can drop...
2013-10-15 Luka Perkovfile: make uci commits atomic
2013-09-29 Felix Fietkauuci_delete: check ptr->o and its type before checking...
2013-06-11 Felix Fietkauuci: fix excessive reorder delta entry duplication
2013-06-10 Felix Fietkaublob: add uci<->blob conversion library code
2013-06-10 Felix Fietkauutil: fix compile error
2013-05-26 Jo-Philipp... lua: emit a proper deletion when setting an existing...
2013-05-02 Krzysztof Kuźnikuci: Fix uci_delete() when ptr->value is empty string
2013-04-24 Etienne CHAMPETIERuci: copy permisions of /etc/config/ files for temp...
2013-04-22 Jo-Philipp... Change delta encoding of list deletions
2013-04-22 Jérôme PoulinAdd multiple free for each call to lookup_args()
2013-04-22 Krzysztof Kuznikuci: libuci leaking memory on non-existent config file
2013-03-05 Jo-Philipp... ignore trailing carriage returns in file parser
2013-03-04 Thomas Gstädtneradd main directory to include path
2013-01-23 Felix Fietkaubuild: remove install prefix override
2013-01-04 Felix Fietkauget rid of -rdynamic on link
2013-01-04 Felix Fietkauremove unused hook support
2013-01-04 Felix Fietkauremove the libdl dependency
2013-01-04 Felix Fietkauremove plugin support, it has been unused for a long...
2012-12-31 Felix Fietkauremove static libraries/binaries
2012-11-09 Luka Perkovextend delete command so it can delete list elemets...
2012-11-09 Luka Perkovadd new command del_list
2012-10-04 Felix Fietkaulua: include /opt/local/lib and /opt/local/include...
2012-03-28 Felix Fietkaucli: return non-zero status on errors
2012-02-24 Jo-Philipp... Do quote section names to keep the same style as option...
2012-02-24 Jo-Philipp... Section names, option names, list names can only be...
2011-12-20 Jo-Philipp... lua: properly handle corner cases in changes
2011-12-19 Jo-Philipp... lua: expose completely new lists in changes() as well
2011-12-19 Jo-Philipp... Merge branch 'master' of git://nbd.name/uci
2011-11-14 Jo-Philipp... lua: simplify add_list changes handling, always create...
2011-11-14 Jo-Philipp... lua: expose add_list change items as table values
2011-11-12 Jo-Philipp... lua: simplify add_list changes handling, always create...
2011-11-12 Jo-Philipp... lua: expose add_list change items as table values
2011-10-21 Felix Fietkaufix segfault on import of anonymous sections
2011-10-21 Felix Fietkaulua: always return after calling luaL_error (patch...
next