summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add initial version of the shell apiv0.7.0Felix Fietkau2008-12-231-0/+178
* add foreign key and list support for ucimapFelix Fietkau2008-11-283-89/+337
* fix memory leak reported in https://dev.openwrt.org/ticket/4236Felix Fietkau2008-11-251-0/+1
* lua: add uci.add_history to the apiFelix Fietkau2008-11-151-0/+13
* add libucimapFelix Fietkau2008-11-146-3/+1134
* install development headersFelix Fietkau2008-11-141-1/+7
* don't redefine container_of if it's already definedFelix Fietkau2008-11-141-0/+2
* lua: fix uci.set_listv0.6.4Felix Fietkau2008-11-141-5/+6
* make extended syntax on uci show optional (but enabled by default)v0.6.3Felix Fietkau2008-10-151-2/+8
* put more descriptive names on anonymous sections when running uci show (can b...Felix Fietkau2008-10-151-8/+73
* overhaul package and section type validation - makes it easier to read and fi...Felix Fietkau2008-09-053-7/+17
* add .index field to sectionsFelix Fietkau2008-09-051-5/+12
* fix lua binding include pathv0.6.2Felix Fietkau2008-09-051-1/+1
* fix uci batch nesting check (patch by lars)Felix Fietkau2008-09-051-0/+3
* fix segmentation fault / endless loop on history loadsFelix Fietkau2008-09-051-1/+1
* properly search for lua includes and the library directoryFelix Fietkau2008-08-311-5/+20
* Add mkdir to Makefile and Makefile.inc, use $prefix for binaryJens Muecke2008-08-312-1/+4
* fix segfault in uci batchFelix Fietkau2008-08-311-7/+7
* fix uci.save() with cursorsv0.6.1Felix Fietkau2008-08-271-1/+1
* fix uci.get()Felix Fietkau2008-08-271-0/+3
* add \n to error messages only when output goes to stderrFelix Fietkau2008-08-271-3/+5
* push out uci error messages to lua as wellFelix Fietkau2008-08-271-50/+29
* extend api to be able to get a full error string instead of printing itFelix Fietkau2008-08-272-9/+40
* fix segfault in extended section lookupFelix Fietkau2008-08-271-1/+2
* add uci.cursor() support based on a patch by CyrusFFFelix Fietkau2008-08-271-83/+171
* add get functions for savedir and confdirFelix Fietkau2008-08-271-0/+16
* fix sanity checks for uci.set to be able to create new sectionsFelix Fietkau2008-08-271-1/+1
* fix incomplete lookups for uci.get()Felix Fietkau2008-08-271-0/+4
* report errors on partial lookups for show/get in the cli instead of silently ...Felix Fietkau2008-08-271-1/+9
* Check for segfault and illegal instruction when expecting an errorFrédéric Moulins2008-08-261-1/+12
* add an extra option check for tuple parsingFelix2008-08-261-0/+5
* Add parsing tests for get, set and showFrédéric Moulins2008-08-267-0/+62
* add .anonymous attribute for uci sections in luaFelix2008-08-241-0/+2
* Adds a unit test framework based on shunit2v0.6.0Felix2008-08-2321-0/+1225
* filter incomplete lookups on uci showFelix Fietkau2008-08-231-0/+2
* filter out duplicate changes when using uci_set to change option valuesFelix Fietkau2008-08-231-0/+9
* work around a gcc optimizer bugFelix Fietkau2008-08-231-1/+1
* fix 4-arg uci.set()Felix Fietkau2008-08-231-0/+2
* add some missing initializationsFelix Fietkau2008-08-231-2/+2
* port lua bindings to new uci apiFelix Fietkau2008-08-231-142/+112
* fix uci revertFelix Fietkau2008-08-221-3/+5
* fix uci deleteFelix Fietkau2008-08-221-1/+2
* clean up uci_setFelix Fietkau2008-08-225-219/+74
* uci_revert api cleanupFelix Fietkau2008-08-223-20/+25
* more cleanupFelix Fietkau2008-08-222-16/+8
* cleanup, fix renameFelix Fietkau2008-08-222-14/+7
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-226-329/+252
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-225-106/+119
* fix extended cli lookupv0.5.0Felix Fietkau2008-08-201-15/+14
* correctly show list changes in "uci changes" outputFelix Fietkau2008-08-191-4/+14