summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* fix lua binding include pathv0.6.2Felix Fietkau2008-09-051-1/+1
* properly search for lua includes and the library directoryFelix Fietkau2008-08-311-5/+20
* fix uci.save() with cursorsv0.6.1Felix Fietkau2008-08-271-1/+1
* fix uci.get()Felix Fietkau2008-08-271-0/+3
* push out uci error messages to lua as wellFelix Fietkau2008-08-271-50/+29
* 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
* add .anonymous attribute for uci sections in luaFelix2008-08-241-0/+2
* 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
* lua: allow uci.set() to create/update a list valueFelix Fietkau2008-08-191-2/+22
* add list support to the uci lua bindingFelix Fietkau2008-08-181-17/+26
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-3/+19
* lua binding: add .name attribute for sections pushed by uci.foreach and uci.g...Felix Fietkau2008-06-041-0/+2
* adjust default installation target dir for uci lua bindingFelix Fietkau2008-06-041-2/+5
* use .type instead of .TYPEv0.4.0Felix Fietkau2008-06-031-2/+2
* minor cleanupFelix Fietkau2008-06-031-3/+3
* change the format of uci.get_all() - reduce the number of tables used and mak...Felix Fietkau2008-06-031-10/+2
* implement uci.changes() in lua bindingFelix Fietkau2008-06-031-8/+109
* implement uci.delete() in the lua bindingFelix Fietkau2008-06-031-0/+52
* implement autoload for uci lua binding (optional, enabled by default)Felix Fietkau2008-05-261-7/+32
* fix invocation of uci.commit(), uci.save() without argumentsFelix Fietkau2008-05-261-0/+2
* add uci.add() to lua bindingFelix Fietkau2008-05-261-10/+58
* add 2 and 3 argument versions of uci.get()Felix Fietkau2008-05-011-6/+16
* add uci.foreach()Felix Fietkau2008-05-011-0/+41
* add uci.get_all to the lua binding, which converts a section or package to a ...Felix Fietkau2008-05-011-5/+64
* fix lua plugin linkingFelix Fietkau2008-05-011-1/+1
* add revert, merge package handler functionsv0.3.3Felix Fietkau2008-04-131-19/+60
* compile fixes for native compilationFelix Fietkau2008-04-131-2/+2
* build variable sharing between uci and uci-lua, proper installation for lua p...Felix Fietkau2008-04-131-10/+9
* fix unused variableFelix Fietkau2008-04-131-1/+0
* set, save, commit for the lua pluginFelix Fietkau2008-04-131-0/+89
* typechecking, add set_confdir and set_savedirFelix Fietkau2008-04-131-2/+27
* add uci.unload to the lua pluginFelix Fietkau2008-04-131-2/+18
* add rudimentary lua binding for uci (can only do "load" and "get" at the mome...Felix Fietkau2008-04-132-0/+193