summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use offset into parser buffer to avoid potential heap overflow.Yousong Zhou2014-11-254-103/+147
* Sync ref test result with current implementation.Yousong Zhou2014-11-252-9/+9
* Drop test cases for deprecated ucimap-example.Yousong Zhou2014-11-251-9/+0
* Preserve original permissions when rewriting config files on commitJo-Philipp Wich2014-04-114-9/+13
* uci: fix Lua findingYegor Yefremov2014-04-061-1/+1
* fix `uci import` with not yet existing packagesAlexander Couzens2014-04-011-1/+1
* blob: add support for u64Steven Barth2014-02-181-0/+8
* uci_blob: add an element to uci_blob_param_list to allow the tracking of vali...John Crispin2014-02-171-0/+1
* blob: use BLOBMSG_TYPE_STRING as a fallback type for arrays if no type was sp...Felix Fietkau2013-12-021-3/+8
* remove ucimap-example, as ucimap is deprecatedFelix Fietkau2013-12-022-320/+0
* blob: allow values to be added to blobmsg using multiple different types, but...Felix Fietkau2013-11-041-12/+26
* ucimap: get rid of duplicate initialization warningsFelix Fietkau2013-10-292-11/+5
* parse: remove a check that is always true (due to unsigned data type)Felix Fietkau2013-10-291-1/+1
* file: add missing return code check for mktemp()Felix Fietkau2013-10-241-1/+3
* file: fix memleak on mktemp() errorsFelix Fietkau2013-10-241-1/+3
* style: fix whitespace errorsLuka Perkov2013-10-156-18/+18
* style: free(NULL) is perfectly valid so we can drop some checksLuka Perkov2013-10-155-28/+14
* file: make uci commits atomicLuka Perkov2013-10-152-17/+41
* uci_delete: check ptr->o and its type before checking ptr->valueFelix Fietkau2013-09-291-1/+1
* uci: fix excessive reorder delta entry duplicationFelix Fietkau2013-06-111-1/+2
* blob: add uci<->blob conversion library codeFelix Fietkau2013-06-103-2/+255
* util: fix compile errorFelix Fietkau2013-06-101-1/+2
* lua: emit a proper deletion when setting an existing list to a new list with ...Jo-Philipp Wich2013-05-261-1/+8
* uci: Fix uci_delete() when ptr->value is empty stringKrzysztof Kuźnik2013-05-021-1/+1
* uci: copy permisions of /etc/config/ files for temp filesEtienne CHAMPETIER2013-04-242-8/+26
* Change delta encoding of list deletionsJo-Philipp Wich2013-04-221-2/+2
* Add multiple free for each call to lookup_args()Jérôme Poulin2013-04-221-0/+10
* uci: libuci leaking memory on non-existent config fileKrzysztof Kuznik2013-04-221-2/+4
* ignore trailing carriage returns in file parserJo-Philipp Wich2013-03-051-1/+4
* add main directory to include pathThomas Gstädtner2013-03-041-0/+2
* build: remove install prefix overrideFelix Fietkau2013-01-231-2/+0
* get rid of -rdynamic on linkFelix Fietkau2013-01-041-0/+1
* remove unused hook supportFelix Fietkau2013-01-043-91/+0
* remove the libdl dependencyFelix Fietkau2013-01-041-3/+2
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-049-195/+15
* remove static libraries/binariesFelix Fietkau2012-12-311-13/+6
* extend delete command so it can delete list elemets using indexLuka Perkov2012-11-093-6/+27
* add new command del_listLuka Perkov2012-11-094-1/+67
* lua: include /opt/local/lib and /opt/local/include in the search path on mac ...Felix Fietkau2012-10-041-0/+5
* cli: return non-zero status on errorsFelix Fietkau2012-03-281-4/+8
* Do quote section names to keep the same style as option valuesJo-Philipp Wich2012-02-241-1/+1
* Section names, option names, list names can only be identifiers, so they don'...Jo-Philipp Wich2012-02-241-5/+5
* lua: properly handle corner cases in changesJo-Philipp Wich2011-12-201-21/+24
* lua: expose completely new lists in changes() as wellJo-Philipp Wich2011-12-191-5/+16
* Merge branch 'master' of git://nbd.name/uciJo-Philipp Wich2011-12-190-0/+0
|\
| * lua: simplify add_list changes handling, always create a table for LIST_ADD c...Jo-Philipp Wich2011-11-141-13/+11
| * lua: expose add_list change items as table valuesJo-Philipp Wich2011-11-141-6/+35
* | lua: simplify add_list changes handling, always create a table for LIST_ADD c...Jo-Philipp Wich2011-11-121-13/+11
* | lua: expose add_list change items as table valuesJo-Philipp Wich2011-11-121-6/+35
|/
* fix segfault on import of anonymous sectionsFelix Fietkau2011-10-211-1/+1