summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-18tests: add more test coverage for `uci show' command.Yousong Zhou
2014-12-18tests: remove straying echo in 020_get.Yousong Zhou
2014-12-18file: fix error string about "unterminated XXX".Yousong Zhou
2014-12-18file: fix EOF check.Yousong Zhou
2014-12-18file: fix use-after-free bug.Yousong Zhou
2014-12-18Fix memory leaks found by using valgrind on test cases.Yousong Zhou
2014-12-18Fix a few style issues.Yousong Zhou
2014-11-25fix a few formatting issuesFelix Fietkau
2014-11-25tests: use uci instead of uci-staticFelix Fietkau
2014-11-25Add test coverage for multi-line option value.Yousong Zhou
2014-11-25Use offset into parser buffer to avoid potential heap overflow.Yousong Zhou
2014-11-25Sync ref test result with current implementation.Yousong Zhou
2014-11-25Drop test cases for deprecated ucimap-example.Yousong Zhou
2014-04-11Preserve original permissions when rewriting config files on commitJo-Philipp Wich
2014-04-06uci: fix Lua findingYegor Yefremov
2014-04-01fix `uci import` with not yet existing packagesAlexander Couzens
2014-02-18blob: add support for u64Steven Barth
2014-02-17uci_blob: add an element to uci_blob_param_list to allow the tracking of validation infoJohn Crispin
2013-12-02blob: use BLOBMSG_TYPE_STRING as a fallback type for arrays if no type was specifiedFelix Fietkau
2013-12-02remove ucimap-example, as ucimap is deprecatedFelix Fietkau
2013-11-04blob: allow values to be added to blobmsg using multiple different types, but suppress duplicatesFelix Fietkau
2013-10-29ucimap: get rid of duplicate initialization warningsFelix Fietkau
2013-10-29parse: remove a check that is always true (due to unsigned data type)Felix Fietkau
2013-10-24file: add missing return code check for mktemp()Felix Fietkau
2013-10-24file: fix memleak on mktemp() errorsFelix Fietkau
2013-10-15style: fix whitespace errorsLuka Perkov
2013-10-15style: free(NULL) is perfectly valid so we can drop some checksLuka Perkov
2013-10-15file: make uci commits atomicLuka Perkov
2013-09-29uci_delete: check ptr->o and its type before checking ptr->valueFelix Fietkau
2013-06-11uci: fix excessive reorder delta entry duplicationFelix Fietkau
2013-06-10blob: add uci<->blob conversion library codeFelix Fietkau
2013-06-10util: fix compile errorFelix Fietkau
2013-05-26lua: emit a proper deletion when setting an existing list to a new list with only a single itemJo-Philipp Wich
2013-05-02uci: Fix uci_delete() when ptr->value is empty stringKrzysztof Kuźnik
2013-04-24uci: copy permisions of /etc/config/ files for temp filesEtienne CHAMPETIER
2013-04-22Change delta encoding of list deletionsJo-Philipp Wich
2013-04-22Add multiple free for each call to lookup_args()Jérôme Poulin
2013-04-22uci: libuci leaking memory on non-existent config fileKrzysztof Kuznik
2013-03-05ignore trailing carriage returns in file parserJo-Philipp Wich
2013-03-04add main directory to include pathThomas Gstädtner
2013-01-23build: remove install prefix overrideFelix Fietkau
2013-01-04get rid of -rdynamic on linkFelix Fietkau
2013-01-04remove unused hook supportFelix Fietkau
2013-01-04remove the libdl dependencyFelix Fietkau
2013-01-04remove plugin support, it has been unused for a long time and should not be used for any new codeFelix Fietkau
2012-12-31remove static libraries/binariesFelix Fietkau
2012-11-09extend delete command so it can delete list elemets using indexLuka Perkov
2012-11-09add new command del_listLuka Perkov
2012-10-04lua: include /opt/local/lib and /opt/local/include in the search path on mac os xFelix Fietkau
2012-03-28cli: return non-zero status on errorsFelix Fietkau