project/uci.git
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...
2011-10-21 Felix Fietkaucli: check against multiple -f invocations to avoid...
2011-10-21 Felix Fietkauucimap: initialize an uninitialized pointer (patch...
2011-10-21 Felix Fietkauucimap: fix a memory leak (patch by Stanislav Fomichev)
2011-10-21 Felix Fietkauadd a few missing null pointer checks, and fix check...
2011-10-21 Felix Fietkaucheck result of memory allocations (patch by Stanislav...
2011-10-21 Felix Fietkauucimap: fix use-after-free on cleanup (patch by Stanisl...
2011-10-21 Felix Fietkaufree memory for uci hooks
2011-09-15 Felix Fietkaulua: allow overriding of LUA_CFLAGS
2011-09-15 Felix Fietkaulua: use pkg-config to find the correct lua cflags
2011-08-31 Felix Fietkaufix lgpl license headers
2011-07-19 Felix Fietkaufix one more unused-but-set variable
2011-07-18 Felix Fietkaufix more unused-but-set errors
2011-07-18 Felix Fietkauremove unused but set variable to fix a compiler warning
2011-04-06 Felix Fietkaudo not attempt to build lua if disabled
2011-04-05 Felix Fietkauconstify arguments to parser function
2011-04-05 Felix Fietkauadd parser helpers similar to the blobmsg parser in...
2011-04-02 Felix Fietkaucli: do not return 0 if the command was invalid
2011-03-27 Felix Fietkaualso link the shared libuci to libdl
2011-03-27 Felix Fietkaufix lua plugin linker error
2011-03-26 Felix Fietkaufix building without plugin support
2011-03-26 Felix Fietkaufix include path
2011-03-26 Felix Fietkauuse libdl
2011-03-26 Felix Fietkauallow the user to override the lua path
2011-03-26 Felix Fietkaumove ucimap to a separate library
2011-03-26 Felix Fietkaureplace the existing build system with cmake
2011-03-15 Felix Fietkauimprove support for C++ stuff
2011-01-19 Felix Fietkaufix uci_list_set_pos to reorder sections properly,...
2010-12-28 Felix Fietkaumake uci_file_commit() static
2010-11-01 Felix Fietkaulua: use uci_foreach_element_safe in uci_lua_foreach...
2010-09-28 Felix Fietkauadd a helper function for looking up an option string
2010-09-28 Felix Fietkaufix return value in inline lookup functions
2010-08-21 Lars-Peter... ucimap: ucimap_parse: consider smap_offset when allocat...
2010-08-21 Felix Fietkauadd convenience functions for looking up packages/secti...
2010-08-21 Felix Fietkauremove the unused "complete" parameter for uci_fill_ptr()
2010-08-21 Felix Fietkauadd support for partial lookups - skip lookup for fille...
2010-08-20 Felix Fietkauprovide backwards compatibility in the lua module after...
2010-08-20 Felix Fietkaumake uci_lookup_ptr() use the extended flag properly...
2010-08-20 Felix Fietkausplit off and compile delta.c separately
2010-08-20 Felix Fietkauuci_history -> uci_delta
next